summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2003-03-27 14:31:13 +0000
committerChristian Birchinger <joker@gentoo.org>2003-03-27 14:31:13 +0000
commit70b78fc6965c509b8de25049f3a066f818d4760d (patch)
treed239436a9f6a33664d4cc6547aa701af30741116 /app-shells/bash-completion
parentMarked as stable. (diff)
downloadgentoo-2-70b78fc6965c509b8de25049f3a066f818d4760d.tar.gz
gentoo-2-70b78fc6965c509b8de25049f3a066f818d4760d.tar.bz2
gentoo-2-70b78fc6965c509b8de25049f3a066f818d4760d.zip
Removed old versions
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r--app-shells/bash-completion/bash-completion-20021221.ebuild43
-rw-r--r--app-shells/bash-completion/bash-completion-20021231.ebuild43
-rw-r--r--app-shells/bash-completion/bash-completion-20030209.ebuild45
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200212211
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200212311
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200302091
6 files changed, 0 insertions, 134 deletions
diff --git a/app-shells/bash-completion/bash-completion-20021221.ebuild b/app-shells/bash-completion/bash-completion-20021221.ebuild
deleted file mode 100644
index 31d11d6bbdbf..000000000000
--- a/app-shells/bash-completion/bash-completion-20021221.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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-20021221.ebuild,v 1.4 2003/03/11 20:50:08 seemant 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=">=app-shells/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/bash-completion-20021231.ebuild b/app-shells/bash-completion/bash-completion-20021231.ebuild
deleted file mode 100644
index 3467ccfe20cd..000000000000
--- a/app-shells/bash-completion/bash-completion-20021231.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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-20021231.ebuild,v 1.4 2003/03/13 18:34:20 doctomoe 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=">=app-shells/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/bash-completion-20030209.ebuild b/app-shells/bash-completion/bash-completion-20030209.ebuild
deleted file mode 100644
index d4047398bd66..000000000000
--- a/app-shells/bash-completion/bash-completion-20030209.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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.2 2003/03/11 20:50:08 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=">=app-shells/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-20021221 b/app-shells/bash-completion/files/digest-bash-completion-20021221
deleted file mode 100644
index d9354372ffd3..000000000000
--- a/app-shells/bash-completion/files/digest-bash-completion-20021221
+++ /dev/null
@@ -1 +0,0 @@
-MD5 79e6ee8bc637b473c36b052de61da9e0 bash-completion-20021221.tar.bz2 58740
diff --git a/app-shells/bash-completion/files/digest-bash-completion-20021231 b/app-shells/bash-completion/files/digest-bash-completion-20021231
deleted file mode 100644
index f1d11d0ca640..000000000000
--- a/app-shells/bash-completion/files/digest-bash-completion-20021231
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b0164e3b7e1d157d314f6eda1860a180 bash-completion-20021231.tar.bz2 60022
diff --git a/app-shells/bash-completion/files/digest-bash-completion-20030209 b/app-shells/bash-completion/files/digest-bash-completion-20030209
deleted file mode 100644
index bf91dba003ad..000000000000
--- a/app-shells/bash-completion/files/digest-bash-completion-20030209
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b82dd52ffb05abbae1bbf3219170d6a8 bash-completion-20030209.tar.bz2 62580