summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-10-26 14:57:33 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-10-26 14:57:33 +0000
commita09e1e200fe83aa040675dfcd52f706944a40b19 (patch)
tree26ae277e07ec5e732c7d1924c538af5ad69825c6 /app-shells
parentdo not install zlib headers. (diff)
downloadgentoo-2-a09e1e200fe83aa040675dfcd52f706944a40b19.tar.gz
gentoo-2-a09e1e200fe83aa040675dfcd52f706944a40b19.tar.bz2
gentoo-2-a09e1e200fe83aa040675dfcd52f706944a40b19.zip
new version
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/ChangeLog6
-rw-r--r--app-shells/bash-completion/bash-completion-20021026.ebuild43
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200210261
3 files changed, 49 insertions, 1 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog
index 75e6731c30e3..390c06c39968 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.20 2002/10/22 16:53:18 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.21 2002/10/26 14:57:33 blizzy Exp $
+
+*bash-completion-20021026 (26 Oct 2002)
+
+ 26 Oct 2002; Maik Schreiber <blizzy@gentoo.org> : new version
*bash-completion-20021022 (22 Oct 2002)
diff --git a/app-shells/bash-completion/bash-completion-20021026.ebuild b/app-shells/bash-completion/bash-completion-20021026.ebuild
new file mode 100644
index 000000000000..c47a86753ccc
--- /dev/null
+++ b/app-shells/bash-completion/bash-completion-20021026.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-20021026.ebuild,v 1.1 2002/10/26 14:57:33 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="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-20021026 b/app-shells/bash-completion/files/digest-bash-completion-20021026
new file mode 100644
index 000000000000..505573503414
--- /dev/null
+++ b/app-shells/bash-completion/files/digest-bash-completion-20021026
@@ -0,0 +1 @@
+MD5 0fb2bd421adb95c67f1f43b0d0a07bad bash-completion-20021026.tar.bz2 55588