summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-17 20:53:19 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-17 20:53:19 +0000
commite6b6ea5263c4271d552206514d14a95cd2b52446 (patch)
tree8d0188bac9ba2b3032565769f0fdd5ee3d100aea /app-shells
parentcleanup (diff)
downloadgentoo-2-e6b6ea5263c4271d552206514d14a95cd2b52446.tar.gz
gentoo-2-e6b6ea5263c4271d552206514d14a95cd2b52446.tar.bz2
gentoo-2-e6b6ea5263c4271d552206514d14a95cd2b52446.zip
removed crusty ebuilds
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/bash-completion-20020624.ebuild45
-rw-r--r--app-shells/bash-completion/bash-completion-20020727.ebuild43
-rw-r--r--app-shells/bash-completion/bash-completion-20020812.ebuild43
-rw-r--r--app-shells/bash-completion/bash-completion-20020819.ebuild43
-rw-r--r--app-shells/bash-completion/bash-completion-20021007.ebuild43
-rw-r--r--app-shells/bash-completion/bash-completion-20021013.ebuild43
-rw-r--r--app-shells/bash-completion/bash-completion-20021021.ebuild43
-rw-r--r--app-shells/bash-completion/bash-completion-20021022.ebuild43
-rw-r--r--app-shells/bash-completion/bash-completion-20021026.ebuild43
-rw-r--r--app-shells/bash-completion/bash-completion-20021213.ebuild43
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200206241
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200207271
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200208121
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200208191
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200210071
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200210131
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200210211
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200210221
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200210261
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200212131
20 files changed, 0 insertions, 442 deletions
diff --git a/app-shells/bash-completion/bash-completion-20020624.ebuild b/app-shells/bash-completion/bash-completion-20020624.ebuild
deleted file mode 100644
index d50e9bc8789a..000000000000
--- a/app-shells/bash-completion/bash-completion-20020624.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-20020624.ebuild,v 1.14 2003/02/13 09:27:40 vapier 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() {
- 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-20020727.ebuild b/app-shells/bash-completion/bash-completion-20020727.ebuild
deleted file mode 100644
index 541147caedf9..000000000000
--- a/app-shells/bash-completion/bash-completion-20020727.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-20020727.ebuild,v 1.8 2003/02/13 09:27:46 vapier 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/bash-completion-20020812.ebuild b/app-shells/bash-completion/bash-completion-20020812.ebuild
deleted file mode 100644
index 0056d2f929a3..000000000000
--- a/app-shells/bash-completion/bash-completion-20020812.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-20020812.ebuild,v 1.8 2003/02/13 09:27:51 vapier 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/bash-completion-20020819.ebuild b/app-shells/bash-completion/bash-completion-20020819.ebuild
deleted file mode 100644
index a703a63b9a17..000000000000
--- a/app-shells/bash-completion/bash-completion-20020819.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-20020819.ebuild,v 1.6 2003/02/13 09:27:56 vapier 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/bash-completion-20021007.ebuild b/app-shells/bash-completion/bash-completion-20021007.ebuild
deleted file mode 100644
index 990d8288eca7..000000000000
--- a/app-shells/bash-completion/bash-completion-20021007.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-20021007.ebuild,v 1.5 2003/02/13 09:28:02 vapier 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/bash-completion-20021013.ebuild b/app-shells/bash-completion/bash-completion-20021013.ebuild
deleted file mode 100644
index 35d64470a6d2..000000000000
--- a/app-shells/bash-completion/bash-completion-20021013.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-20021013.ebuild,v 1.5 2003/02/13 09:28:06 vapier 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/bash-completion-20021021.ebuild b/app-shells/bash-completion/bash-completion-20021021.ebuild
deleted file mode 100644
index 42590139aab2..000000000000
--- a/app-shells/bash-completion/bash-completion-20021021.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-20021021.ebuild,v 1.4 2003/02/13 09:28:16 vapier 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/bash-completion-20021022.ebuild b/app-shells/bash-completion/bash-completion-20021022.ebuild
deleted file mode 100644
index cb9d5b15228d..000000000000
--- a/app-shells/bash-completion/bash-completion-20021022.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-20021022.ebuild,v 1.4 2003/02/13 09:28:20 vapier 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/bash-completion-20021026.ebuild b/app-shells/bash-completion/bash-completion-20021026.ebuild
deleted file mode 100644
index f102669176f3..000000000000
--- a/app-shells/bash-completion/bash-completion-20021026.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-20021026.ebuild,v 1.4 2003/02/13 09:28:24 vapier 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/bash-completion-20021213.ebuild b/app-shells/bash-completion/bash-completion-20021213.ebuild
deleted file mode 100644
index 1bab56fddf0d..000000000000
--- a/app-shells/bash-completion/bash-completion-20021213.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-20021213.ebuild,v 1.2 2003/02/13 09:28:30 vapier 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-20020624 b/app-shells/bash-completion/files/digest-bash-completion-20020624
deleted file mode 100644
index 853be4df815b..000000000000
--- a/app-shells/bash-completion/files/digest-bash-completion-20020624
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e96ca6e01386115cf2928daba443025e bash-completion-20020624.tar.bz2 47480
diff --git a/app-shells/bash-completion/files/digest-bash-completion-20020727 b/app-shells/bash-completion/files/digest-bash-completion-20020727
deleted file mode 100644
index fba0d2771d10..000000000000
--- a/app-shells/bash-completion/files/digest-bash-completion-20020727
+++ /dev/null
@@ -1 +0,0 @@
-MD5 968e466e179453e6afcc7bf2a4989857 bash-completion-20020727.tar.bz2 49377
diff --git a/app-shells/bash-completion/files/digest-bash-completion-20020812 b/app-shells/bash-completion/files/digest-bash-completion-20020812
deleted file mode 100644
index 86ec3466ec4a..000000000000
--- a/app-shells/bash-completion/files/digest-bash-completion-20020812
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0beb8e32ad19e5feec850cad2e71ec26 bash-completion-20020812.tar.bz2 51081
diff --git a/app-shells/bash-completion/files/digest-bash-completion-20020819 b/app-shells/bash-completion/files/digest-bash-completion-20020819
deleted file mode 100644
index 82c0de155b03..000000000000
--- a/app-shells/bash-completion/files/digest-bash-completion-20020819
+++ /dev/null
@@ -1 +0,0 @@
-MD5 293e3ecc3b19f9f4014b36dd81630405 bash-completion-20020819.tar.bz2 51453
diff --git a/app-shells/bash-completion/files/digest-bash-completion-20021007 b/app-shells/bash-completion/files/digest-bash-completion-20021007
deleted file mode 100644
index b820ea4a553e..000000000000
--- a/app-shells/bash-completion/files/digest-bash-completion-20021007
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b06fbcc4c2484b6fce11212fc6feb7aa bash-completion-20021007.tar.bz2 52655
diff --git a/app-shells/bash-completion/files/digest-bash-completion-20021013 b/app-shells/bash-completion/files/digest-bash-completion-20021013
deleted file mode 100644
index 69b1eaa19f2d..000000000000
--- a/app-shells/bash-completion/files/digest-bash-completion-20021013
+++ /dev/null
@@ -1 +0,0 @@
-MD5 299546910dacb0fb5a79be57b7b88c3e bash-completion-20021013.tar.bz2 53095
diff --git a/app-shells/bash-completion/files/digest-bash-completion-20021021 b/app-shells/bash-completion/files/digest-bash-completion-20021021
deleted file mode 100644
index f63426480e85..000000000000
--- a/app-shells/bash-completion/files/digest-bash-completion-20021021
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1e201cc875294398daf1d2e736cd8294 bash-completion-20021021.tar.bz2 53948
diff --git a/app-shells/bash-completion/files/digest-bash-completion-20021022 b/app-shells/bash-completion/files/digest-bash-completion-20021022
deleted file mode 100644
index 0eb0962ece39..000000000000
--- a/app-shells/bash-completion/files/digest-bash-completion-20021022
+++ /dev/null
@@ -1 +0,0 @@
-MD5 16b22718f2712f3dcc38cac0f6649d5a bash-completion-20021022.tar.bz2 53988
diff --git a/app-shells/bash-completion/files/digest-bash-completion-20021026 b/app-shells/bash-completion/files/digest-bash-completion-20021026
deleted file mode 100644
index 505573503414..000000000000
--- a/app-shells/bash-completion/files/digest-bash-completion-20021026
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0fb2bd421adb95c67f1f43b0d0a07bad bash-completion-20021026.tar.bz2 55588
diff --git a/app-shells/bash-completion/files/digest-bash-completion-20021213 b/app-shells/bash-completion/files/digest-bash-completion-20021213
deleted file mode 100644
index f36b7ea70069..000000000000
--- a/app-shells/bash-completion/files/digest-bash-completion-20021213
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9205195e1a484fc8b1c9b978ad29acfb bash-completion-20021213.tar.bz2 56765