From 6d9668ef77500d0b9d1ac3bafcd0a1f0cb9d8786 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 13 May 2024 16:58:23 +0100 Subject: Bump git-extras --- dev-vcs/git-extras/Manifest | 4 ++-- dev-vcs/git-extras/git-extras-7.0.0.ebuild | 25 ------------------------- dev-vcs/git-extras/git-extras-7.2.0.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 dev-vcs/git-extras/git-extras-7.0.0.ebuild create mode 100644 dev-vcs/git-extras/git-extras-7.2.0.ebuild (limited to 'dev-vcs') diff --git a/dev-vcs/git-extras/Manifest b/dev-vcs/git-extras/Manifest index 44692a8..7cdd1e0 100644 --- a/dev-vcs/git-extras/Manifest +++ b/dev-vcs/git-extras/Manifest @@ -1,4 +1,4 @@ -DIST git-extras-7.0.0.tar.gz 169165 BLAKE2B 8b6ae331b761729d5f92cd350bf21f4f5ebb5098092e224f49db9fe5ef2cbdcd3fc2783af2fb74a8d22008d35675d9a753e753d5fa60e586dbbde919dab7ff80 SHA512 0768ea3de95f5b3de1912dced2c889c2dff823d5c4b8a796c73da043af36b75b3194760a30e8fe7c2525b681fe81fa45a438d0481f4a5166ff6de6d5d7d05927 DIST git-extras-7.1.0.tar.gz 176733 BLAKE2B 697f09c2993e85595620e272465ad2f4afa3bbd456a1041b92b01a98f962f3aa1fb5f22f1c9ef7e484b87734e8c9e8d15da15f71fb345b9049dd5bb1b98093c9 SHA512 955161b40c48ab92578efe487db78ea8d0fff499aaf8d4da2b13e8194a7f9297a84542c8642dd3a7c61c9a4d1e92342b5c586d341e4a003c9838d5e9731127b9 -EBUILD git-extras-7.0.0.ebuild 540 BLAKE2B 36ebf30549041b9cfd5a7b95444fd7b2c1f27e89f8a3bc25192e1837657f592c9a0d905c3eb94dd2b030e7a19f76554d3da0fed4ff1779042174185d414f9cd2 SHA512 1bef06dd5f8aabd70dcd083ad1d8b0fc7fa905d4d434f1ab0ffca8dc3d8e39d6ba595089436d8cf568c2bd764297c8efa303df503b024cd7cf81fbf9a161c96f +DIST git-extras-7.2.0.tar.gz 183043 BLAKE2B 242adf211a39666b97996f0a45073171034930fe29ee3ebbfa07068886367832e17cc76398145d8802d32201c2563c8f2ba4171ed206344fbefbb10c4fadd6f3 SHA512 c97c00bab24415574c8b38f259a0becd5da2edafe8cb5ff373de50917bc2854e39b1c396c42b603d4f203af2853d0ebaefe074bfe353f7692af7b1a13e744586 EBUILD git-extras-7.1.0.ebuild 540 BLAKE2B 36ebf30549041b9cfd5a7b95444fd7b2c1f27e89f8a3bc25192e1837657f592c9a0d905c3eb94dd2b030e7a19f76554d3da0fed4ff1779042174185d414f9cd2 SHA512 1bef06dd5f8aabd70dcd083ad1d8b0fc7fa905d4d434f1ab0ffca8dc3d8e39d6ba595089436d8cf568c2bd764297c8efa303df503b024cd7cf81fbf9a161c96f +EBUILD git-extras-7.2.0.ebuild 540 BLAKE2B 36ebf30549041b9cfd5a7b95444fd7b2c1f27e89f8a3bc25192e1837657f592c9a0d905c3eb94dd2b030e7a19f76554d3da0fed4ff1779042174185d414f9cd2 SHA512 1bef06dd5f8aabd70dcd083ad1d8b0fc7fa905d4d434f1ab0ffca8dc3d8e39d6ba595089436d8cf568c2bd764297c8efa303df503b024cd7cf81fbf9a161c96f diff --git a/dev-vcs/git-extras/git-extras-7.0.0.ebuild b/dev-vcs/git-extras/git-extras-7.0.0.ebuild deleted file mode 100644 index 18d9b2e..0000000 --- a/dev-vcs/git-extras/git-extras-7.0.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=7 -inherit - -DESCRIPTION="GIT utilities -- repo summary, repl, changelog population, author commit percentages and more" -HOMEPAGE="https://github.com/tj/git-extras" -SRC_URI="https://github.com/tj/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_compile() { echo; } - -src_install() { - emake install PREFIX="${D}/usr" SYSCONFDIR="${D}/etc" -} - diff --git a/dev-vcs/git-extras/git-extras-7.2.0.ebuild b/dev-vcs/git-extras/git-extras-7.2.0.ebuild new file mode 100644 index 0000000..18d9b2e --- /dev/null +++ b/dev-vcs/git-extras/git-extras-7.2.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=7 +inherit + +DESCRIPTION="GIT utilities -- repo summary, repl, changelog population, author commit percentages and more" +HOMEPAGE="https://github.com/tj/git-extras" +SRC_URI="https://github.com/tj/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="" +SLOT="0" +KEYWORDS="amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_compile() { echo; } + +src_install() { + emake install PREFIX="${D}/usr" SYSCONFDIR="${D}/etc" +} + -- cgit v1.2.3