diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-01-01 00:22:30 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-01-01 00:22:30 +0000 |
commit | e4d052fd1382fd6630c333c9795c4a56408f2272 (patch) | |
tree | c426b6e5e703cb7689465ffdb35d60e8777dc0bd /app-shells | |
parent | Stable on sparc, mips (Manifest recommit) (diff) | |
download | gentoo-2-e4d052fd1382fd6630c333c9795c4a56408f2272.tar.gz gentoo-2-e4d052fd1382fd6630c333c9795c4a56408f2272.tar.bz2 gentoo-2-e4d052fd1382fd6630c333c9795c4a56408f2272.zip |
Stable on hppa.
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion-config/ChangeLog | 8 | ||||
-rw-r--r-- | app-shells/bash-completion-config/Manifest | 4 | ||||
-rw-r--r-- | app-shells/bash-completion-config/bash-completion-config-0.7.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-shells/bash-completion-config/ChangeLog b/app-shells/bash-completion-config/ChangeLog index 4d2088b618ec..0c847ed8d5b9 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-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 $ +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.20 2005/01/01 00:22:30 ka0ttic Exp $ + + 31 Dec 2004; Aaron Walker <ka0ttic@gentoo.org> + bash-completion-config-0.7.ebuild: + Stable on hppa. 01 Jan 2005; Ciaran McCreesh <ciaranm@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 3adf05d6fbf2..dc6247c2f499 100644 --- a/app-shells/bash-completion-config/Manifest +++ b/app-shells/bash-completion-config/Manifest @@ -1,4 +1,4 @@ -MD5 afc4965850b4f3a21e50f0bbb7f70fbd ChangeLog 3548 +MD5 e2299c911d62c31a892d5c0991e2eab3 bash-completion-config-0.7.ebuild 1073 +MD5 5f5ec0a59a3d5729373b293832dbfaa7 ChangeLog 3653 MD5 99ce5509db4b50f28a1f6675f8c09b2b metadata.xml 258 -MD5 71a4e7cf578ba31c96ffe05995cf271a bash-completion-config-0.7.ebuild 1204 MD5 7350eb647c4ed74167513478041f538f files/digest-bash-completion-config-0.7 72 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 d8a077813524..d7fcb5b40d2a 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-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.4 2005/01/01 00:06:58 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild,v 1.5 2005/01/01 00:22:30 ka0ttic 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" |