From 9b5e91fd3de0abff6c2808767c7a1d22e1b62318 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 7 Oct 2022 18:09:09 +0100 Subject: Bump git-extras --- dev-vcs/git-extras/Manifest | 4 ++-- dev-vcs/git-extras/git-extras-6.3.0.ebuild | 25 ------------------------- dev-vcs/git-extras/git-extras-6.5.0.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 dev-vcs/git-extras/git-extras-6.3.0.ebuild create mode 100644 dev-vcs/git-extras/git-extras-6.5.0.ebuild (limited to 'dev-vcs') diff --git a/dev-vcs/git-extras/Manifest b/dev-vcs/git-extras/Manifest index ca637a4..c75b8d3 100644 --- a/dev-vcs/git-extras/Manifest +++ b/dev-vcs/git-extras/Manifest @@ -1,4 +1,4 @@ -DIST git-extras-6.3.0.tar.gz 159258 BLAKE2B 263e192015e46da7867f131c19ae47243e60355cba02b1860b45abafdc4fc6adf916dffce58b853960d8bb22f5da067e1dca6ed0b02f108953571896d1c981c4 SHA512 2be0a6f3f3907754638ffd975b0b28908e8c9490418fa170f47a73a2cdc9d0b8fd5d11e4734440ffe3114cd63aa7decf8b1cafc78a63d2794d06f7fcd2925ead DIST git-extras-6.4.0.tar.gz 163508 BLAKE2B bffbc8efcf1cf030bceb20b953e1cbbc067c8383ced38b786c21eb9bd9b7d3febd3d8aae652c0dd731de688d3cfa225c3aec91d6b9c590459b576db113ca0af0 SHA512 1b28d09d294f6d060b7639401e56c8d5e762614b5f6928ee6267e49af943e349e2399558ebac60008e8240218c13f00f8aea7dc07b71fec1e2dc25487bc847a3 -EBUILD git-extras-6.3.0.ebuild 547 BLAKE2B d798257cc6953c974c41bdc6eaca5da4f7eb531ffdd9b7299b146754b13103e90d879189624c3e0f3ad25582c8dd540ebaf02c8430556b206f7a916a6add257c SHA512 438ab314ce31196c1c4eef41f1a0e4c88863163efb94d02f21fdb8acc8ab12a051577289bdda64b1b0612fcb6b6c84d389c136fdcee71b0815a2a04762a05400 +DIST git-extras-6.5.0.tar.gz 167015 BLAKE2B 44331744399f55f9c6bba26bd0eef95e87a5b8ed0a216f3a4a71397fd2ac7aad4325ef787e1970f54c5b8732d0d291c20d6103c8549f3a1eb315bd7fe884337e SHA512 1dbf350ab822f5317d57ca7b90b914a71d3ad83746a79a369e221d20ade606b07a8b0f702610f50d1551c5c3ca12517df18106c6066745b40bf966052bbe9a46 EBUILD git-extras-6.4.0.ebuild 547 BLAKE2B d798257cc6953c974c41bdc6eaca5da4f7eb531ffdd9b7299b146754b13103e90d879189624c3e0f3ad25582c8dd540ebaf02c8430556b206f7a916a6add257c SHA512 438ab314ce31196c1c4eef41f1a0e4c88863163efb94d02f21fdb8acc8ab12a051577289bdda64b1b0612fcb6b6c84d389c136fdcee71b0815a2a04762a05400 +EBUILD git-extras-6.5.0.ebuild 547 BLAKE2B d798257cc6953c974c41bdc6eaca5da4f7eb531ffdd9b7299b146754b13103e90d879189624c3e0f3ad25582c8dd540ebaf02c8430556b206f7a916a6add257c SHA512 438ab314ce31196c1c4eef41f1a0e4c88863163efb94d02f21fdb8acc8ab12a051577289bdda64b1b0612fcb6b6c84d389c136fdcee71b0815a2a04762a05400 diff --git a/dev-vcs/git-extras/git-extras-6.3.0.ebuild b/dev-vcs/git-extras/git-extras-6.3.0.ebuild deleted file mode 100644 index 83e8526..0000000 --- a/dev-vcs/git-extras/git-extras-6.3.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 eutils - -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-6.5.0.ebuild b/dev-vcs/git-extras/git-extras-6.5.0.ebuild new file mode 100644 index 0000000..83e8526 --- /dev/null +++ b/dev-vcs/git-extras/git-extras-6.5.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 eutils + +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