diff options
author | 2003-12-24 14:19:36 +0000 | |
---|---|---|
committer | 2003-12-24 14:19:36 +0000 | |
commit | 29f5d676da0bf236ab5e083e6008b520cd5f52ca (patch) | |
tree | da33e19440665830d8df64d424c772c7c3cd552a /app-shells/bash-completion | |
parent | Marked stable on sparc. (diff) | |
download | historical-29f5d676da0bf236ab5e083e6008b520cd5f52ca.tar.gz historical-29f5d676da0bf236ab5e083e6008b520cd5f52ca.tar.bz2 historical-29f5d676da0bf236ab5e083e6008b520cd5f52ca.zip |
bash-completion-20031125-r1 removed
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r-- | app-shells/bash-completion/Manifest | 2 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20031125-r1.ebuild | 55 | ||||
-rw-r--r-- | app-shells/bash-completion/files/digest-bash-completion-20031125-r1 | 1 |
3 files changed, 0 insertions, 58 deletions
diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest index 8a769932351e..388670226705 100644 --- a/app-shells/bash-completion/Manifest +++ b/app-shells/bash-completion/Manifest @@ -1,11 +1,9 @@ MD5 dcf6069b0640fd8a45f2d2e3d022baa2 ChangeLog 6564 -MD5 7ad428257d9146f43c79585013af0a72 bash-completion-20031125-r1.ebuild 1481 MD5 54b50136b8627279f78e2ad837ecdead bash-completion-20031215.ebuild 1478 MD5 f0b200452477f05371b05c637e08107c bash-completion-20031125.ebuild 1458 MD5 c85a85bd33aac22ae4872c85733e581f files/README.gentoo 491 MD5 9b22241df7258cb9677cf9a1497e07c5 files/bash-completion 625 MD5 3c7995eee919c34f968dcde5d7b05ae0 files/digest-bash-completion-20031125 76 -MD5 3c7995eee919c34f968dcde5d7b05ae0 files/digest-bash-completion-20031125-r1 76 MD5 e305c1d5975de631e7be98e887a893e2 files/digest-bash-completion-20031215 76 MD5 f96c9b92f176d02ecb313feb104f8af1 files/gentoo.completion 15731 MD5 f84b4350433e3f579107d1da4a30332f files/gentoo.completion-20031125-r1 16312 diff --git a/app-shells/bash-completion/bash-completion-20031125-r1.ebuild b/app-shells/bash-completion/bash-completion-20031125-r1.ebuild deleted file mode 100644 index b9821f06283e..000000000000 --- a/app-shells/bash-completion/bash-completion-20031125-r1.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-20031125-r1.ebuild,v 1.1 2003/12/13 17:46:01 joker 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-${PVR/-r0/} 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-20031125-r1 b/app-shells/bash-completion/files/digest-bash-completion-20031125-r1 deleted file mode 100644 index 09228e9de058..000000000000 --- a/app-shells/bash-completion/files/digest-bash-completion-20031125-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 56a19bf89972f2d6e129933e7d76d626 bash-completion-20031125.tar.bz2 72975 |