summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-05-28 14:08:19 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-05-28 14:08:19 +0000
commit3ab0604c765c2022f9ee877c5340f1ae7a063414 (patch)
tree384d4b77e2b5997f2e94403258330e607fdacc5c /app-shells/gentoo-bashcomp
parentVersion bump. (diff)
downloadhistorical-3ab0604c765c2022f9ee877c5340f1ae7a063414.tar.gz
historical-3ab0604c765c2022f9ee877c5340f1ae7a063414.tar.bz2
historical-3ab0604c765c2022f9ee877c5340f1ae7a063414.zip
Stable on x86.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-shells/gentoo-bashcomp')
-rw-r--r--app-shells/gentoo-bashcomp/ChangeLog6
-rw-r--r--app-shells/gentoo-bashcomp/Manifest16
-rw-r--r--app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-200505061
-rw-r--r--app-shells/gentoo-bashcomp/gentoo-bashcomp-20050506.ebuild29
-rw-r--r--app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild4
5 files changed, 9 insertions, 47 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog
index f1c55b4dabd7..9bdbd09d31da 100644
--- a/app-shells/gentoo-bashcomp/ChangeLog
+++ b/app-shells/gentoo-bashcomp/ChangeLog
@@ -1,6 +1,10 @@
# 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.7 2005/05/16 06:55:42 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.8 2005/05/28 14:08:19 ka0ttic Exp $
+
+ 28 May 2005; Aaron Walker <ka0ttic@gentoo.org>
+ -gentoo-bashcomp-20050506.ebuild, gentoo-bashcomp-20050516.ebuild:
+ Stable on x86.
*gentoo-bashcomp-20050516 (16 May 2005)
diff --git a/app-shells/gentoo-bashcomp/Manifest b/app-shells/gentoo-bashcomp/Manifest
index c8cb9161cc2d..35ab161595f3 100644
--- a/app-shells/gentoo-bashcomp/Manifest
+++ b/app-shells/gentoo-bashcomp/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 2166a5bebed001db3c0186bb73711b3a gentoo-bashcomp-20050516.ebuild 1041
-MD5 a5a76a46d41b7fd6a544e04b836c7998 gentoo-bashcomp-20050506.ebuild 1041
-MD5 75997b11db0118fb67b665858be24803 ChangeLog 1728
+MD5 91fa53dd6923f3d33d4901af2c6a9d83 gentoo-bashcomp-20050516.ebuild 1040
+MD5 5fcecf97f29ba5469bb73cfbd5a3fd3b ChangeLog 1864
MD5 99ce5509db4b50f28a1f6675f8c09b2b metadata.xml 258
-MD5 370bedee2e8989259e871d65ee832794 files/digest-gentoo-bashcomp-20050506 76
MD5 a6ed2eaa63a38c869700f182a0a17459 files/digest-gentoo-bashcomp-20050516 76
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCiEP7EZCkKN40op4RAhGPAJ97uMdJhROabNIhE0CRFBjwvef+uACgiQfA
-0EKxgdUn4fzV/7fjt2K0Xyc=
-=/j+X
------END PGP SIGNATURE-----
diff --git a/app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-20050506 b/app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-20050506
deleted file mode 100644
index 5f3197e4543d..000000000000
--- a/app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-20050506
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5bdaf160c285f6818ccc6bece66abfc1 gentoo-bashcomp-20050506.tar.bz2 20186
diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050506.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050506.ebuild
deleted file mode 100644
index a324b0199bee..000000000000
--- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050506.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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-20050506.ebuild,v 1.1 2005/05/06 13:26:19 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
-}
diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild
index 316d1e3db8cc..9dca602f9300 100644
--- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild
+++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild,v 1.2 2005/05/28 14:08:19 ka0ttic Exp $
DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)"
HOMEPAGE="http://developer.berlios.de/projects/gentoo-bashcomp/"
@@ -8,7 +8,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc x86"
IUSE=""
RDEPEND=">=app-shells/bash-completion-20050121-r3"