From 607c2a5989fd84f731435b0ad41cbd6b31b972f8 Mon Sep 17 00:00:00 2001 From: Christian Birchinger Date: Tue, 6 Jul 2004 12:08:51 +0000 Subject: Removed old version --- app-shells/bash-completion/Manifest | 2 - .../bash-completion-20040526-r2.ebuild | 74 ---------------------- .../files/digest-bash-completion-20040526-r2 | 2 - 3 files changed, 78 deletions(-) delete mode 100644 app-shells/bash-completion/bash-completion-20040526-r2.ebuild delete mode 100644 app-shells/bash-completion/files/digest-bash-completion-20040526-r2 (limited to 'app-shells/bash-completion') diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest index 31a424727a66..083184e95d76 100644 --- a/app-shells/bash-completion/Manifest +++ b/app-shells/bash-completion/Manifest @@ -2,9 +2,7 @@ MD5 f51f35fbdcac13bdae5de65020978e2d ChangeLog 9538 MD5 cc5ea05a3deb5a269cb42964b943b230 bash-completion-20040704.ebuild 2091 MD5 115faf601395c07a603403509d2e6e25 bash-completion-20040526.ebuild 1918 MD5 1dc8e7503e7e350f3382d37b612178cc metadata.xml 1023 -MD5 3f20a2ff544f7661a9ec37dc8dcd5b61 bash-completion-20040526-r2.ebuild 2094 MD5 a49b867e065849fd3f6ad2c9073d5d8f files/bash-completion 622 MD5 49e9f0b0674471ff56169ce7d9265fb2 files/digest-bash-completion-20040704 151 MD5 1c828ed53387932b8ed971aafa179875 files/digest-bash-completion-20040526 76 MD5 cf2b91fb90ddc3966177f3c31ff9fe16 files/gentoo.completion-20040526 16031 -MD5 d6ebad6cea105425801011b9c5f522a6 files/digest-bash-completion-20040526-r2 151 diff --git a/app-shells/bash-completion/bash-completion-20040526-r2.ebuild b/app-shells/bash-completion/bash-completion-20040526-r2.ebuild deleted file mode 100644 index 920e8f69bd82..000000000000 --- a/app-shells/bash-completion/bash-completion-20040526-r2.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20040526-r2.ebuild,v 1.4 2004/07/01 11:54:30 joker Exp $ - -GENCOMP_VERS="1.0_beta" - -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 - mirror://sourceforge/gentoo-bashcomp/gentoo-bashcomp-${GENCOMP_VERS}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64 ~s390" -IUSE="" - -DEPEND="app-arch/tar - app-arch/bzip2" -RDEPEND=">=app-shells/bash-2.05a" - -S=${WORKDIR}/${PN/-/_} - -src_install() { - insinto /etc - doins bash_completion - - insinto /usr/share/bash-completion - doins contrib/* - - exeinto /etc/profile.d - doexe ${FILESDIR}/bash-completion - - dodoc Changelog README - - cd ${WORKDIR}/gentoo-bashcomp-${GENCOMP_VERS} - insinto /etc/bash_completion.d - doins src/gentoo - - docinto gentoo - dodoc AUTHORS NEWS TODO -} - -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" - einfo - einfo "Additional complete functions can be enabled by symlinking them from" - einfo "/usr/share/bash-completion to /etc/bash_completion.d" - - if [ -f ${ROOT}/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." - fi - - local bcfile moved - for bcfile in ${ROOT}/etc/bash_completion.d/{unrar,harbour,isql,larch,lilypond,p4,ri} - do - - [ -f "${bcfile}" -a ! -L "${bcfile}" ] && moved="${bcfile##*/} ${moved}" - done - - if [ -n "${moved}" ] - then - echo - ewarn "The contrib files: ${moved}" - ewarn "have been moved to /usr/share/bash-completion. Please DELETE" - ewarn "those old files in /etc/bash_completion.d and create symlinks." - fi - echo -} diff --git a/app-shells/bash-completion/files/digest-bash-completion-20040526-r2 b/app-shells/bash-completion/files/digest-bash-completion-20040526-r2 deleted file mode 100644 index 1172914ca206..000000000000 --- a/app-shells/bash-completion/files/digest-bash-completion-20040526-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 026f1a22f8a32c6f06872c718a65a39b bash-completion-20040526.tar.bz2 81773 -MD5 8776015ce9bbf116e34a149ef0846c85 gentoo-bashcomp-1.0_beta.tar.gz 13346 -- cgit v1.2.3-65-gdbad