diff options
author | Guy Martin <gmsoft@gentoo.org> | 2005-02-15 07:13:02 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2005-02-15 07:13:02 +0000 |
commit | 97a8dcd114fc6d2c7f0f51caab58d7f0db8bb372 (patch) | |
tree | f4a0c4f0333b8ee6320d1c3196fd74c542333fcb /app-shells/bash-completion-config | |
parent | Stable on hppa. (diff) | |
download | historical-97a8dcd114fc6d2c7f0f51caab58d7f0db8bb372.tar.gz historical-97a8dcd114fc6d2c7f0f51caab58d7f0db8bb372.tar.bz2 historical-97a8dcd114fc6d2c7f0f51caab58d7f0db8bb372.zip |
Stable on hppa.
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'app-shells/bash-completion-config')
-rw-r--r-- | app-shells/bash-completion-config/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash-completion-config/Manifest | 14 | ||||
-rw-r--r-- | app-shells/bash-completion-config/bash-completion-config-0.8.ebuild | 4 |
3 files changed, 9 insertions, 15 deletions
diff --git a/app-shells/bash-completion-config/ChangeLog b/app-shells/bash-completion-config/ChangeLog index 40efc70daecb..c784d04e4679 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.28 2005/02/07 17:40:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.29 2005/02/15 07:13:02 gmsoft Exp $ + + 15 Feb 2005; Guy Martin <gmsoft@gentoo.org> + bash-completion-config-0.8.ebuild: + Stable on hppa. 07 Feb 2005; Gustavo Zacarias <gustavoz@gentoo.org> bash-completion-config-0.8.ebuild: diff --git a/app-shells/bash-completion-config/Manifest b/app-shells/bash-completion-config/Manifest index f5ee1b95e9e7..ddd696fb8fd6 100644 --- a/app-shells/bash-completion-config/Manifest +++ b/app-shells/bash-completion-config/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 59ccebb8dc7721329ba26dc439ee19f0 ChangeLog 4663 +MD5 e4d898eebe2f795f0d3e728d6472ef43 ChangeLog 4763 MD5 11db45bbec40f85c7e6bc6e8e92f8a1d bash-completion-config-0.7.ebuild 1197 +MD5 184b8befaa9668bdc33b907e0271efcd bash-completion-config-0.8.ebuild 1202 MD5 99ce5509db4b50f28a1f6675f8c09b2b metadata.xml 258 -MD5 c85ea03937eaf2df193c6a0edf7714e5 bash-completion-config-0.8.ebuild 1205 MD5 7350eb647c4ed74167513478041f538f files/digest-bash-completion-config-0.7 72 MD5 4867900c2f58751082d053b8519e359f files/digest-bash-completion-config-0.8 72 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCB6giKRy60XGEcJIRAnlhAKCXZcMffSIoRgVn5LjoIxF0mw7B/gCdGCl6 -an46ve3EMPalBcwFWgx01ug= -=u5fR ------END PGP SIGNATURE----- diff --git a/app-shells/bash-completion-config/bash-completion-config-0.8.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.8.ebuild index 35fb440e0512..5a89eeee5cf0 100644 --- a/app-shells/bash-completion-config/bash-completion-config-0.8.ebuild +++ b/app-shells/bash-completion-config/bash-completion-config-0.8.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.8.ebuild,v 1.5 2005/02/07 17:40:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.8.ebuild,v 1.6 2005/02/15 07:13:02 gmsoft 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 mips ~ppc ~ppc64 ~ppc-macos ~s390 sparc x86" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 mips ~ppc ~ppc64 ~ppc-macos ~s390 sparc x86" IUSE="" DEPEND=">=app-shells/bash-2.05" |