summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-03-15 14:37:52 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-03-15 14:37:52 +0000
commit358fff336428c922399c83061f28ed342f7b0a35 (patch)
treed4dbc0392a202b4304fba34eaf6211cd6de966db /dev-perl/module-build
parentMoved net-www/amaya to www-client/amaya (diff)
downloadhistorical-358fff336428c922399c83061f28ed342f7b0a35.tar.gz
historical-358fff336428c922399c83061f28ed342f7b0a35.tar.bz2
historical-358fff336428c922399c83061f28ed342f7b0a35.zip
bug 68570
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/module-build')
-rw-r--r--dev-perl/module-build/ChangeLog12
-rw-r--r--dev-perl/module-build/Manifest24
-rw-r--r--dev-perl/module-build/module-build-0.18.ebuild3
-rw-r--r--dev-perl/module-build/module-build-0.19.ebuild3
-rw-r--r--dev-perl/module-build/module-build-0.22.ebuild7
-rw-r--r--dev-perl/module-build/module-build-0.25.ebuild10
-rw-r--r--dev-perl/module-build/module-build-0.26.08.ebuild7
7 files changed, 37 insertions, 29 deletions
diff --git a/dev-perl/module-build/ChangeLog b/dev-perl/module-build/ChangeLog
index d93064a9e2c9..eb99ace82449 100644
--- a/dev-perl/module-build/ChangeLog
+++ b/dev-perl/module-build/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for dev-perl/module-build
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.20 2005/03/12 11:00:15 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.21 2005/03/15 14:37:52 mcummings Exp $
+
+ 15 Mar 2005; Michael Cummings <mcummings@gentoo.org>
+ module-build-0.22.ebuild, module-build-0.25.ebuild,
+ module-build-0.26.08.ebuild:
+ What a mess. I had included a dependancy for dev-perl/extutils-parsexs becaue
+ module-build *can* use it. But extutils-parsexs now ships with a Build.PL,
+ which our intelligent new eclass saw (if it ships with a Build.PL, use it) and
+ caused a loop of dependancy nightmares. I've removed the dependancy, and we
+ can revisit this later for a better bootstrapping method if needed, but right
+ now it is out. This should finalize the additional reports on bug 68570.
12 Mar 2005; Markus Rothe <corsair@gentoo.org> module-build-0.25.ebuild:
Stable on ppc64
diff --git a/dev-perl/module-build/Manifest b/dev-perl/module-build/Manifest
index a3782a5aac71..c685712a059f 100644
--- a/dev-perl/module-build/Manifest
+++ b/dev-perl/module-build/Manifest
@@ -1,12 +1,22 @@
-MD5 f2fafcc4a2915ca866a2459bce5d0e26 ChangeLog 2686
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 8b93fc80b41b231f800b44431649ade4 module-build-0.18.ebuild 683
+MD5 e91b64106b5494897937da23bc25c736 ChangeLog 3300
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
-MD5 77916c8a124c5eafc98d2f259fe4361f module-build-0.18.ebuild 699
-MD5 cb600843e2adce70e8af7d0e9b7df845 module-build-0.19.ebuild 697
-MD5 bd148015fec466ec1909be66f0873ebd module-build-0.22.ebuild 734
-MD5 e774165cffe4d89cd8195db4489b4329 module-build-0.25.ebuild 701
-MD5 f8b9eb2eae9b86ca203a924c595f7738 module-build-0.26.08.ebuild 738
+MD5 e820b97610a0adc41e2c53c7f3a66251 module-build-0.26.08.ebuild 673
+MD5 3e8c039739f64ee4bc2e7d7f80d6cb08 module-build-0.19.ebuild 682
+MD5 b3b12c419690f5ecd3c33c698c1e4ae6 module-build-0.22.ebuild 668
+MD5 26507669e4d85cffe4654894b4e6e573 module-build-0.25.ebuild 637
+MD5 4437a751386b276892ed352096cf5d8c files/digest-module-build-0.26.08 71
MD5 46c83a840d25a11c761e0cbceae27a95 files/digest-module-build-0.18 68
MD5 0d078cff23ce12c13c3e9525bff85314 files/digest-module-build-0.19 68
MD5 804380d9ccfd232c890ace70f8539d70 files/digest-module-build-0.22 68
MD5 02fe7753001f89b0f496f0669d31a1da files/digest-module-build-0.25 69
-MD5 4437a751386b276892ed352096cf5d8c files/digest-module-build-0.26.08 71
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFCNvNotG5z4I8BtQoRAu4LAJ9XaVz2G7lDdrMTi/FDoiulyJBiugCfaW35
+1ZRMQfh5vXdFs4PtYt4/fjw=
+=OGbQ
+-----END PGP SIGNATURE-----
diff --git a/dev-perl/module-build/module-build-0.18.ebuild b/dev-perl/module-build/module-build-0.18.ebuild
index 39f9917c942d..c5e31b83cce3 100644
--- a/dev-perl/module-build/module-build-0.18.ebuild
+++ b/dev-perl/module-build/module-build-0.18.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/dev-perl/module-build/module-build-0.18.ebuild,v 1.10 2005/03/11 17:32:33 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.18.ebuild,v 1.11 2005/03/15 14:37:52 mcummings Exp $
inherit perl-module
@@ -19,4 +19,3 @@ DEPEND="dev-perl/module-info
dev-perl/yaml
>=dev-perl/Archive-Tar-1*"
-style="builder"
diff --git a/dev-perl/module-build/module-build-0.19.ebuild b/dev-perl/module-build/module-build-0.19.ebuild
index 0b3ef61f24ab..94c2823ef7f4 100644
--- a/dev-perl/module-build/module-build-0.19.ebuild
+++ b/dev-perl/module-build/module-build-0.19.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/dev-perl/module-build/module-build-0.19.ebuild,v 1.9 2005/03/11 17:32:33 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.19.ebuild,v 1.10 2005/03/15 14:37:52 mcummings Exp $
inherit perl-module
@@ -19,4 +19,3 @@ DEPEND="dev-perl/module-info
dev-perl/yaml
>=dev-perl/Archive-Tar-1*"
-style="builder"
diff --git a/dev-perl/module-build/module-build-0.22.ebuild b/dev-perl/module-build/module-build-0.22.ebuild
index ee2bed5a3531..a752d6507fcd 100644
--- a/dev-perl/module-build/module-build-0.22.ebuild
+++ b/dev-perl/module-build/module-build-0.22.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/dev-perl/module-build/module-build-0.22.ebuild,v 1.9 2005/03/11 17:32:33 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.22.ebuild,v 1.10 2005/03/15 14:37:52 mcummings Exp $
inherit perl-module
@@ -15,9 +15,6 @@ LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~x86 alpha ~hppa ~mips ~ppc ~sparc amd64"
IUSE=""
-DEPEND="dev-perl/module-info
- dev-perl/yaml
- dev-perl/extutils-parsexs
+DEPEND="dev-perl/yaml
>=dev-perl/Archive-Tar-1.09"
-style="builder"
diff --git a/dev-perl/module-build/module-build-0.25.ebuild b/dev-perl/module-build/module-build-0.25.ebuild
index bfb08c9c4264..646d9c13f846 100644
--- a/dev-perl/module-build/module-build-0.25.ebuild
+++ b/dev-perl/module-build/module-build-0.25.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/dev-perl/module-build/module-build-0.25.ebuild,v 1.12 2005/03/15 09:53:13 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.25.ebuild,v 1.13 2005/03/15 14:37:52 mcummings Exp $
inherit perl-module
@@ -12,14 +12,10 @@ SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="alpha ~amd64 hppa mips ppc sparc x86 ppc64 arm s390 ia64"
+KEYWORDS="alpha ~amd64 hppa mips ppc sparc x86 ppc64"
IUSE=""
SRC_TEST="do"
-style="builder"
-
-DEPEND="dev-perl/module-info
- dev-perl/yaml
- dev-perl/extutils-parsexs
+DEPEND="dev-perl/yaml
>=dev-perl/Archive-Tar-1.09"
diff --git a/dev-perl/module-build/module-build-0.26.08.ebuild b/dev-perl/module-build/module-build-0.26.08.ebuild
index 00ea3e71d8f6..cbf909dd4e82 100644
--- a/dev-perl/module-build/module-build-0.26.08.ebuild
+++ b/dev-perl/module-build/module-build-0.26.08.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/dev-perl/module-build/module-build-0.26.08.ebuild,v 1.1 2005/03/11 17:32:33 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.26.08.ebuild,v 1.2 2005/03/15 14:37:52 mcummings Exp $
inherit perl-module
@@ -18,9 +18,6 @@ IUSE=""
SRC_TEST="do"
-style="builder"
-DEPEND="dev-perl/module-info
- dev-perl/yaml
- dev-perl/extutils-parsexs
+DEPEND="dev-perl/yaml
>=dev-perl/Archive-Tar-1.09"