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
commit259f0fd3008f6591807de232836aed8e578fc0db (patch)
tree065367f10a107ab6bb899ded6ce4cf24cc52b988 /app-shells/gentoo-bashcomp
parentstable on amd64 (diff)
downloadhistorical-259f0fd3008f6591807de232836aed8e578fc0db.tar.gz
historical-259f0fd3008f6591807de232836aed8e578fc0db.tar.bz2
historical-259f0fd3008f6591807de232836aed8e578fc0db.zip
Fix deps
Package-Manager: portage-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/Manifest12
-rw-r--r--app-shells/gentoo-bashcomp/gentoo-bashcomp-20050316.ebuild4
3 files changed, 13 insertions, 9 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..b4ca977702a4 100644
--- a/app-shells/gentoo-bashcomp/Manifest
+++ b/app-shells/gentoo-bashcomp/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 4e77e6efa1638f89fe911f8d65ccf3b8 gentoo-bashcomp-20050316.ebuild 1036
-MD5 d19fe55a9e37986a590a3153584f3ef7 ChangeLog 453
+MD5 faaa1919cdbb2161df7b1a99b5f2c45b gentoo-bashcomp-20050316.ebuild 1036
+MD5 7d2de1d007aeb3e3e435ffbcb99dbc7f 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)
+Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCOCo3EZCkKN40op4RAl9wAKCEJZYwTst7WsiB/P8KHcmRdje18ACfVTZB
-GW2CwVB4ZPafBi0Q6TjDu7o=
-=wrJW
+iD8DBQFCREG/EZCkKN40op4RAlCNAKC5r9h+Nstzf4peUf6G9fzPs9uNMwCgronv
+LjRlEJHcBmW84y9Npaj9FcQ=
+=OmGj
-----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"