* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-sh/
@ 2017-05-05 18:20 Michael Orlitzky
0 siblings, 0 replies; 4+ messages in thread
From: Michael Orlitzky @ 2017-05-05 18:20 UTC (permalink / raw
To: gentoo-commits
commit: f53a0177bd490b0567604a5d01002fe9c7169dc1
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri May 5 18:17:58 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri May 5 18:18:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53a0177
dev-vcs/git-sh: new EAPI=6 revision.
A more-or-less standard revision bump. I've removed the postinst
message about bash-completion, because the flag is no longer present
in dev-vcs/git.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-vcs/git-sh/git-sh-1.3-r1.ebuild | 24 ++++++++++++++++++++++++
dev-vcs/git-sh/git-sh-1.3.ebuild | 31 -------------------------------
2 files changed, 24 insertions(+), 31 deletions(-)
diff --git a/dev-vcs/git-sh/git-sh-1.3-r1.ebuild b/dev-vcs/git-sh/git-sh-1.3-r1.ebuild
new file mode 100644
index 00000000000..54b92f1a878
--- /dev/null
+++ b/dev-vcs/git-sh/git-sh-1.3-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A customized bash environment suitable for git work"
+HOMEPAGE="https://github.com/rtomayko/git-sh"
+SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-vcs/git"
+
+src_prepare() {
+ default
+ sed -e 's/git-completion\.bash //' \
+ -e 's:/local::' \
+ -i Makefile \
+ || die "sed failed"
+}
diff --git a/dev-vcs/git-sh/git-sh-1.3.ebuild b/dev-vcs/git-sh/git-sh-1.3.ebuild
deleted file mode 100644
index 39b2f16b8bb..00000000000
--- a/dev-vcs/git-sh/git-sh-1.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vcs-snapshot
-
-DESCRIPTION="A customized bash environment suitable for git work"
-HOMEPAGE="https://github.com/rtomayko/git-sh"
-SRC_URI="https://github.com/rtomayko/git-sh/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-vcs/git"
-
-src_prepare() {
- sed \
- -e 's/git-completion\.bash //' \
- -e 's:/local::' -i Makefile || die "sed failed"
-}
-
-pkg_postinst() {
- echo
- einfo "For bash completion in git commands emerge dev-vcs/git"
- einfo "with bash-completion USE flag."
- echo
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-sh/
@ 2017-05-05 18:20 Michael Orlitzky
0 siblings, 0 replies; 4+ messages in thread
From: Michael Orlitzky @ 2017-05-05 18:20 UTC (permalink / raw
To: gentoo-commits
commit: 0b1342f61705b5fbf55d4f010fc98c170d528548
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri May 5 18:18:32 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri May 5 18:18:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1342f6
dev-vcs/git-sh: remove unused version 1.1.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-vcs/git-sh/Manifest | 1 -
dev-vcs/git-sh/git-sh-1.1.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/dev-vcs/git-sh/Manifest b/dev-vcs/git-sh/Manifest
index 14811dbd282..bf08bd2a09b 100644
--- a/dev-vcs/git-sh/Manifest
+++ b/dev-vcs/git-sh/Manifest
@@ -1,2 +1 @@
-DIST git-sh-1.1.tar.gz 26616 SHA256 2947304d328c9db77268840e29eb19abba7252f84b98f1d5ea957c8b906638ab SHA512 c6704b7340b2da5ca1a0484461cbf6f51c2428254f036254aa6bd2577b8e492ab65dbf7b2c7b2e6c944e3f9df9f3fb8bdca768ed7ce7a26554c821bc3f231882 WHIRLPOOL 22b578c631130bf3f951daf20258b356dfed48a69595383dbf0cbe6ecd6861940a721c03763511b45cf3f25d6334df9f4b85f63b989990343f8618c715bbfcb0
DIST git-sh-1.3.tar.gz 26757 SHA256 461848dfa52ea6dd6cd0a374c52404b632204dc637cde17c0532529107d52358 SHA512 8ab742d0ff86e8387d03e2e190eec8ffd4725b1bfa58940f6673f5eac8c749931e3b3f8f20b898d933db36f56b323f800dba47a35294f865f456512f19a7846c WHIRLPOOL 01cd40187e0fe5930c1f53fba9708bc56ed14db20a5ecda897bdef1fe8a36bcfddda317a6cddef9297deb8956592c5003f15516afe22b9175354d4f0ac9b4aa4
diff --git a/dev-vcs/git-sh/git-sh-1.1.ebuild b/dev-vcs/git-sh/git-sh-1.1.ebuild
deleted file mode 100644
index 3183c55ec72..00000000000
--- a/dev-vcs/git-sh/git-sh-1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit vcs-snapshot
-
-DESCRIPTION="A customized bash environment suitable for git work"
-HOMEPAGE="https://github.com/rtomayko/git-sh"
-SRC_URI="https://github.com/rtomayko/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-vcs/git"
-
-src_prepare() {
- sed \
- -e 's/git-completion\.bash //' \
- -e 's:/local::' -i Makefile || die "sed failed"
-}
-
-pkg_postinst() {
- echo
- einfo "For bash completion in git commands emerge dev-vcs/git"
- einfo "with bash-completion USE flag."
- echo
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-sh/
@ 2017-10-04 9:09 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-10-04 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 197995ce9ff580ed37b637d396aec9c7e56a6a7f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 07:27:25 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 09:09:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197995ce
dev-vcs/git-sh: Strip empty metadata.xml elements
dev-vcs/git-sh/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-vcs/git-sh/metadata.xml b/dev-vcs/git-sh/metadata.xml
index 3cae441f8fc..a207b92c263 100644
--- a/dev-vcs/git-sh/metadata.xml
+++ b/dev-vcs/git-sh/metadata.xml
@@ -2,8 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
- <longdescription lang="en">
- </longdescription>
<upstream>
<remote-id type="github">rtomayko/git-sh</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-sh/
@ 2022-12-07 17:48 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-12-07 17:48 UTC (permalink / raw
To: gentoo-commits
commit: 646e6521c29ccf54b3502b8a542d3041781ad4b2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 7 17:27:44 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 7 17:48:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646e6521
dev-vcs/git-sh: EAPI 8
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-sh/{git-sh-1.3-r1.ebuild => git-sh-1.3-r2.ebuild} | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-vcs/git-sh/git-sh-1.3-r1.ebuild b/dev-vcs/git-sh/git-sh-1.3-r2.ebuild
similarity index 88%
rename from dev-vcs/git-sh/git-sh-1.3-r1.ebuild
rename to dev-vcs/git-sh/git-sh-1.3-r2.ebuild
index 63ae07a37178..af3bdbe9c53c 100644
--- a/dev-vcs/git-sh/git-sh-1.3-r1.ebuild
+++ b/dev-vcs/git-sh/git-sh-1.3-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="A customized bash environment suitable for git work"
HOMEPAGE="https://github.com/rtomayko/git-sh"
@@ -10,9 +10,7 @@ SRC_URI="https://github.com/rtomayko/git-sh/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=""
RDEPEND="dev-vcs/git"
src_prepare() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-12-07 17:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-07 17:48 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-sh/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2017-10-04 9:09 Michał Górny
2017-05-05 18:20 Michael Orlitzky
2017-05-05 18:20 Michael Orlitzky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox