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 | b17a72769cf753cf227afe78161f05ada84223eb (patch) | |
tree | d5cfea080547c5aff2540d0e6ccb7e29eab93b85 /app-shells/gentoo-bashcomp | |
parent | version bump; clean old versions (diff) | |
download | historical-b17a72769cf753cf227afe78161f05ada84223eb.tar.gz historical-b17a72769cf753cf227afe78161f05ada84223eb.tar.bz2 historical-b17a72769cf753cf227afe78161f05ada84223eb.zip |
Fix path to diff.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-shells/gentoo-bashcomp')
-rw-r--r-- | app-shells/gentoo-bashcomp/Manifest | 8 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20050329-r1.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-shells/gentoo-bashcomp/Manifest b/app-shells/gentoo-bashcomp/Manifest index 07744cc39bd6..2334d1924dcb 100644 --- a/app-shells/gentoo-bashcomp/Manifest +++ b/app-shells/gentoo-bashcomp/Manifest @@ -4,14 +4,14 @@ 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 7626d122c33a855369e2852f2b931a07 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 +iD8DBQFCTjZiEZCkKN40op4RAjGIAJ9txrkUWxFOc8v733l7r2hnelIHPwCfdFY7 +PP9ZB22OqcfXSSo7wDQODVk= +=qBuc -----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() { |