diff options
author | 2005-01-01 15:00:56 +0000 | |
---|---|---|
committer | 2005-01-01 15:00:56 +0000 | |
commit | 8867a3211eb7040f0f6eaf1f43180819ab61d230 (patch) | |
tree | 75f28b35d0ba061a66066f85f4df6cc609230db0 /app-shells | |
parent | Added ~sparc keyword. (diff) | |
download | historical-8867a3211eb7040f0f6eaf1f43180819ab61d230.tar.gz historical-8867a3211eb7040f0f6eaf1f43180819ab61d230.tar.bz2 historical-8867a3211eb7040f0f6eaf1f43180819ab61d230.zip |
Stable on ppc64
Diffstat (limited to 'app-shells')
-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 | 4 |
3 files changed, 10 insertions, 16 deletions
diff --git a/app-shells/bash-completion-config/ChangeLog b/app-shells/bash-completion-config/ChangeLog index 0c847ed8d5b9..b9c218d9a0c7 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.20 2005/01/01 00:22:30 ka0ttic Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.21 2005/01/01 15:00:56 corsair Exp $ + + 01 Jan 2005; Markus Rothe <corsair@gentoo.org> + bash-completion-config-0.7.ebuild: + Stable on ppc64 31 Dec 2004; Aaron Walker <ka0ttic@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 55cb91f79199..06fd566aab8d 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 9840dbf1f8ff6d9352a7f7764e67bfc0 bash-completion-config-0.7.ebuild 1203 -MD5 f3baedc09c2db1f883178a472e1f8678 ChangeLog 3653 +MD5 40acd4b3df889ecd07cc13556aa1830e ChangeLog 3758 +MD5 4422071ce1e9f3af43bb5eada8bb0c64 bash-completion-config-0.7.ebuild 1202 MD5 99ce5509db4b50f28a1f6675f8c09b2b metadata.xml 258 MD5 7350eb647c4ed74167513478041f538f files/digest-bash-completion-config-0.7 72 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFB1e2OEZCkKN40op4RAqwvAJ9TK8tOw8S1p543J/nHzNvILTPmQACgnumA -lLGFpP8HYmtpYBGmGC9gkRI= -=iET0 ------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 d7fcb5b40d2a..95608394f83d 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.5 2005/01/01 00:22:30 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild,v 1.6 2005/01/01 15:00:56 corsair 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" |