diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-17 20:58:12 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-17 20:58:12 +0000 |
commit | a691ccd6a5356a8b8c0c72566c3937a9c1c3d3f2 (patch) | |
tree | e1f9c9e2e3b214a8d0ecd722a56c23b689e83cae /app-shells | |
parent | moved net-misc/knetfilter net-firewall/knetfilter (diff) | |
download | historical-a691ccd6a5356a8b8c0c72566c3937a9c1c3d3f2.tar.gz historical-a691ccd6a5356a8b8c0c72566c3937a9c1c3d3f2.tar.bz2 historical-a691ccd6a5356a8b8c0c72566c3937a9c1c3d3f2.zip |
version bump
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20030209.ebuild | 45 | ||||
-rw-r--r-- | app-shells/bash-completion/files/digest-bash-completion-20030209 | 1 |
3 files changed, 52 insertions, 1 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 074256386cda..90c322096d11 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,11 @@ # 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.28 2003/02/12 05:20:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.29 2003/02/17 20:58:12 seemant Exp $ + +*bash-completion-20030209 (17 Feb 2003) + + 17 Feb 2003; <root@gentoo.org> bash-completion-20030209.ebuild files/digest-bash-completion-20030209 : + version bump, thanks to Jeff Stuart <jstuart@computer-city.net> in bug #15553 *bash-completion-20021231 (08 Dec 2003) diff --git a/app-shells/bash-completion/bash-completion-20030209.ebuild b/app-shells/bash-completion/bash-completion-20030209.ebuild new file mode 100644 index 000000000000..e886c13df26f --- /dev/null +++ b/app-shells/bash-completion/bash-completion-20030209.ebuild @@ -0,0 +1,45 @@ +# 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-20030209.ebuild,v 1.1 2003/02/17 20:58:12 seemant 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=">=sys-apps/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-20030209 b/app-shells/bash-completion/files/digest-bash-completion-20030209 new file mode 100644 index 000000000000..bf91dba003ad --- /dev/null +++ b/app-shells/bash-completion/files/digest-bash-completion-20030209 @@ -0,0 +1 @@ +MD5 b82dd52ffb05abbae1bbf3219170d6a8 bash-completion-20030209.tar.bz2 62580 |