From caf23abfdf116a929670d4470ec61da7ebc2e245 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 31 Oct 2023 02:44:54 +0000 Subject: Bump git-extras --- dev-vcs/git-extras/Manifest | 4 ++-- dev-vcs/git-extras/git-extras-6.5.0.ebuild | 25 ------------------------- dev-vcs/git-extras/git-extras-7.1.0.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 dev-vcs/git-extras/git-extras-6.5.0.ebuild create mode 100644 dev-vcs/git-extras/git-extras-7.1.0.ebuild (limited to 'dev-vcs') diff --git a/dev-vcs/git-extras/Manifest b/dev-vcs/git-extras/Manifest index 3214ae7..44692a8 100644 --- a/dev-vcs/git-extras/Manifest +++ b/dev-vcs/git-extras/Manifest @@ -1,4 +1,4 @@ -DIST git-extras-6.5.0.tar.gz 167015 BLAKE2B 44331744399f55f9c6bba26bd0eef95e87a5b8ed0a216f3a4a71397fd2ac7aad4325ef787e1970f54c5b8732d0d291c20d6103c8549f3a1eb315bd7fe884337e SHA512 1dbf350ab822f5317d57ca7b90b914a71d3ad83746a79a369e221d20ade606b07a8b0f702610f50d1551c5c3ca12517df18106c6066745b40bf966052bbe9a46 DIST git-extras-7.0.0.tar.gz 169165 BLAKE2B 8b6ae331b761729d5f92cd350bf21f4f5ebb5098092e224f49db9fe5ef2cbdcd3fc2783af2fb74a8d22008d35675d9a753e753d5fa60e586dbbde919dab7ff80 SHA512 0768ea3de95f5b3de1912dced2c889c2dff823d5c4b8a796c73da043af36b75b3194760a30e8fe7c2525b681fe81fa45a438d0481f4a5166ff6de6d5d7d05927 -EBUILD git-extras-6.5.0.ebuild 540 BLAKE2B 36ebf30549041b9cfd5a7b95444fd7b2c1f27e89f8a3bc25192e1837657f592c9a0d905c3eb94dd2b030e7a19f76554d3da0fed4ff1779042174185d414f9cd2 SHA512 1bef06dd5f8aabd70dcd083ad1d8b0fc7fa905d4d434f1ab0ffca8dc3d8e39d6ba595089436d8cf568c2bd764297c8efa303df503b024cd7cf81fbf9a161c96f +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 +EBUILD git-extras-7.1.0.ebuild 540 BLAKE2B 36ebf30549041b9cfd5a7b95444fd7b2c1f27e89f8a3bc25192e1837657f592c9a0d905c3eb94dd2b030e7a19f76554d3da0fed4ff1779042174185d414f9cd2 SHA512 1bef06dd5f8aabd70dcd083ad1d8b0fc7fa905d4d434f1ab0ffca8dc3d8e39d6ba595089436d8cf568c2bd764297c8efa303df503b024cd7cf81fbf9a161c96f diff --git a/dev-vcs/git-extras/git-extras-6.5.0.ebuild b/dev-vcs/git-extras/git-extras-6.5.0.ebuild deleted file mode 100644 index 18d9b2e..0000000 --- a/dev-vcs/git-extras/git-extras-6.5.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.1.0.ebuild b/dev-vcs/git-extras/git-extras-7.1.0.ebuild new file mode 100644 index 0000000..18d9b2e --- /dev/null +++ b/dev-vcs/git-extras/git-extras-7.1.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