diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-01 00:06:58 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-01 00:06:58 +0000 |
commit | 3da6b991a29655269ed5816c4d26f1682440b4a2 (patch) | |
tree | 6bf5cdffbf15cb9e629253b51f2ed54834cb461a /app-shells/bash-completion-config | |
parent | Version bump (diff) | |
download | historical-3da6b991a29655269ed5816c4d26f1682440b4a2.tar.gz historical-3da6b991a29655269ed5816c4d26f1682440b4a2.tar.bz2 historical-3da6b991a29655269ed5816c4d26f1682440b4a2.zip |
Stable on sparc, mips
Diffstat (limited to 'app-shells/bash-completion-config')
-rw-r--r-- | app-shells/bash-completion-config/ChangeLog | 8 | ||||
-rw-r--r-- | app-shells/bash-completion-config/Manifest | 14 | ||||
-rw-r--r-- | app-shells/bash-completion-config/bash-completion-config-0.7.ebuild | 6 |
3 files changed, 11 insertions, 17 deletions
diff --git a/app-shells/bash-completion-config/ChangeLog b/app-shells/bash-completion-config/ChangeLog index 88f77949bef7..4d2088b618ec 100644 --- a/app-shells/bash-completion-config/ChangeLog +++ b/app-shells/bash-completion-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/bash-completion-config -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.18 2004/12/29 22:35:43 kloeri Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.19 2005/01/01 00:06:58 ciaranm Exp $ + + 01 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> + bash-completion-config-0.7.ebuild: + Stable on sparc, mips 29 Dec 2004; Bryan Ăstergaard <kloeri@gentoo.org> bash-completion-config-0.7.ebuild: diff --git a/app-shells/bash-completion-config/Manifest b/app-shells/bash-completion-config/Manifest index 872b896dbb64..3adf05d6fbf2 100644 --- a/app-shells/bash-completion-config/Manifest +++ b/app-shells/bash-completion-config/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 4757de09b5e120e6fdc599a8225c05de ChangeLog 3433 +MD5 afc4965850b4f3a21e50f0bbb7f70fbd ChangeLog 3548 MD5 99ce5509db4b50f28a1f6675f8c09b2b metadata.xml 258 -MD5 7e936616f8c8a98b9f1eec0d67f6d940 bash-completion-config-0.7.ebuild 1205 +MD5 71a4e7cf578ba31c96ffe05995cf271a bash-completion-config-0.7.ebuild 1204 MD5 7350eb647c4ed74167513478041f538f files/digest-bash-completion-config-0.7 72 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFB0zFLugEuf3OQ0akRAvzJAJ9b8Q95kCdlf6HmuOKy2h+Pafid0QCggaA1 -d2+cfLz280p8MoceIf3Akuo= -=tBHs ------END PGP SIGNATURE----- diff --git a/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild index 27a02b50d6c5..d8a077813524 100644 --- a/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild +++ b/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild,v 1.3 2004/12/29 22:35:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild,v 1.4 2005/01/01 00:06:58 ciaranm Exp $ MY_PN="bashcomp-config" MY_P="${MY_PN}-${PV}" @@ -12,7 +12,7 @@ SRC_URI="http://download.berlios.de/${MY_PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~s390 x86 ~mips ~sparc ~ppc ~ppc-macos ~ppc64" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~s390 x86 mips sparc ~ppc ~ppc-macos ~ppc64" IUSE="" RDEPEND=">=app-shells/bash-2.05" |