summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2004-07-06 12:08:51 +0000
committerChristian Birchinger <joker@gentoo.org>2004-07-06 12:08:51 +0000
commitbd3b56dabfc5f31013b1e0483fc39ffea932e34b (patch)
tree5c55a1a846a647d978ecf08aa690d4f86ed743fa /app-shells
parentremoved old ebuilds, QA: newdepend -> R/DEPEND, need-kde, missing metadata.xm... (diff)
downloadgentoo-2-bd3b56dabfc5f31013b1e0483fc39ffea932e34b.tar.gz
gentoo-2-bd3b56dabfc5f31013b1e0483fc39ffea932e34b.tar.bz2
gentoo-2-bd3b56dabfc5f31013b1e0483fc39ffea932e34b.zip
Removed old version
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/bash-completion-20040526-r2.ebuild74
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-20040526-r22
2 files changed, 0 insertions, 76 deletions
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