summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-29 04:00:30 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-29 04:00:30 +0000
commit0dbc2a1da9a0f5926772b5c630a9c15a990d5413 (patch)
tree5088d1532dc94fa3dfe933b6985f39a87f8c8374 /app-shells/bash-completion
parentversion bump (Bug 33995) and java fix (diff)
downloadhistorical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.tar.gz
historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.tar.bz2
historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.zip
change virtual/glibc to virtual/libc
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r--app-shells/bash-completion/bash-completion-20040526-r2.ebuild12
-rw-r--r--app-shells/bash-completion/bash-completion-20040526.ebuild13
2 files changed, 13 insertions, 12 deletions
diff --git a/app-shells/bash-completion/bash-completion-20040526-r2.ebuild b/app-shells/bash-completion/bash-completion-20040526-r2.ebuild
index d1e833fe4577..10deeee8a5a8 100644
--- a/app-shells/bash-completion/bash-completion-20040526-r2.ebuild
+++ b/app-shells/bash-completion/bash-completion-20040526-r2.ebuild
@@ -1,25 +1,25 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20040526-r2.ebuild,v 1.2 2004/06/24 22:23:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20040526-r2.ebuild,v 1.3 2004/06/29 03:51:30 vapier Exp $
GENCOMP_VERS="1.0_beta"
-DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)."
+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
mirror://sourceforge/gentoo-bashcomp/gentoo-bashcomp-${GENCOMP_VERS}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64 ~s390"
-
-S=${WORKDIR}/${PN/-/_}
+IUSE=""
DEPEND="app-arch/tar
app-arch/bzip2"
-
RDEPEND=">=app-shells/bash-2.05a"
+S=${WORKDIR}/${PN/-/_}
+
src_install() {
insinto /etc
doins bash_completion
diff --git a/app-shells/bash-completion/bash-completion-20040526.ebuild b/app-shells/bash-completion/bash-completion-20040526.ebuild
index 45b89d7ebad6..a660c4216eca 100644
--- a/app-shells/bash-completion/bash-completion-20040526.ebuild
+++ b/app-shells/bash-completion/bash-completion-20040526.ebuild
@@ -1,21 +1,22 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20040526.ebuild,v 1.3 2004/06/24 22:23:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20040526.ebuild,v 1.4 2004/06/29 03:51:30 vapier Exp $
-S=${WORKDIR}/${PN/-/_}
-DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)."
+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 amd64 s390"
+SLOT="0"
+KEYWORDS="x86 ppc sparc mips alpha hppa amd64 s390"
+IUSE=""
DEPEND="app-arch/tar
app-arch/bzip2"
-
RDEPEND=">=app-shells/bash-2.05a"
+S=${WORKDIR}/${PN/-/_}
+
src_install() {
insinto /etc
doins bash_completion