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
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')
-rw-r--r--app-shells/bash-completion/ChangeLog6
-rw-r--r--app-shells/bash-completion/Manifest14
-rw-r--r--app-shells/bash-completion/bash-completion-20050121-r9.ebuild4
-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
8 files changed, 18 insertions, 62 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog
index 65700b2df18b..61b6be12f645 100644
--- a/app-shells/bash-completion/ChangeLog
+++ b/app-shells/bash-completion/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/bash-completion
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.119 2005/05/19 13:04:52 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.120 2005/05/28 14:08:19 ka0ttic Exp $
+
+ 28 May 2005; Aaron Walker <ka0ttic@gentoo.org>
+ bash-completion-20050121-r9.ebuild:
+ Stable on x86.
*bash-completion-20050121-r9 (19 May 2005)
diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest
index 75437d34d6a1..2dd30825d297 100644
--- a/app-shells/bash-completion/Manifest
+++ b/app-shells/bash-completion/Manifest
@@ -1,9 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 d82c7ec3317fb9ab50b86d6c37754b06 bash-completion-20050121-r9.ebuild 1879
+MD5 0e64d3aa75ec0f6062e4998cebfb83f5 bash-completion-20050121-r9.ebuild 1878
MD5 6eeb1d7aba8dbb67d3909a7f2f35da08 bash-completion-20050121-r1.ebuild 2695
-MD5 b84c82afffb897875ae7b7436a8c56cc ChangeLog 20580
+MD5 228c830ff0ac9c1a0948b859df7dfae9 ChangeLog 20685
MD5 08ab540760a142dbc2af127d5f71be07 metadata.xml 1019
MD5 4406981db9a6c4f413d3f9f4b14eae91 files/gentoo-bashcomp-20050117-equery.diff 3329
MD5 35fc8232b26ca995623692bea7df2e5d files/digest-bash-completion-20050121-r1 152
@@ -19,10 +16,3 @@ MD5 ffcc2a25851c78eed228d5bf9a34a471 files/20050121/03_all_timidity.diff 844
MD5 49c5f3ad15cbf56b194b4fa56bbe8342 files/20050121/06_all_tar.diff 347
MD5 a68ebcc5af6af06535fcc9895b6066b3 files/20050121/04_all_mplayer.diff 974
MD5 bb517a3e3dea3755291f4629330481f2 files/20050121/09_all_command.diff 492
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCjI8PEZCkKN40op4RAlNhAKCwWVay1B6I+pgJDIA6QA6fiGMWWgCeJrN9
-RMzk2TTLSWeWVP65TnN0kq8=
-=tZ0d
------END PGP SIGNATURE-----
diff --git a/app-shells/bash-completion/bash-completion-20050121-r9.ebuild b/app-shells/bash-completion/bash-completion-20050121-r9.ebuild
index 4d070bd21053..ad166652d790 100644
--- a/app-shells/bash-completion/bash-completion-20050121-r9.ebuild
+++ b/app-shells/bash-completion/bash-completion-20050121-r9.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/bash-completion/bash-completion-20050121-r9.ebuild,v 1.1 2005/05/19 13:04:52 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20050121-r9.ebuild,v 1.2 2005/05/28 14:08:19 ka0ttic Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.caliban.org/files/bash/${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=""
DEPEND=""
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"