diff options
author | Christian Birchinger <joker@gentoo.org> | 2004-01-23 00:13:47 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2004-01-23 00:13:47 +0000 |
commit | e04a702609f86cc0e537efba6e48bb123b30bcdf (patch) | |
tree | d182728c3235819410c17e8684c032ac4b23001a /app-shells | |
parent | Version bump. (diff) | |
download | gentoo-2-e04a702609f86cc0e537efba6e48bb123b30bcdf.tar.gz gentoo-2-e04a702609f86cc0e537efba6e48bb123b30bcdf.tar.bz2 gentoo-2-e04a702609f86cc0e537efba6e48bb123b30bcdf.zip |
Marked stable
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 8 | ||||
-rw-r--r-- | app-shells/bash-completion/Manifest | 4 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20040101.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 38fc8ce5b85d..917f4f11106a 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.51 2004/01/04 16:40:57 joker Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.52 2004/01/23 00:13:24 joker Exp $ + + 23 Jan 2004; Christian Birchinger <joker@gentoo.org> + bash-completion-20040101.ebuild: + Marked stable *bash-completion-20040101 (04 Jan 2004) diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest index 58eff562e014..e897a0addbed 100644 --- a/app-shells/bash-completion/Manifest +++ b/app-shells/bash-completion/Manifest @@ -1,8 +1,8 @@ -MD5 00576bd3d1d81487791db6f922b25454 ChangeLog 7011 +MD5 37c751eb5b65f657446e80bcbc7e3140 ChangeLog 7118 MD5 c1fd20c5c38900865146f364f2472a56 bash-completion-20031225.ebuild 1478 MD5 badb994fceee48f4f44f01794d624bc9 bash-completion-20031215.ebuild 1470 MD5 1dc8e7503e7e350f3382d37b612178cc metadata.xml 1023 -MD5 2152937d826819a5b42a0260aa175078 bash-completion-20040101.ebuild 1478 +MD5 6f59a4b230f83638535b81421cd1c01e bash-completion-20040101.ebuild 1470 MD5 c85a85bd33aac22ae4872c85733e581f files/README.gentoo 491 MD5 38a707ba9274991e61239ce569e840ff files/bash-completion 623 MD5 e64a9d70ece3d6edcde031cea71617bb files/digest-bash-completion-20040101 76 diff --git a/app-shells/bash-completion/bash-completion-20040101.ebuild b/app-shells/bash-completion/bash-completion-20040101.ebuild index 43bee6248506..01f0e6739b75 100644 --- a/app-shells/bash-completion/bash-completion-20040101.ebuild +++ b/app-shells/bash-completion/bash-completion-20040101.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-20040101.ebuild,v 1.1 2004/01/04 16:40:57 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20040101.ebuild,v 1.2 2004/01/23 00:13:25 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" |