diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-05-16 06:55:42 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-05-16 06:55:42 +0000 |
commit | a733ba5b17d580ffe539ad0c359f9c857714c2c6 (patch) | |
tree | 7085939d05704e2c29ce00b2daa642123182ab08 /app-shells/gentoo-bashcomp | |
parent | version bump (diff) | |
download | gentoo-2-a733ba5b17d580ffe539ad0c359f9c857714c2c6.tar.gz gentoo-2-a733ba5b17d580ffe539ad0c359f9c857714c2c6.tar.bz2 gentoo-2-a733ba5b17d580ffe539ad0c359f9c857714c2c6.zip |
Version bump; emerge now completes on virtuals. Also fixes bug 92479.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'app-shells/gentoo-bashcomp')
-rw-r--r-- | app-shells/gentoo-bashcomp/ChangeLog | 8 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/Manifest | 14 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-20050516 | 1 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild | 29 |
4 files changed, 40 insertions, 12 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog index 6e2dbbd73d8c..f1c55b4dabd7 100644 --- a/app-shells/gentoo-bashcomp/ChangeLog +++ b/app-shells/gentoo-bashcomp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-shells/gentoo-bashcomp # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.6 2005/05/06 13:26:19 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.7 2005/05/16 06:55:42 ka0ttic Exp $ + +*gentoo-bashcomp-20050516 (16 May 2005) + + 16 May 2005; Aaron Walker <ka0ttic@gentoo.org> + +gentoo-bashcomp-20050516.ebuild: + Version bump; emerge now completes on virtuals. Also fixes bug 92479. *gentoo-bashcomp-20050506 (06 May 2005) diff --git a/app-shells/gentoo-bashcomp/Manifest b/app-shells/gentoo-bashcomp/Manifest index 6c4d9f1662f8..75450ee5f3ee 100644 --- a/app-shells/gentoo-bashcomp/Manifest +++ b/app-shells/gentoo-bashcomp/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 a5a76a46d41b7fd6a544e04b836c7998 gentoo-bashcomp-20050516.ebuild 1041 MD5 a5a76a46d41b7fd6a544e04b836c7998 gentoo-bashcomp-20050506.ebuild 1041 -MD5 4503f3314b3aef7c018cd8bf0eb83a42 ChangeLog 1529 +MD5 807969a6f2b837b80e54749d021bb5aa ChangeLog 1728 MD5 99ce5509db4b50f28a1f6675f8c09b2b metadata.xml 258 MD5 370bedee2e8989259e871d65ee832794 files/digest-gentoo-bashcomp-20050506 76 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCe3DFEZCkKN40op4RAjnaAJ4l+4OPq4oH79N1yTcPe0CNDc3lHACgjKUQ -40hyaq0M0lIHP/tHQCR9Jhc= -=HIyB ------END PGP SIGNATURE----- +MD5 a6ed2eaa63a38c869700f182a0a17459 files/digest-gentoo-bashcomp-20050516 76 diff --git a/app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-20050516 b/app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-20050516 new file mode 100644 index 000000000000..ce32611dd2a4 --- /dev/null +++ b/app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-20050516 @@ -0,0 +1 @@ +MD5 b7bc8a25df6d43350c6f18a4270763ca gentoo-bashcomp-20050516.tar.bz2 20330 diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild new file mode 100644 index 000000000000..316d1e3db8cc --- /dev/null +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild,v 1.1 2005/05/16 06:55:42 ka0ttic Exp $ + +DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)" +HOMEPAGE="http://developer.berlios.de/projects/gentoo-bashcomp/" +SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sparc ~x86" +IUSE="" + +RDEPEND=">=app-shells/bash-completion-20050121-r3" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog TODO NEWS +} + +pkg_postinst() { + local g="${ROOT}/etc/bash_completion.d/gentoo" + if [[ -e "${g}" && ! -L "${g}" ]] ; then + echo + ewarn "The gentoo completion functions have moved to /usr/share/bash-completion." + ewarn "Please run etc-update to replace /etc/bash_completion.d/gentoo with a symlink." + echo + fi +} |