summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-02 22:45:04 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-02 22:45:04 +0000
commitb6f246f24aa5d501e692b4c6e196749880f34aa3 (patch)
treeef060ee925ab0ea8fdcd883c32197f7ad867e217 /dev-vcs/topgit
parentRemove old (bash-completion.eclass cleanup). (diff)
downloadgentoo-2-b6f246f24aa5d501e692b4c6e196749880f34aa3.tar.gz
gentoo-2-b6f246f24aa5d501e692b4c6e196749880f34aa3.tar.bz2
gentoo-2-b6f246f24aa5d501e692b4c6e196749880f34aa3.zip
Remove old (bash-completion.eclass cleanup).
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-vcs/topgit')
-rw-r--r--dev-vcs/topgit/ChangeLog7
-rw-r--r--dev-vcs/topgit/topgit-0.8.ebuild34
2 files changed, 5 insertions, 36 deletions
diff --git a/dev-vcs/topgit/ChangeLog b/dev-vcs/topgit/ChangeLog
index 11869cb10e8f..9853678ef490 100644
--- a/dev-vcs/topgit/ChangeLog
+++ b/dev-vcs/topgit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/topgit
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/topgit/ChangeLog,v 1.8 2014/12/08 13:10:13 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/topgit/ChangeLog,v 1.9 2015/01/02 22:45:04 mgorny Exp $
+
+ 02 Jan 2015; Michał Górny <mgorny@gentoo.org> -topgit-0.8.ebuild:
+ Remove old (bash-completion.eclass cleanup).
08 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> topgit-0.9.ebuild:
x86 stable wrt bug #521716
diff --git a/dev-vcs/topgit/topgit-0.8.ebuild b/dev-vcs/topgit/topgit-0.8.ebuild
deleted file mode 100644
index 9f3c7f60b120..000000000000
--- a/dev-vcs/topgit/topgit-0.8.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/topgit/topgit-0.8.ebuild,v 1.4 2013/03/02 22:47:47 ottxor Exp $
-
-inherit bash-completion
-
-DESCRIPTION="A different patch queue manager"
-HOMEPAGE="http://repo.or.cz/w/topgit.git"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- http://dev.gentooexperimental.org/~idl0r/distfiles/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="bash-completion"
-
-DEPEND="sys-apps/sed
- virtual/awk"
-RDEPEND="dev-vcs/git"
-
-src_compile() {
- # Needed because of "hardcoded" paths
- emake prefix="/usr" sharedir="/usr/share/doc/${PF}" || die
-}
-
-src_install() {
- emake prefix="${D}/usr" sharedir="${D}/usr/share/doc/${PF}" install || die
-
- if use bash-completion; then
- dobashcompletion contrib/tg-completion.bash ${PN}
- fi
-
- dodoc README || die
-}