diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-04-02 03:05:29 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-04-02 03:05:29 +0000 |
commit | 120a061e01632b823e8a7f40927fb249ba170a99 (patch) | |
tree | d1f3e16238aea054fc7f6f1b96904fdaa340f74e /app-shells | |
parent | stable on mips (diff) | |
download | gentoo-2-120a061e01632b823e8a7f40927fb249ba170a99.tar.gz gentoo-2-120a061e01632b823e8a7f40927fb249ba170a99.tar.bz2 gentoo-2-120a061e01632b823e8a7f40927fb249ba170a99.zip |
Revision bump; added diff to fix action bash glob.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/gentoo-bashcomp/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/Manifest | 17 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/files/20050329-fix-actionre.diff | 11 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-20050329-r1 (renamed from app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-20050329) | 0 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20050329-r1.ebuild (renamed from app-shells/gentoo-bashcomp/gentoo-bashcomp-20050329.ebuild) | 10 |
5 files changed, 32 insertions, 15 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog index 1f1e8c8553fe..d8cf8111c83c 100644 --- a/app-shells/gentoo-bashcomp/ChangeLog +++ b/app-shells/gentoo-bashcomp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-shells/gentoo-bashcomp # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.3 2005/03/29 16:24:38 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.4 2005/04/02 03:05:29 ka0ttic Exp $ + +*gentoo-bashcomp-20050329-r1 (02 Apr 2005) + + 02 Apr 2005; Aaron Walker <ka0ttic@gentoo.org> + +files/20050329-fix-actionre.diff, -gentoo-bashcomp-20050329.ebuild, + +gentoo-bashcomp-20050329-r1.ebuild: + Revision bump; added diff to fix action bash glob. *gentoo-bashcomp-20050329 (29 Mar 2005) diff --git a/app-shells/gentoo-bashcomp/Manifest b/app-shells/gentoo-bashcomp/Manifest index 039ebfd9bd76..842c55a88470 100644 --- a/app-shells/gentoo-bashcomp/Manifest +++ b/app-shells/gentoo-bashcomp/Manifest @@ -1,16 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 5dcf8f1b6263794c64022e85bacf40d3 gentoo-bashcomp-20050329.ebuild 1036 MD5 faaa1919cdbb2161df7b1a99b5f2c45b gentoo-bashcomp-20050316.ebuild 1036 -MD5 f390f29791220ebb761c6e3a89cf6436 ChangeLog 747 +MD5 07319c4c8f4e93c838ae603e8f0612c5 ChangeLog 1004 MD5 99ce5509db4b50f28a1f6675f8c09b2b metadata.xml 258 +MD5 af98d3a55de34c64c7f4f32417bb5c1d gentoo-bashcomp-20050329-r1.ebuild 1135 MD5 d43bd783050ae3fff7f64a93181fe15f files/digest-gentoo-bashcomp-20050316 76 -MD5 062bd4231ac362ed01d81442019db5f3 files/digest-gentoo-bashcomp-20050329 76 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCSYFeEZCkKN40op4RAsi4AKDEjA95KNRgwtato8Lfl3U5Homk9ACfUWIq -ty16KYQekNgEWWCBSf67gd0= -=62zD ------END PGP SIGNATURE----- +MD5 062bd4231ac362ed01d81442019db5f3 files/digest-gentoo-bashcomp-20050329-r1 76 +MD5 7fe42dd6df2d2cc4b18d191ee0aba931 files/20050329-fix-actionre.diff 596 diff --git a/app-shells/gentoo-bashcomp/files/20050329-fix-actionre.diff b/app-shells/gentoo-bashcomp/files/20050329-fix-actionre.diff new file mode 100644 index 000000000000..0b6189b65ac0 --- /dev/null +++ b/app-shells/gentoo-bashcomp/files/20050329-fix-actionre.diff @@ -0,0 +1,11 @@ +--- tags/release-20050329/gentoo 2005-03-29 20:54:05.000000000 -0500 ++++ trunk/gentoo 2005-03-30 21:08:54.000000000 -0500 +@@ -152,7 +152,7 @@ + numwords=${#COMP_WORDS[*]} + curword=${COMP_CWORD} + compwords="${COMP_WORDS[*]}" +- actionre=' @(-[CPcis]|@(metadata|s@(y@(nc|stem)|earch)|regen|@(unmerg|prune)e|world|@(@(dep)@(clean)|@(in@(fo|ject)))))' ++ actionre='@(-[CPcis]|@(metadata|s@(y@(nc|stem)|earch)|regen|@(unmerg|prune)e|world|@(@(dep)@(clean)|@(in@(fo|ject)))))' + stopre=' @(depclean|info|metadata|regen|sy@(nc|stem)|world|--@(resume|s@(kipfirst|ync)))' + opts='' + diff --git a/app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-20050329 b/app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-20050329-r1 index b54e9bcc7933..b54e9bcc7933 100644 --- a/app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-20050329 +++ b/app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-20050329-r1 diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050329.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050329-r1.ebuild index d9393a8af8f0..f5c39b9e29c5 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050329.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050329-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050329.ebuild,v 1.1 2005/03/29 16:24:38 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050329-r1.ebuild,v 1.1 2005/04/02 03:05:29 ka0ttic Exp $ + +inherit eutils DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)" HOMEPAGE="http://developer.berlios.de/projects/gentoo-bashcomp/" @@ -13,6 +15,12 @@ IUSE="" RDEPEND=">=app-shells/bash-completion-20050121-r3" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-fix-actionre.diff +} + src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog TODO |