summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-03-25 16:51:48 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-03-25 16:51:48 +0000
commit050ecb1139be2987f222b44b47b6a5c64b7a8fb1 (patch)
tree471a9ce7226dd02fe78c66c3bb673a95ad0832ca /app-shells/gentoo-bashcomp
parentstable on amd64 (diff)
downloadgentoo-2-050ecb1139be2987f222b44b47b6a5c64b7a8fb1.tar.gz
gentoo-2-050ecb1139be2987f222b44b47b6a5c64b7a8fb1.tar.bz2
gentoo-2-050ecb1139be2987f222b44b47b6a5c64b7a8fb1.zip
Fix deps
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-shells/gentoo-bashcomp')
-rw-r--r--app-shells/gentoo-bashcomp/ChangeLog6
-rw-r--r--app-shells/gentoo-bashcomp/Manifest14
-rw-r--r--app-shells/gentoo-bashcomp/gentoo-bashcomp-20050316.ebuild4
3 files changed, 9 insertions, 15 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog
index 150a25d7aa70..89d2589fbf0c 100644
--- a/app-shells/gentoo-bashcomp/ChangeLog
+++ b/app-shells/gentoo-bashcomp/ChangeLog
@@ -1,6 +1,10 @@
# 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.1 2005/03/16 12:44:14 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.2 2005/03/25 16:51:48 ka0ttic Exp $
+
+ 25 Mar 2005; Aaron Walker <ka0ttic@gentoo.org>
+ gentoo-bashcomp-20050316.ebuild:
+ Fix deps.
*gentoo-bashcomp-20050316 (16 Mar 2005)
diff --git a/app-shells/gentoo-bashcomp/Manifest b/app-shells/gentoo-bashcomp/Manifest
index c9a7d0797c14..ec4e97ee7919 100644
--- a/app-shells/gentoo-bashcomp/Manifest
+++ b/app-shells/gentoo-bashcomp/Manifest
@@ -1,14 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 4e77e6efa1638f89fe911f8d65ccf3b8 gentoo-bashcomp-20050316.ebuild 1036
-MD5 d19fe55a9e37986a590a3153584f3ef7 ChangeLog 453
+MD5 374e5b732871a383e78267d412866cf5 gentoo-bashcomp-20050316.ebuild 1036
+MD5 4b219ca195e85eadcbcf79cec73875eb ChangeLog 550
MD5 99ce5509db4b50f28a1f6675f8c09b2b metadata.xml 258
MD5 d43bd783050ae3fff7f64a93181fe15f files/digest-gentoo-bashcomp-20050316 76
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFCOCo3EZCkKN40op4RAl9wAKCEJZYwTst7WsiB/P8KHcmRdje18ACfVTZB
-GW2CwVB4ZPafBi0Q6TjDu7o=
-=wrJW
------END PGP SIGNATURE-----
diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050316.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050316.ebuild
index a361cb416220..0f1497aef373 100644
--- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050316.ebuild
+++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050316.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-20050316.ebuild,v 1.1 2005/03/16 12:44:14 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050316.ebuild,v 1.2 2005/03/25 16:51:48 ka0ttic Exp $
DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)"
HOMEPAGE="http://developer.berlios.de/projects/gentoo-bashcomp/"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sparc ~x86"
IUSE=""
-RDEPEND=">=app-shells/bash-completion-20050121-r1"
+RDEPEND=">=app-shells/bash-completion-20050121-r3"
src_install() {
make DESTDIR="${D}" install || die "make install failed"