diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-06-18 11:59:33 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-06-18 11:59:33 +0000 |
commit | 66c92e84673d968e008d169ba990c000e3b5f271 (patch) | |
tree | 5ec042a588eb48d0fd10de4c530314b080e0f35a /app-shells/gentoo-bashcomp | |
parent | Stable on alpha (diff) | |
download | gentoo-2-66c92e84673d968e008d169ba990c000e3b5f271.tar.gz gentoo-2-66c92e84673d968e008d169ba990c000e3b5f271.tar.bz2 gentoo-2-66c92e84673d968e008d169ba990c000e3b5f271.zip |
Stable on alpha
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-shells/gentoo-bashcomp')
-rw-r--r-- | app-shells/gentoo-bashcomp/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog index a898958fd231..7110f8be7750 100644 --- a/app-shells/gentoo-bashcomp/ChangeLog +++ b/app-shells/gentoo-bashcomp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/gentoo-bashcomp # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.12 2005/06/04 15:39:06 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.13 2005/06/18 11:58:25 ferdy Exp $ + + 18 Jun 2005; Fernando J. Pereda <ferdy@gentoo.org> + gentoo-bashcomp-20050516.ebuild: + Stable on alpha 04 Jun 2005; Tobias Scherbaum <dertobi123@gentoo.org> gentoo-bashcomp-20050516.ebuild: diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild index ca155a04b33b..a7828ea0db5a 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.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/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild,v 1.6 2005/06/04 15:39:06 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild,v 1.7 2005/06/18 11:58:25 ferdy Exp $ DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)" HOMEPAGE="http://developer.berlios.de/projects/gentoo-bashcomp/" @@ -8,7 +8,7 @@ SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc-macos ~ppc64 ~s390 sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc-macos ~ppc64 ~s390 sparc x86" IUSE="" RDEPEND=">=app-shells/bash-completion-20050121-r3" |