summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-17 20:58:12 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-17 20:58:12 +0000
commitf122ff5780ed16937aa6ddb42ff58d101241d14d (patch)
treefa9d0a332e7c3aaa04c9347c08afe1f4b50c6598 /app-shells
parentmoved net-misc/knetfilter net-firewall/knetfilter (diff)
downloadgentoo-2-f122ff5780ed16937aa6ddb42ff58d101241d14d.tar.gz
gentoo-2-f122ff5780ed16937aa6ddb42ff58d101241d14d.tar.bz2
gentoo-2-f122ff5780ed16937aa6ddb42ff58d101241d14d.zip
version bump
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/ChangeLog7
-rw-r--r--app-shells/bash-completion/bash-completion-20030209.ebuild45
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200302091
3 files changed, 52 insertions, 1 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog
index 074256386cda..90c322096d11 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.28 2003/02/12 05:20:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.29 2003/02/17 20:58:12 seemant Exp $
+
+*bash-completion-20030209 (17 Feb 2003)
+
+ 17 Feb 2003; <root@gentoo.org> bash-completion-20030209.ebuild files/digest-bash-completion-20030209 :
+ version bump, thanks to Jeff Stuart <jstuart@computer-city.net> in bug #15553
*bash-completion-20021231 (08 Dec 2003)
diff --git a/app-shells/bash-completion/bash-completion-20030209.ebuild b/app-shells/bash-completion/bash-completion-20030209.ebuild
new file mode 100644
index 000000000000..e886c13df26f
--- /dev/null
+++ b/app-shells/bash-completion/bash-completion-20030209.ebuild
@@ -0,0 +1,45 @@
+# 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-20030209.ebuild,v 1.1 2003/02/17 20:58:12 seemant Exp $
+
+S=${WORKDIR}/${PN/-/_}
+DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)."
+HOMEPAGE="http://www.caliban.org/bash/index.shtml#completion"
+SRC_URI="http://www.caliban.org/files/bash/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
+
+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-20030209 b/app-shells/bash-completion/files/digest-bash-completion-20030209
new file mode 100644
index 000000000000..bf91dba003ad
--- /dev/null
+++ b/app-shells/bash-completion/files/digest-bash-completion-20030209
@@ -0,0 +1 @@
+MD5 b82dd52ffb05abbae1bbf3219170d6a8 bash-completion-20030209.tar.bz2 62580