summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-02-15 22:26:58 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-02-15 22:26:58 +0300
commit735ee46d1c714caf0a93b11019dad9a7da647fe3 (patch)
treeee3a4461ca80042ac138b1a85a077eda272827ff /dev-vcs
parentdev-vcs/topgit: amd64 stable wrt bug #676542 (diff)
downloadgentoo-735ee46d1c714caf0a93b11019dad9a7da647fe3.tar.gz
gentoo-735ee46d1c714caf0a93b11019dad9a7da647fe3.tar.bz2
gentoo-735ee46d1c714caf0a93b11019dad9a7da647fe3.zip
dev-vcs/topgit: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/topgit/topgit-0.9.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-vcs/topgit/topgit-0.9.ebuild b/dev-vcs/topgit/topgit-0.9.ebuild
deleted file mode 100644
index e7df0c5baa14..000000000000
--- a/dev-vcs/topgit/topgit-0.9.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bash-completion-r1
-
-DESCRIPTION="A different patch queue manager"
-HOMEPAGE="https://github.com/greenrd/topgit"
-SRC_URI="https://github.com/greenrd/${PN}/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="sys-apps/sed
- virtual/awk"
-RDEPEND="dev-vcs/git"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_compile() {
- # Needed because of "hardcoded" paths
- emake prefix="/usr" sharedir="/usr/share/doc/${PF}"
-}
-
-src_install() {
- emake prefix="${D}/usr" sharedir="${D}/usr/share/doc/${PF}" install
-
- newbashcomp contrib/tg-completion.bash tg
- dodoc README
-}