From b6132e1b2613dd6b5efa4db2f86ee1f47a4b2a92 Mon Sep 17 00:00:00 2001 From: Maik Schreiber Date: Mon, 14 Oct 2002 21:12:47 +0000 Subject: new version --- app-shells/bash-completion/ChangeLog | 6 ++- .../bash-completion-20021013.ebuild | 43 ++++++++++++++++++++++ .../files/digest-bash-completion-20021013 | 1 + 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 app-shells/bash-completion/bash-completion-20021013.ebuild create mode 100644 app-shells/bash-completion/files/digest-bash-completion-20021013 (limited to 'app-shells') diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index f3a8ca339d6b..528577514c48 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 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.16 2002/10/12 10:02:18 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.17 2002/10/14 21:12:47 blizzy Exp $ + +*bash-completion-20021013 (14 Oct 2002) + + 14 Oct 2002; Maik Schreiber : new version *bash-completion-20021007 (12 Oct 2002) diff --git a/app-shells/bash-completion/bash-completion-20021013.ebuild b/app-shells/bash-completion/bash-completion-20021013.ebuild new file mode 100644 index 000000000000..126d4bfe6dc9 --- /dev/null +++ b/app-shells/bash-completion/bash-completion-20021013.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2002 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-20021013.ebuild,v 1.1 2002/10/14 21:12:47 blizzy 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 sparc64" +LICENSE="GPL-2" +SLOT="0" + +DEPEND="" +RDEPEND=">=sys-apps/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/files/digest-bash-completion-20021013 b/app-shells/bash-completion/files/digest-bash-completion-20021013 new file mode 100644 index 000000000000..69b1eaa19f2d --- /dev/null +++ b/app-shells/bash-completion/files/digest-bash-completion-20021013 @@ -0,0 +1 @@ +MD5 299546910dacb0fb5a79be57b7b88c3e bash-completion-20021013.tar.bz2 53095 -- cgit v1.2.3-65-gdbad