Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-sh/
Date: Fri, 05 May 2017 18:21:34
Message-Id: 1494008329.0b1342f61705b5fbf55d4f010fc98c170d528548.mjo@gentoo
1 commit: 0b1342f61705b5fbf55d4f010fc98c170d528548
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 5 18:18:32 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri May 5 18:18:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1342f6
7
8 dev-vcs/git-sh: remove unused version 1.1.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-vcs/git-sh/Manifest | 1 -
13 dev-vcs/git-sh/git-sh-1.1.ebuild | 31 -------------------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/dev-vcs/git-sh/Manifest b/dev-vcs/git-sh/Manifest
17 index 14811dbd282..bf08bd2a09b 100644
18 --- a/dev-vcs/git-sh/Manifest
19 +++ b/dev-vcs/git-sh/Manifest
20 @@ -1,2 +1 @@
21 -DIST git-sh-1.1.tar.gz 26616 SHA256 2947304d328c9db77268840e29eb19abba7252f84b98f1d5ea957c8b906638ab SHA512 c6704b7340b2da5ca1a0484461cbf6f51c2428254f036254aa6bd2577b8e492ab65dbf7b2c7b2e6c944e3f9df9f3fb8bdca768ed7ce7a26554c821bc3f231882 WHIRLPOOL 22b578c631130bf3f951daf20258b356dfed48a69595383dbf0cbe6ecd6861940a721c03763511b45cf3f25d6334df9f4b85f63b989990343f8618c715bbfcb0
22 DIST git-sh-1.3.tar.gz 26757 SHA256 461848dfa52ea6dd6cd0a374c52404b632204dc637cde17c0532529107d52358 SHA512 8ab742d0ff86e8387d03e2e190eec8ffd4725b1bfa58940f6673f5eac8c749931e3b3f8f20b898d933db36f56b323f800dba47a35294f865f456512f19a7846c WHIRLPOOL 01cd40187e0fe5930c1f53fba9708bc56ed14db20a5ecda897bdef1fe8a36bcfddda317a6cddef9297deb8956592c5003f15516afe22b9175354d4f0ac9b4aa4
23
24 diff --git a/dev-vcs/git-sh/git-sh-1.1.ebuild b/dev-vcs/git-sh/git-sh-1.1.ebuild
25 deleted file mode 100644
26 index 3183c55ec72..00000000000
27 --- a/dev-vcs/git-sh/git-sh-1.1.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2013 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=4
34 -
35 -inherit vcs-snapshot
36 -
37 -DESCRIPTION="A customized bash environment suitable for git work"
38 -HOMEPAGE="https://github.com/rtomayko/git-sh"
39 -SRC_URI="https://github.com/rtomayko/${PN}/tarball/${PV} -> ${P}.tar.gz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE=""
45 -
46 -DEPEND=""
47 -RDEPEND="dev-vcs/git"
48 -
49 -src_prepare() {
50 - sed \
51 - -e 's/git-completion\.bash //' \
52 - -e 's:/local::' -i Makefile || die "sed failed"
53 -}
54 -
55 -pkg_postinst() {
56 - echo
57 - einfo "For bash completion in git commands emerge dev-vcs/git"
58 - einfo "with bash-completion USE flag."
59 - echo
60 -}