diff options
author | 2005-06-28 05:30:06 +0000 | |
---|---|---|
committer | 2005-06-28 05:30:06 +0000 | |
commit | 388f4f44eaed8e6e163037065aedc7862369905d (patch) | |
tree | abce03040da9dd338057185528b645d9b63d8d56 /app-shells/gentoo-bashcomp | |
parent | fix DEPEND/RDEPEND (diff) | |
download | historical-388f4f44eaed8e6e163037065aedc7862369905d.tar.gz historical-388f4f44eaed8e6e163037065aedc7862369905d.tar.bz2 historical-388f4f44eaed8e6e163037065aedc7862369905d.zip |
Marked stable on mips.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-shells/gentoo-bashcomp')
-rw-r--r-- | app-shells/gentoo-bashcomp/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/Manifest | 14 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild | 4 |
3 files changed, 9 insertions, 15 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog index 7110f8be7750..ee1f7e354cbe 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.13 2005/06/18 11:58:25 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.14 2005/06/28 05:29:29 kumba Exp $ + + 28 Jun 2005; Joshua Kinard <kumba@gentoo.org> + gentoo-bashcomp-20050516.ebuild: + Marked stable on mips. 18 Jun 2005; Fernando J. Pereda <ferdy@gentoo.org> gentoo-bashcomp-20050516.ebuild: diff --git a/app-shells/gentoo-bashcomp/Manifest b/app-shells/gentoo-bashcomp/Manifest index d5c9d70d1327..75b40963d040 100644 --- a/app-shells/gentoo-bashcomp/Manifest +++ b/app-shells/gentoo-bashcomp/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 79f3d8e3943aad3e70a4fa88caef5ab5 gentoo-bashcomp-20050516.ebuild 1033 -MD5 ac17d0cd7ed998ecd4156265c5e73863 ChangeLog 2415 +MD5 9f335e4267bf64d6643b0ceb75a0089b ChangeLog 2524 MD5 99ce5509db4b50f28a1f6675f8c09b2b metadata.xml 258 +MD5 7e41bb8a99894db6d05811e58dc3ad79 gentoo-bashcomp-20050516.ebuild 1032 MD5 a6ed2eaa63a38c869700f182a0a17459 files/digest-gentoo-bashcomp-20050516 76 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCtAyQViELBEf1JB0RAhvbAJoCNiACqb5kRW6ASj0CGGfGZIeYAACfZ9kg -iJIZkzqdlt4aPJr0p+el9cE= -=oDh9 ------END PGP SIGNATURE----- diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild index a7828ea0db5a..27f1d6815ad6 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.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-20050516.ebuild,v 1.7 2005/06/18 11:58:25 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild,v 1.8 2005/06/28 05:29:29 kumba Exp $ DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)" HOMEPAGE="http://developer.berlios.de/projects/gentoo-bashcomp/" @@ -8,7 +8,7 @@ SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc-macos ~ppc64 ~s390 sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 mips ppc ~ppc-macos ~ppc64 ~s390 sparc x86" IUSE="" RDEPEND=">=app-shells/bash-completion-20050121-r3" |