summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-08-26 20:48:57 +0000
committerMichał Górny <mgorny@gentoo.org>2014-08-26 20:48:57 +0000
commit3b55224e0e58b8bab970c389b4f7ebf28cbc1e62 (patch)
tree03031eaf039205f6e6d488622675009a6e6f22e4 /dev-vcs/topgit
parentKeyword ~ppc ~ppc64, bug #521036 (diff)
downloadgentoo-2-3b55224e0e58b8bab970c389b4f7ebf28cbc1e62.tar.gz
gentoo-2-3b55224e0e58b8bab970c389b4f7ebf28cbc1e62.tar.bz2
gentoo-2-3b55224e0e58b8bab970c389b4f7ebf28cbc1e62.zip
Remove needless USE=bash-completion. Install completion file using a correct name for autoloading.
(Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-vcs/topgit')
-rw-r--r--dev-vcs/topgit/ChangeLog6
-rw-r--r--dev-vcs/topgit/topgit-0.9.ebuild9
2 files changed, 8 insertions, 7 deletions
diff --git a/dev-vcs/topgit/ChangeLog b/dev-vcs/topgit/ChangeLog
index b77d5ee2e10f..36d04345b681 100644
--- a/dev-vcs/topgit/ChangeLog
+++ b/dev-vcs/topgit/ChangeLog
@@ -1,6 +1,10 @@
# 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.5 2014/08/11 17:59:13 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/topgit/ChangeLog,v 1.6 2014/08/26 20:48:57 mgorny Exp $
+
+ 26 Aug 2014; Michał Górny <mgorny@gentoo.org> topgit-0.9.ebuild:
+ Remove needless USE=bash-completion. Install completion file using a correct
+ name for autoloading.
*topgit-0.9 (11 Aug 2014)
diff --git a/dev-vcs/topgit/topgit-0.9.ebuild b/dev-vcs/topgit/topgit-0.9.ebuild
index ec38df47a774..f8d411a0df55 100644
--- a/dev-vcs/topgit/topgit-0.9.ebuild
+++ b/dev-vcs/topgit/topgit-0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/topgit/topgit-0.9.ebuild,v 1.1 2014/08/11 17:59:13 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/topgit/topgit-0.9.ebuild,v 1.2 2014/08/26 20:48:57 mgorny Exp $
EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/greenrd/${PN}/archive/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="bash-completion"
+IUSE=""
DEPEND="sys-apps/sed
virtual/awk"
@@ -29,9 +29,6 @@ src_compile() {
src_install() {
emake prefix="${D}/usr" sharedir="${D}/usr/share/doc/${PF}" install
- if use bash-completion; then
- newbashcomp contrib/tg-completion.bash ${PN}
- fi
-
+ newbashcomp contrib/tg-completion.bash tg
dodoc README
}