diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-11-27 11:16:16 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-11-27 11:16:16 +0000 |
commit | a3bcd3da42a3ec1ccc5e4621af0a2a33ff30ad74 (patch) | |
tree | cb8e3cda6c0a9b0889319c453a26d3993859a5dc /app-shells | |
parent | New CVS patch, removed old ebuild (diff) | |
download | gentoo-2-a3bcd3da42a3ec1ccc5e4621af0a2a33ff30ad74.tar.gz gentoo-2-a3bcd3da42a3ec1ccc5e4621af0a2a33ff30ad74.tar.bz2 gentoo-2-a3bcd3da42a3ec1ccc5e4621af0a2a33ff30ad74.zip |
Marked stable
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash-completion/Manifest | 12 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20031112.ebuild | 4 |
3 files changed, 13 insertions, 9 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 370d4db0fa21..30e683b8112a 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/bash-completion # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.45 2003/11/26 00:20:57 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.46 2003/11/27 11:16:10 joker Exp $ + + 27 Nov 2003; Christian Birchinger <joker@gentoo.org> + bash-completion-20031112.ebuild: + Marked stable on all archs *bash-completion-20031125 (26 Nov 2003) diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest index 6e12f4b9e275..fabedc9cca8d 100644 --- a/app-shells/bash-completion/Manifest +++ b/app-shells/bash-completion/Manifest @@ -1,10 +1,10 @@ -MD5 06e3b77d5f5a5d1d78c9d38d99968e0e bash-completion-20031125.ebuild 1468 -MD5 6857c6fae80b28a125ae3cf18debfe85 bash-completion-20031112.ebuild 1468 +MD5 8dbe8a32f866517094fc29b4be8d470c ChangeLog 6065 MD5 d294ab161daf66abe94e479df8373993 bash-completion-20031022.ebuild 1460 -MD5 9046677160cb03f7ffcf527e7658a4e5 ChangeLog 5947 -MD5 3c7995eee919c34f968dcde5d7b05ae0 files/digest-bash-completion-20031125 76 +MD5 1ba866bc966b9b77f9214fc133a11fb5 bash-completion-20031112.ebuild 1458 +MD5 06e3b77d5f5a5d1d78c9d38d99968e0e bash-completion-20031125.ebuild 1468 +MD5 c85a85bd33aac22ae4872c85733e581f files/README.gentoo 491 MD5 9b22241df7258cb9677cf9a1497e07c5 files/bash-completion 625 +MD5 3c7995eee919c34f968dcde5d7b05ae0 files/digest-bash-completion-20031125 76 +MD5 d1f32363cc61f2087aca4a0c19f85b83 files/digest-bash-completion-20031022 76 MD5 027671ae5e2c2687102df28add2005e4 files/digest-bash-completion-20031112 76 MD5 f96c9b92f176d02ecb313feb104f8af1 files/gentoo.completion 15731 -MD5 c85a85bd33aac22ae4872c85733e581f files/README.gentoo 491 -MD5 d1f32363cc61f2087aca4a0c19f85b83 files/digest-bash-completion-20031022 76 diff --git a/app-shells/bash-completion/bash-completion-20031112.ebuild b/app-shells/bash-completion/bash-completion-20031112.ebuild index c062e1cce3ba..e158e33befe4 100644 --- a/app-shells/bash-completion/bash-completion-20031112.ebuild +++ b/app-shells/bash-completion/bash-completion-20031112.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20031112.ebuild,v 1.3 2003/11/14 20:05:24 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20031112.ebuild,v 1.4 2003/11/27 11:16:10 joker Exp $ S=${WORKDIR}/${PN/-/_} DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)." @@ -9,7 +9,7 @@ SRC_URI="http://www.caliban.org/files/bash/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm ~amd64" +KEYWORDS="x86 ppc sparc alpha mips hppa arm amd64" DEPEND="app-arch/tar app-arch/bzip2" |