diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-11-27 11:17:48 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-11-27 11:17:48 +0000 |
commit | 609887cace366579c264a1863f476fda5c8d3873 (patch) | |
tree | 1d02150c47c86ec0d6165cf395259cc90dba5ce0 /app-shells | |
parent | Marked stable (diff) | |
download | historical-609887cace366579c264a1863f476fda5c8d3873.tar.gz historical-609887cace366579c264a1863f476fda5c8d3873.tar.bz2 historical-609887cace366579c264a1863f476fda5c8d3873.zip |
Removed old versions
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/Manifest | 2 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20031022.ebuild | 55 | ||||
-rw-r--r-- | app-shells/bash-completion/files/digest-bash-completion-20031022 | 1 |
3 files changed, 0 insertions, 58 deletions
diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest index fabedc9cca8d..d343a85fe457 100644 --- a/app-shells/bash-completion/Manifest +++ b/app-shells/bash-completion/Manifest @@ -1,10 +1,8 @@ MD5 8dbe8a32f866517094fc29b4be8d470c ChangeLog 6065 -MD5 d294ab161daf66abe94e479df8373993 bash-completion-20031022.ebuild 1460 MD5 1ba866bc966b9b77f9214fc133a11fb5 bash-completion-20031112.ebuild 1458 MD5 06e3b77d5f5a5d1d78c9d38d99968e0e bash-completion-20031125.ebuild 1468 MD5 c85a85bd33aac22ae4872c85733e581f files/README.gentoo 491 MD5 9b22241df7258cb9677cf9a1497e07c5 files/bash-completion 625 MD5 3c7995eee919c34f968dcde5d7b05ae0 files/digest-bash-completion-20031125 76 -MD5 d1f32363cc61f2087aca4a0c19f85b83 files/digest-bash-completion-20031022 76 MD5 027671ae5e2c2687102df28add2005e4 files/digest-bash-completion-20031112 76 MD5 f96c9b92f176d02ecb313feb104f8af1 files/gentoo.completion 15731 diff --git a/app-shells/bash-completion/bash-completion-20031022.ebuild b/app-shells/bash-completion/bash-completion-20031022.ebuild deleted file mode 100644 index fb4cb8752188..000000000000 --- a/app-shells/bash-completion/bash-completion-20031022.ebuild +++ /dev/null @@ -1,55 +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-20031022.ebuild,v 1.4 2003/11/14 20:05:24 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 amd64" - -DEPEND="app-arch/tar - app-arch/bzip2" - -RDEPEND=">=app-shells/bash-2.05a" - -src_install() { - insinto /etc - doins bash_completion - - insinto /etc/bash_completion.d - - doins contrib/unrar - doins contrib/harbour - doins contrib/isql - doins contrib/larch - doins contrib/lilypond - doins contrib/p4 - doins contrib/ri - - newins ${FILESDIR}/gentoo.completion gentoo - - 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 - - if [ -f /etc/bash_completion.d/gentoo.completion ] - then - echo - ewarn "The file 'gentoo.completion' in '/etc/bash_completion.d/' has been" - ewarn "replaced with 'gentoo'. Remove gentoo.completion to avoid problems." - echo - fi -} diff --git a/app-shells/bash-completion/files/digest-bash-completion-20031022 b/app-shells/bash-completion/files/digest-bash-completion-20031022 deleted file mode 100644 index 135bd88985b8..000000000000 --- a/app-shells/bash-completion/files/digest-bash-completion-20031022 +++ /dev/null @@ -1 +0,0 @@ -MD5 dc31a362fa9eff2a63917b271cb4e480 bash-completion-20031022.tar.bz2 71803 |