diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-05-05 14:18:32 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-05-05 14:18:49 -0400 |
commit | 0b1342f61705b5fbf55d4f010fc98c170d528548 (patch) | |
tree | 9159d98fe125925b440300d916685b07e1f35b56 /dev-vcs/git-sh | |
parent | dev-vcs/git-sh: new EAPI=6 revision. (diff) | |
download | gentoo-0b1342f61705b5fbf55d4f010fc98c170d528548.tar.gz gentoo-0b1342f61705b5fbf55d4f010fc98c170d528548.tar.bz2 gentoo-0b1342f61705b5fbf55d4f010fc98c170d528548.zip |
dev-vcs/git-sh: remove unused version 1.1.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-vcs/git-sh')
-rw-r--r-- | dev-vcs/git-sh/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/git-sh/git-sh-1.1.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-vcs/git-sh/Manifest b/dev-vcs/git-sh/Manifest index 14811dbd282e..bf08bd2a09bb 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 3183c55ec722..000000000000 --- 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 -} |