diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-11-12 12:50:22 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-11-12 12:50:22 +0000 |
commit | 12774c6ec9ad20200e67831e7a435b7cc8169c1a (patch) | |
tree | c5f0fb959bcb477b69e8eff620320dac672fcfea /app-shells | |
parent | Sparcified (#33294) (diff) | |
download | gentoo-2-12774c6ec9ad20200e67831e7a435b7cc8169c1a.tar.gz gentoo-2-12774c6ec9ad20200e67831e7a435b7cc8169c1a.tar.bz2 gentoo-2-12774c6ec9ad20200e67831e7a435b7cc8169c1a.zip |
Version bump
Diffstat (limited to 'app-shells')
4 files changed, 66 insertions, 2 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index b42a196096f4..a236cec79b05 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-shells/bash-completion # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.43 2003/11/12 08:54:42 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.44 2003/11/12 12:50:17 joker Exp $ + +*bash-completion-20031112 (12 Nov 2003) + + 12 Nov 2003; Christian Birchinger <joker@gentoo.org> + bash-completion-20031112.ebuild: + Version bump 12 Nov 2003; Christian Birchinger <joker@gentoo.org> bash-completion-20031022.ebuild: diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest index e91061ac2df6..713ff7d004dc 100644 --- a/app-shells/bash-completion/Manifest +++ b/app-shells/bash-completion/Manifest @@ -1,8 +1,10 @@ -MD5 ab525fd0f3a299f0530391e99e944a09 ChangeLog 5653 +MD5 7984e366f55824c6bc58c46c724c47e5 ChangeLog 5800 MD5 08842292a3c766f25177d4bc7beec53f bash-completion-20030911-r1.ebuild 1461 MD5 2feec20f8a7be58cadb96b8e138c714c bash-completion-20031022.ebuild 1458 +MD5 a484f355d50a05a1eccfed396d5c6830 bash-completion-20031112.ebuild 1466 MD5 c85a85bd33aac22ae4872c85733e581f files/README.gentoo 491 MD5 9b22241df7258cb9677cf9a1497e07c5 files/bash-completion 625 MD5 659a0dbd2bc885c9b718cb86d91f6a16 files/digest-bash-completion-20030911-r1 76 MD5 f96c9b92f176d02ecb313feb104f8af1 files/gentoo.completion 15731 MD5 d1f32363cc61f2087aca4a0c19f85b83 files/digest-bash-completion-20031022 76 +MD5 027671ae5e2c2687102df28add2005e4 files/digest-bash-completion-20031112 76 diff --git a/app-shells/bash-completion/bash-completion-20031112.ebuild b/app-shells/bash-completion/bash-completion-20031112.ebuild new file mode 100644 index 000000000000..41ea9223a3b1 --- /dev/null +++ b/app-shells/bash-completion/bash-completion-20031112.ebuild @@ -0,0 +1,55 @@ +# 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-20031112.ebuild,v 1.1 2003/11/12 12:50:17 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="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/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-20031112 b/app-shells/bash-completion/files/digest-bash-completion-20031112 new file mode 100644 index 000000000000..360355c0b928 --- /dev/null +++ b/app-shells/bash-completion/files/digest-bash-completion-20031112 @@ -0,0 +1 @@ +MD5 4381a3f5cd6efc2b71dfecd38564a14e bash-completion-20031112.tar.bz2 72134 |