From d9c24f3c3b20a745cef7ea649083982394561603 Mon Sep 17 00:00:00 2001 From: Maik Schreiber Date: Wed, 8 Jan 2003 19:04:42 +0000 Subject: new version --- app-shells/bash-completion/ChangeLog | 6 ++- .../bash-completion-20021231.ebuild | 43 ++++++++++++++++++++++ .../files/digest-bash-completion-20021231 | 1 + 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 app-shells/bash-completion/bash-completion-20021231.ebuild create mode 100644 app-shells/bash-completion/files/digest-bash-completion-20021231 (limited to 'app-shells') diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 968585884c05..b790b6fb2621 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.26 2003/01/07 17:25:10 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.27 2003/01/08 19:04:42 blizzy Exp $ + +*bash-completion-20021231 (08 Dec 2003) + + 08 Dec 2003; Maik Schreiber : new version 07 Jan 2003; Mark Guertin bash-completion-20021221.ebuild: set ppc in keywords diff --git a/app-shells/bash-completion/bash-completion-20021231.ebuild b/app-shells/bash-completion/bash-completion-20021231.ebuild new file mode 100644 index 000000000000..6808af0c3dd6 --- /dev/null +++ b/app-shells/bash-completion/bash-completion-20021231.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-20021231.ebuild,v 1.1 2003/01/08 19:04:42 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" +LICENSE="GPL-2" +SLOT="0" + +DEPEND="sys-apps/tar sys-apps/bzip2" +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-20021231 b/app-shells/bash-completion/files/digest-bash-completion-20021231 new file mode 100644 index 000000000000..f1d11d0ca640 --- /dev/null +++ b/app-shells/bash-completion/files/digest-bash-completion-20021231 @@ -0,0 +1 @@ +MD5 b0164e3b7e1d157d314f6eda1860a180 bash-completion-20021231.tar.bz2 60022 -- cgit v1.2.3-65-gdbad