summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-04 03:29:47 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-04 03:29:47 +0000
commitc3da8c31f6d8926e11db6de1edb41a3fbab20992 (patch)
treef0801c274d9c72cfda258c63b9a15d58571f72f5 /app-shells/bash-completion-config
parentarm/s390 stable for security #66371 (Manifest recommit) (diff)
downloadgentoo-2-c3da8c31f6d8926e11db6de1edb41a3fbab20992.tar.gz
gentoo-2-c3da8c31f6d8926e11db6de1edb41a3fbab20992.tar.bz2
gentoo-2-c3da8c31f6d8926e11db6de1edb41a3fbab20992.zip
arm/hppa/ia64/s390 KEYWORDS #69991
Diffstat (limited to 'app-shells/bash-completion-config')
-rw-r--r--app-shells/bash-completion-config/bash-completion-config-0.2.ebuild4
-rw-r--r--app-shells/bash-completion-config/bash-completion-config-0.3.ebuild9
-rw-r--r--app-shells/bash-completion-config/bash-completion-config-0.4.ebuild9
3 files changed, 6 insertions, 16 deletions
diff --git a/app-shells/bash-completion-config/bash-completion-config-0.2.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.2.ebuild
index 64757c36639f..c506fc094817 100644
--- a/app-shells/bash-completion-config/bash-completion-config-0.2.ebuild
+++ b/app-shells/bash-completion-config/bash-completion-config-0.2.ebuild
@@ -1,6 +1,6 @@
# 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-config/bash-completion-config-0.2.ebuild,v 1.3 2004/10/31 14:24:44 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.2.ebuild,v 1.4 2004/11/04 03:29:47 vapier Exp $
MY_PN="bashcomp-config"
MY_P="${MY_PN}-${PV}"
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.berlios.de/pub/${MY_PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~alpha ~amd64"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~s390 ~x86"
IUSE=""
RDEPEND=">=app-shells/bash-2.05"
diff --git a/app-shells/bash-completion-config/bash-completion-config-0.3.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.3.ebuild
index 00c9df7abb4e..df8e5d602bd2 100644
--- a/app-shells/bash-completion-config/bash-completion-config-0.3.ebuild
+++ b/app-shells/bash-completion-config/bash-completion-config-0.3.ebuild
@@ -1,6 +1,6 @@
# 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-config/bash-completion-config-0.3.ebuild,v 1.1 2004/11/01 16:47:47 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.3.ebuild,v 1.2 2004/11/04 03:29:47 vapier Exp $
MY_PN="bashcomp-config"
MY_P="${MY_PN}-${PV}"
@@ -12,17 +12,12 @@ SRC_URI="ftp://ftp.berlios.de/pub/${MY_PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~alpha ~amd64"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~s390 ~x86"
IUSE=""
RDEPEND=">=app-shells/bash-2.05"
DEPEND="${RDEPEND}"
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS TODO ChangeLog README
diff --git a/app-shells/bash-completion-config/bash-completion-config-0.4.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.4.ebuild
index 4fd108b1ee25..f2c683062367 100644
--- a/app-shells/bash-completion-config/bash-completion-config-0.4.ebuild
+++ b/app-shells/bash-completion-config/bash-completion-config-0.4.ebuild
@@ -1,6 +1,6 @@
# 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-config/bash-completion-config-0.4.ebuild,v 1.1 2004/11/03 14:55:43 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.4.ebuild,v 1.2 2004/11/04 03:29:47 vapier Exp $
MY_PN="bashcomp-config"
MY_P="${MY_PN}-${PV}"
@@ -12,17 +12,12 @@ SRC_URI="http://download.berlios.de/${MY_PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~alpha ~amd64"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~s390 ~x86"
IUSE=""
RDEPEND=">=app-shells/bash-2.05"
DEPEND="${RDEPEND}"
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS TODO ChangeLog README