Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/topgit/
Date: Fri, 15 Feb 2019 19:27:11
Message-Id: 1550258818.735ee46d1c714caf0a93b11019dad9a7da647fe3.zlogene@gentoo
1 commit: 735ee46d1c714caf0a93b11019dad9a7da647fe3
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 19:26:58 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 19:26:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735ee46d
7
8 dev-vcs/topgit: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-vcs/topgit/topgit-0.9.ebuild | 33 ---------------------------------
14 1 file changed, 33 deletions(-)
15
16 diff --git a/dev-vcs/topgit/topgit-0.9.ebuild b/dev-vcs/topgit/topgit-0.9.ebuild
17 deleted file mode 100644
18 index e7df0c5baa1..00000000000
19 --- a/dev-vcs/topgit/topgit-0.9.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit bash-completion-r1
28 -
29 -DESCRIPTION="A different patch queue manager"
30 -HOMEPAGE="https://github.com/greenrd/topgit"
31 -SRC_URI="https://github.com/greenrd/${PN}/archive/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -DEPEND="sys-apps/sed
39 - virtual/awk"
40 -RDEPEND="dev-vcs/git"
41 -
42 -S="${WORKDIR}/${PN}-${P}"
43 -
44 -src_compile() {
45 - # Needed because of "hardcoded" paths
46 - emake prefix="/usr" sharedir="/usr/share/doc/${PF}"
47 -}
48 -
49 -src_install() {
50 - emake prefix="${D}/usr" sharedir="${D}/usr/share/doc/${PF}" install
51 -
52 - newbashcomp contrib/tg-completion.bash tg
53 - dodoc README
54 -}