diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-04-02 06:06:09 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-04-02 06:06:09 +0000 |
commit | 6096186520d4e1987dd7024c09be3e70341a9d28 (patch) | |
tree | 6158bdaaa4b390acb50077e5e05787a7efe583ad /app-shells | |
parent | version bump; clean old versions (diff) | |
download | gentoo-2-6096186520d4e1987dd7024c09be3e70341a9d28.tar.gz gentoo-2-6096186520d4e1987dd7024c09be3e70341a9d28.tar.bz2 gentoo-2-6096186520d4e1987dd7024c09be3e70341a9d28.zip |
Fix path to diff.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/gentoo-bashcomp/Manifest | 12 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20050329-r1.ebuild | 4 |
2 files changed, 3 insertions, 13 deletions
diff --git a/app-shells/gentoo-bashcomp/Manifest b/app-shells/gentoo-bashcomp/Manifest index 07744cc39bd6..233cb9789174 100644 --- a/app-shells/gentoo-bashcomp/Manifest +++ b/app-shells/gentoo-bashcomp/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 faaa1919cdbb2161df7b1a99b5f2c45b gentoo-bashcomp-20050316.ebuild 1036 MD5 b062d4cb75b0f54aa93623de68c5d652 ChangeLog 1004 MD5 99ce5509db4b50f28a1f6675f8c09b2b metadata.xml 258 -MD5 b695f7125f1e6f302170505980897269 gentoo-bashcomp-20050329-r1.ebuild 1138 +MD5 c2fbe60a1940bbd61ccfc97df261994b gentoo-bashcomp-20050329-r1.ebuild 1139 MD5 d43bd783050ae3fff7f64a93181fe15f files/digest-gentoo-bashcomp-20050316 76 MD5 062bd4231ac362ed01d81442019db5f3 files/digest-gentoo-bashcomp-20050329-r1 76 MD5 7fe42dd6df2d2cc4b18d191ee0aba931 files/20050329-fix-actionre.diff 596 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCTgwhEZCkKN40op4RAgkeAJ4udfSToIIqcveq4WNvTifXqC5P1ACgknZy -lm4qzqE8Jv7+iTV5Iqiw2fI= -=T20K ------END PGP SIGNATURE----- diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050329-r1.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050329-r1.ebuild index f5c39b9e29c5..d503858a7c05 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050329-r1.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050329-r1.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.1 2005/04/02 03:05:29 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050329-r1.ebuild,v 1.2 2005/04/02 06:06:09 ka0ttic Exp $ inherit eutils @@ -18,7 +18,7 @@ RDEPEND=">=app-shells/bash-completion-20050121-r3" src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/${P}-fix-actionre.diff + epatch ${FILESDIR}/${PV}-fix-actionre.diff } src_install() { |