diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-05-18 14:24:34 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-05-18 14:24:34 +0000 |
commit | e6de383b6fabe0389315ae4e27f0e34f07221daf (patch) | |
tree | 85b2ec7149f007d440a737cd0ee5bc85f5106423 /app-shells/bash-completion | |
parent | Fixed bug. Commited as unstable. (diff) | |
download | historical-e6de383b6fabe0389315ae4e27f0e34f07221daf.tar.gz historical-e6de383b6fabe0389315ae4e27f0e34f07221daf.tar.bz2 historical-e6de383b6fabe0389315ae4e27f0e34f07221daf.zip |
Marked stable on all archs (It's shellscript). New Gentoo completion really works better now.
Diffstat (limited to 'app-shells/bash-completion')
4 files changed, 8 insertions, 47 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 019ac6986dab..fdef831513ba 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,11 @@ # 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.33 2003/05/16 21:42:30 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.34 2003/05/18 14:24:34 joker Exp $ + + 18 May 2003; Christian Birchinger <joker@gentoo.org> + bash-completion-20030505.ebuild: + Marked stable on all archs. New Gentoo completion from Zach Forrest <zach@disinformation.ca> + is really needed for the latest portage releases. *bash-completion-20030505 (16 May 2003) diff --git a/app-shells/bash-completion/bash-completion-20021017.ebuild b/app-shells/bash-completion/bash-completion-20021017.ebuild deleted file mode 100644 index f89e1296d1c4..000000000000 --- a/app-shells/bash-completion/bash-completion-20021017.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# 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-20021017.ebuild,v 1.6 2003/03/11 20:50:08 seemant Exp $ - -S=${WORKDIR}/${PN/-/_} - -DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)." -SRC_URI="http://www.caliban.org/files/bash/${P}.tar.bz2" -HOMEPAGE="http://www.caliban.org/bash/index.shtml#completion" -KEYWORDS="x86 ppc sparc" -LICENSE="GPL-2" -SLOT="0" - -DEPEND="sys-apps/tar sys-apps/bzip2" -RDEPEND=">=app-shells/bash-2.05a" - -src_install() { - insinto /etc - doins bash_completion - - insinto /etc/bash_completion.d - - doins contrib/dict - doins contrib/harbour - doins contrib/isql - doins contrib/larch - doins contrib/lilypond - doins contrib/p4 - doins contrib/ri - - doins ${FILESDIR}/gentoo.completion - - insinto /etc/profile.d - doins ${FILESDIR}/bash-completion - - dodoc COPYING Changelog README -} - -pkg_postinst() { - einfo "Add the following line to your ~/.bashrc to" - einfo "activate completion support in your bash:" - einfo "[ -f /etc/profile.d/bash-completion ] && source /etc/profile.d/bash-completion" -} diff --git a/app-shells/bash-completion/bash-completion-20030505.ebuild b/app-shells/bash-completion/bash-completion-20030505.ebuild index 1393dfc08a2e..4d60e5dba13e 100644 --- a/app-shells/bash-completion/bash-completion-20030505.ebuild +++ b/app-shells/bash-completion/bash-completion-20030505.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-20030505.ebuild,v 1.1 2003/05/16 21:42:30 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20030505.ebuild,v 1.2 2003/05/18 14:24:34 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" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" DEPEND="sys-apps/tar sys-apps/bzip2" diff --git a/app-shells/bash-completion/files/digest-bash-completion-20021017 b/app-shells/bash-completion/files/digest-bash-completion-20021017 deleted file mode 100644 index 34ed58e44c1a..000000000000 --- a/app-shells/bash-completion/files/digest-bash-completion-20021017 +++ /dev/null @@ -1 +0,0 @@ -MD5 f965bec05ed178d489c8caa0c458dcba bash-completion-20021017.tar.bz2 53730 |