diff options
author | Christian Birchinger <joker@gentoo.org> | 2004-04-25 21:15:59 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2004-04-25 21:15:59 +0000 |
commit | 976b0f1fa1cd336af0c3005215c310c2b0a00b21 (patch) | |
tree | 7f2c697f9c8dfa2004482b48140ef56cd18c76be /app-shells | |
parent | Modify TODO. Only thing holding this back from unmasking on our side is addin... (diff) | |
download | historical-976b0f1fa1cd336af0c3005215c310c2b0a00b21.tar.gz historical-976b0f1fa1cd336af0c3005215c310c2b0a00b21.tar.bz2 historical-976b0f1fa1cd336af0c3005215c310c2b0a00b21.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 | 4 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20040331-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 90f57180a07a..68e424db5394 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.59 2004/04/18 15:40:44 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.60 2004/04/25 21:15:59 joker Exp $ + + 25 Apr 2004; Christian Birchinger <joker@gentoo.org> + bash-completion-20040331-r1.ebuild: + Marked stable *bash-completion-20040331-r1 (18 Apr 2004) diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest index 54847b218e69..d036b34e1f66 100644 --- a/app-shells/bash-completion/Manifest +++ b/app-shells/bash-completion/Manifest @@ -1,7 +1,7 @@ -MD5 302fcdd294e99cacdd5ffbca8f7cfd87 ChangeLog 8331 +MD5 6567c845de013877b26c57259ca71b45 ChangeLog 8441 MD5 3c324c70aa532b6b6c640bc2c6abfe9d bash-completion-20040331.ebuild 1935 MD5 1dc8e7503e7e350f3382d37b612178cc metadata.xml 1023 -MD5 6c52fd51ef7879c42a6f4b686992719f bash-completion-20040331-r1.ebuild 1938 +MD5 c8567479857c5f7bd0cbf3f4cbf92164 bash-completion-20040331-r1.ebuild 1930 MD5 1d019ebc8c5a384235ee7be489b12825 bash-completion-20040210-r1.ebuild 1929 MD5 e0042d020a68676612907cb81954d7e6 files/gentoo.completion-20040331 16372 MD5 38a707ba9274991e61239ce569e840ff files/bash-completion 623 diff --git a/app-shells/bash-completion/bash-completion-20040331-r1.ebuild b/app-shells/bash-completion/bash-completion-20040331-r1.ebuild index 5ef2b002b3c4..d7bde1c2af06 100644 --- a/app-shells/bash-completion/bash-completion-20040331-r1.ebuild +++ b/app-shells/bash-completion/bash-completion-20040331-r1.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-20040331-r1.ebuild,v 1.1 2004/04/18 15:40:44 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20040331-r1.ebuild,v 1.2 2004/04/25 21:15:59 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 ~amd64 ~s390" +KEYWORDS="x86 ppc sparc alpha mips hppa amd64 s390" DEPEND="app-arch/tar app-arch/bzip2" |