diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-07-18 16:30:06 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-07-18 16:30:06 +0000 |
commit | 01040fb5b9ef9a06ff91acee86cb59802ebaeee7 (patch) | |
tree | d7bfc7ec2dbcffec124e81272aa9cb15201e461c /app-shells | |
parent | Bump, remove oldness (diff) | |
download | gentoo-2-01040fb5b9ef9a06ff91acee86cb59802ebaeee7.tar.gz gentoo-2-01040fb5b9ef9a06ff91acee86cb59802ebaeee7.tar.bz2 gentoo-2-01040fb5b9ef9a06ff91acee86cb59802ebaeee7.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 7cc27a150ca1..22cbc36eac21 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.35 2003/05/24 12:46:08 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.36 2003/07/18 16:29:52 joker Exp $ + +*bash-completion-20030713 (18 Jul 2003) + + 18 Jul 2003; Christian Birchinger <joker@gentoo.org> + bash-completion-20030713.ebuild: + Version bump *bash-completion-20030505-r1 (24 May 2003) diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest index 2d8378f92310..93a469911d5e 100644 --- a/app-shells/bash-completion/Manifest +++ b/app-shells/bash-completion/Manifest @@ -1,6 +1,8 @@ -MD5 70e6c2d3e99d0fd555e3c706ad5ec6f9 ChangeLog 4192 +MD5 f9bbc0c4cd282ee233276cd750f35c72 ChangeLog 4339 MD5 822273ec32f2d50fd50a34a3e91fd585 bash-completion-20030505-r1.ebuild 1464 +MD5 404e3e265fe61db29a8d6557f018a9c9 bash-completion-20030713.ebuild 1466 MD5 c85a85bd33aac22ae4872c85733e581f files/README.gentoo 491 MD5 9b22241df7258cb9677cf9a1497e07c5 files/bash-completion 625 MD5 86466a747ec82cd05ba511f06125c947 files/digest-bash-completion-20030505-r1 76 MD5 58c57aafa06a6e59c9f607bd90f68dde files/gentoo.completion 14919 +MD5 069e386b2f6e85a4b86d4929bfb1f585 files/digest-bash-completion-20030713 76 diff --git a/app-shells/bash-completion/bash-completion-20030713.ebuild b/app-shells/bash-completion/bash-completion-20030713.ebuild new file mode 100644 index 000000000000..7ecf5b340b0e --- /dev/null +++ b/app-shells/bash-completion/bash-completion-20030713.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-20030713.ebuild,v 1.1 2003/07/18 16:29:52 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-20030713 b/app-shells/bash-completion/files/digest-bash-completion-20030713 new file mode 100644 index 000000000000..08e1d3ab1e4b --- /dev/null +++ b/app-shells/bash-completion/files/digest-bash-completion-20030713 @@ -0,0 +1 @@ +MD5 3ae25e017d7b80c129888531caf9a1b5 bash-completion-20030713.tar.bz2 65300 |