summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-09 22:52:27 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-09 22:52:27 +0000
commitdcb419ce49c0bc7d6ed76f47fdfd9792c16b0445 (patch)
treebd34943793e9500abda9d1baaef304f993ef3e17 /dev-perl/ExtUtils-AutoInstall
parentAdd a patch by Martin von Gagern to fix segfaults for non-english users #97541. (diff)
downloadgentoo-2-dcb419ce49c0bc7d6ed76f47fdfd9792c16b0445.tar.gz
gentoo-2-dcb419ce49c0bc7d6ed76f47fdfd9792c16b0445.tar.bz2
gentoo-2-dcb419ce49c0bc7d6ed76f47fdfd9792c16b0445.zip
QA: Removed obsolete DEPEND="${DEPEND}"
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-perl/ExtUtils-AutoInstall')
-rw-r--r--dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild8
-rw-r--r--dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild6
2 files changed, 4 insertions, 10 deletions
diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild
index 99e031fefeb2..f6a8ea753696 100644
--- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild
+++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild,v 1.8 2005/04/07 20:38:25 hansmi Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild,v 1.9 2005/07/09 22:51:46 swegener Exp $
inherit perl-module
@@ -13,9 +11,7 @@ HOMEPAGE="http://search.cpan.org/author/AUTRIJUS/${P}/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="x86 amd64 ppc sparc alpha"
-
-DEPEND="${DEPEND}"
-
+IUSE=""
src_compile() {
echo "n" | perl-module_src_compile
diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild
index 99bcdc802d3f..86e8c0225c79 100644
--- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild
+++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild,v 1.6 2005/06/17 20:47:52 hansmi Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild,v 1.7 2005/07/09 22:51:46 swegener Exp $
inherit perl-module
@@ -13,13 +11,13 @@ HOMEPAGE="http://search.cpan.org/~autrijus/${P}/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha amd64 ppc sparc x86"
+IUSE=""
# TESTS BAD. Wants to write to cpan's config on the live system
#SRC_TEST="do"
DEPEND="dev-perl/Sort-Versions"
-
src_compile() {
echo "n" | perl-module_src_compile
}