summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-03-15 09:53:31 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-03-15 09:53:31 +0000
commit102b3d650294841cc77cefb9ec919d719098704d (patch)
treefe87d3e44fe7c4a5bd1e4b909ab528482e261b13 /dev-perl
parentupdate (diff)
downloadgentoo-2-102b3d650294841cc77cefb9ec919d719098704d.tar.gz
gentoo-2-102b3d650294841cc77cefb9ec919d719098704d.tar.bz2
gentoo-2-102b3d650294841cc77cefb9ec919d719098704d.zip
bug 85310
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/File-Spec/ChangeLog7
-rw-r--r--dev-perl/File-Spec/File-Spec-0.84-r1.ebuild7
-rw-r--r--dev-perl/File-Spec/File-Spec-0.87.ebuild6
3 files changed, 14 insertions, 6 deletions
diff --git a/dev-perl/File-Spec/ChangeLog b/dev-perl/File-Spec/ChangeLog
index 8adab911a9a0..a8a82451a8c2 100644
--- a/dev-perl/File-Spec/ChangeLog
+++ b/dev-perl/File-Spec/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/File-Spec
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Spec/ChangeLog,v 1.18 2005/03/09 18:33:19 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Spec/ChangeLog,v 1.19 2005/03/15 09:53:31 mcummings Exp $
+
+ 15 Mar 2005; Michael Cummings <mcummings@gentoo.org>
+ File-Spec-0.84-r1.ebuild, File-Spec-0.87.ebuild:
+ Missing dep on module-build. See, those metabugs and eclass changes do pay
+ off! Bug 85310
09 Mar 2005; Markus Rothe <corsair@gentoo.org> File-Spec-0.87.ebuild:
Stable on ppc64
diff --git a/dev-perl/File-Spec/File-Spec-0.84-r1.ebuild b/dev-perl/File-Spec/File-Spec-0.84-r1.ebuild
index 713aea1a59d6..96b34edd4480 100644
--- a/dev-perl/File-Spec/File-Spec-0.84-r1.ebuild
+++ b/dev-perl/File-Spec/File-Spec-0.84-r1.ebuild
@@ -1,17 +1,18 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Spec/File-Spec-0.84-r1.ebuild,v 1.14 2005/03/09 18:33:19 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Spec/File-Spec-0.84-r1.ebuild,v 1.15 2005/03/15 09:53:31 mcummings Exp $
myconf='INSTALLDIRS=vendor'
inherit perl-module
DESCRIPTION="Handling files and directories portably"
HOMEPAGE="http://www.cpan.org/modules/by-authors/id/K/KW/KWILLIAMS/${P}.readme"
-SRC_URI="http://www.cpan.org/modules/by-authors/id/K/KW/KWILLIAMS/${P}.tar.gz"
+SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390"
IUSE=""
-DEPEND=">=dev-lang/perl-5.8.0-r12"
+DEPEND=">=dev-lang/perl-5.8.0-r12
+ dev-perl/module-build"
diff --git a/dev-perl/File-Spec/File-Spec-0.87.ebuild b/dev-perl/File-Spec/File-Spec-0.87.ebuild
index f0fdaf10663e..f1422cebe846 100644
--- a/dev-perl/File-Spec/File-Spec-0.87.ebuild
+++ b/dev-perl/File-Spec/File-Spec-0.87.ebuild
@@ -1,15 +1,17 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Spec/File-Spec-0.87.ebuild,v 1.6 2005/03/09 18:33:19 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Spec/File-Spec-0.87.ebuild,v 1.7 2005/03/15 09:53:31 mcummings Exp $
myconf='INSTALLDIRS=vendor'
inherit perl-module
DESCRIPTION="Handling files and directories portably"
HOMEPAGE="http://www.cpan.org/modules/by-authors/id/K/KW/KWILLIAMS/${P}.readme"
-SRC_URI="http://www.cpan.org/modules/by-authors/id/K/KW/KWILLIAMS/${P}.tar.gz"
+SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 ppc64"
IUSE=""
+
+DEPEND="dev-perl/module-build"