summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-06-24 21:27:24 +0000
committerThilo Bangert <bangert@gentoo.org>2002-06-24 21:27:24 +0000
commit7a8f26f0e92b4dc1fe80985122ffa6d3f4e7e483 (patch)
treedc2dda74c094c3e42f418b2ead65f926c7b59d8b /app-shells/bash-completion
parentFixes #3472. (diff)
downloadgentoo-2-7a8f26f0e92b4dc1fe80985122ffa6d3f4e7e483.tar.gz
gentoo-2-7a8f26f0e92b4dc1fe80985122ffa6d3f4e7e483.tar.bz2
gentoo-2-7a8f26f0e92b4dc1fe80985122ffa6d3f4e7e483.zip
version bump - cleaned up old versions
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r--app-shells/bash-completion/ChangeLog9
-rw-r--r--app-shells/bash-completion/bash-completion-20020621.ebuild47
-rw-r--r--app-shells/bash-completion/bash-completion-20020624.ebuild (renamed from app-shells/bash-completion/bash-completion-20020619.ebuild)2
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200206191
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200206211
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200206241
6 files changed, 10 insertions, 51 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog
index 2c85425849c8..2670005a9d23 100644
--- a/app-shells/bash-completion/ChangeLog
+++ b/app-shells/bash-completion/ChangeLog
@@ -1,6 +1,13 @@
# 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.7 2002/06/21 15:03:36 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.8 2002/06/24 21:27:24 bangert Exp $
+
+*bash-completion-20020624 (24 Jun 2002)
+
+ 24 Jun 2002; Thilo Bangert <bangert@gentoo.org> bash-completion-20020624.ebuild :
+
+ version bump
+
*bash-completion-20020621 (19 Jun 2002)
diff --git a/app-shells/bash-completion/bash-completion-20020621.ebuild b/app-shells/bash-completion/bash-completion-20020621.ebuild
deleted file mode 100644
index 7fe4b6fef67f..000000000000
--- a/app-shells/bash-completion/bash-completion-20020621.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2
-# Author: Thilo Bangert <bangert@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20020621.ebuild,v 1.1 2002/06/21 15:03:37 bangert Exp $
-
-S=${WORKDIR}/bash_completion
-
-DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)."
-SRC_URI="http://www.caliban.org/files/bash/${P}.tar.gz"
-HOMEPAGE="http://www.caliban.org/bash/index.shtml#completion"
-LICENSE="GPL-2"
-
-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() {
-
- echo
- 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"
- echo
-
-}
diff --git a/app-shells/bash-completion/bash-completion-20020619.ebuild b/app-shells/bash-completion/bash-completion-20020624.ebuild
index 7a9b2a82fa2a..c9b605a1d5cb 100644
--- a/app-shells/bash-completion/bash-completion-20020619.ebuild
+++ b/app-shells/bash-completion/bash-completion-20020624.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
# Author: Thilo Bangert <bangert@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20020619.ebuild,v 1.2 2002/06/20 18:57:59 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20020624.ebuild,v 1.1 2002/06/24 21:27:24 bangert Exp $
S=${WORKDIR}/bash_completion
diff --git a/app-shells/bash-completion/files/digest-bash-completion-20020619 b/app-shells/bash-completion/files/digest-bash-completion-20020619
deleted file mode 100644
index 3720456ac300..000000000000
--- a/app-shells/bash-completion/files/digest-bash-completion-20020619
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e2f462c5ca695c76001a89665a881edd bash-completion-20020619.tar.gz 55821
diff --git a/app-shells/bash-completion/files/digest-bash-completion-20020621 b/app-shells/bash-completion/files/digest-bash-completion-20020621
deleted file mode 100644
index ed715534694e..000000000000
--- a/app-shells/bash-completion/files/digest-bash-completion-20020621
+++ /dev/null
@@ -1 +0,0 @@
-MD5 09530c81c26c213b1474022af38f8f47 bash-completion-20020621.tar.gz 55981
diff --git a/app-shells/bash-completion/files/digest-bash-completion-20020624 b/app-shells/bash-completion/files/digest-bash-completion-20020624
new file mode 100644
index 000000000000..5374fe59d84e
--- /dev/null
+++ b/app-shells/bash-completion/files/digest-bash-completion-20020624
@@ -0,0 +1 @@
+MD5 6bb8eb0d18e6b384b6b7804a359eb8ba bash-completion-20020624.tar.gz 56104