summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-09-09 16:38:04 +0000
committerMichał Górny <mgorny@gentoo.org>2011-09-09 16:38:04 +0000
commit9ce78264c4a9ceda4602204268b9eacc6ce5bd47 (patch)
treebe6afdc63e9f75e11acf7a3f4fc101d08675e5ad /dev-vcs
parentBump to scrapy-0.12.0.2546 (diff)
downloadgentoo-2-9ce78264c4a9ceda4602204268b9eacc6ce5bd47.tar.gz
gentoo-2-9ce78264c4a9ceda4602204268b9eacc6ce5bd47.tar.bz2
gentoo-2-9ce78264c4a9ceda4602204268b9eacc6ce5bd47.zip
Migrate to bash-completion-r1.
(Portage version: 2.2.0_alpha51_p82/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/tig/ChangeLog5
-rw-r--r--dev-vcs/tig/tig-0.18.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-vcs/tig/ChangeLog b/dev-vcs/tig/ChangeLog
index 2bbaf413ce29..a431d1b29565 100644
--- a/dev-vcs/tig/ChangeLog
+++ b/dev-vcs/tig/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/tig
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.9 2011/08/29 09:45:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.10 2011/09/09 16:38:04 mgorny Exp $
+
+ 09 Sep 2011; Michał Górny <mgorny@gentoo.org> tig-0.18.ebuild:
+ Migrate to bash-completion-r1.
*tig-0.18 (29 Aug 2011)
diff --git a/dev-vcs/tig/tig-0.18.ebuild b/dev-vcs/tig/tig-0.18.ebuild
index c8723cbd2d96..1d8ae155fbf1 100644
--- a/dev-vcs/tig/tig-0.18.ebuild
+++ b/dev-vcs/tig/tig-0.18.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-0.18.ebuild,v 1.1 2011/08/29 09:45:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-0.18.ebuild,v 1.2 2011/09/09 16:38:04 mgorny Exp $
EAPI=4
-inherit bash-completion
+inherit bash-completion-r1
DESCRIPTION="Tig: text mode interface for git"
HOMEPAGE="http://jonas.nitro.dk/tig/"
@@ -23,5 +23,5 @@ src_install() {
emake DESTDIR="${D}" install install-doc-man
dodoc BUGS NEWS TODO
dohtml manual.html README.html
- dobashcompletion contrib/tig-completion.bash
+ newbashcomp contrib/tig-completion.bash ${PN}
}