diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-06-03 15:31:49 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-06-03 15:31:49 +0000 |
commit | 9fc1cb2cdf64fb01a75eda850797626849d2f179 (patch) | |
tree | c6d50a27a68845f3ae2581586dbd7e1135262853 /app-shells | |
parent | Phoenix-bin has moved. (diff) | |
download | historical-9fc1cb2cdf64fb01a75eda850797626849d2f179.tar.gz historical-9fc1cb2cdf64fb01a75eda850797626849d2f179.tar.bz2 historical-9fc1cb2cdf64fb01a75eda850797626849d2f179.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-20030327.ebuild | 45 | ||||
-rw-r--r-- | app-shells/bash-completion/files/digest-bash-completion-20030327 | 1 |
3 files changed, 0 insertions, 48 deletions
diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest index 81928b386c1c..c5188a4ec6c8 100644 --- a/app-shells/bash-completion/Manifest +++ b/app-shells/bash-completion/Manifest @@ -1,8 +1,6 @@ MD5 70e6c2d3e99d0fd555e3c706ad5ec6f9 ChangeLog 4192 -MD5 904d8397524aa1fca1a3eaac76a29980 bash-completion-20030327.ebuild 1199 MD5 0636e3c6f09367f9d5e55d02ea857941 bash-completion-20030505-r1.ebuild 1455 MD5 c85a85bd33aac22ae4872c85733e581f files/README.gentoo 491 MD5 9b22241df7258cb9677cf9a1497e07c5 files/bash-completion 625 -MD5 1dffd8ac9c86af70eb6763385475b86f files/digest-bash-completion-20030327 76 MD5 86466a747ec82cd05ba511f06125c947 files/digest-bash-completion-20030505-r1 76 MD5 58c57aafa06a6e59c9f607bd90f68dde files/gentoo.completion 14919 diff --git a/app-shells/bash-completion/bash-completion-20030327.ebuild b/app-shells/bash-completion/bash-completion-20030327.ebuild deleted file mode 100644 index 34028568bd18..000000000000 --- a/app-shells/bash-completion/bash-completion-20030327.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-20030327.ebuild,v 1.1 2003/03/27 13:13:57 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" - -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-20030327 b/app-shells/bash-completion/files/digest-bash-completion-20030327 deleted file mode 100644 index 9c230fe748b8..000000000000 --- a/app-shells/bash-completion/files/digest-bash-completion-20030327 +++ /dev/null @@ -1 +0,0 @@ -MD5 0cde596cefa39821ff14b542f21bdc45 bash-completion-20030327.tar.bz2 62836 |