diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-03-15 14:37:52 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-03-15 14:37:52 +0000 |
commit | bb12e604dc7d24e1662b982ae1ae224316caba23 (patch) | |
tree | 5e69649c6dd0d1e1767cd8b538aa29fa6e6d1f47 /dev-perl/module-build | |
parent | Moved net-www/amaya to www-client/amaya (diff) | |
download | gentoo-2-bb12e604dc7d24e1662b982ae1ae224316caba23.tar.gz gentoo-2-bb12e604dc7d24e1662b982ae1ae224316caba23.tar.bz2 gentoo-2-bb12e604dc7d24e1662b982ae1ae224316caba23.zip |
bug 68570
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/module-build')
-rw-r--r-- | dev-perl/module-build/ChangeLog | 12 | ||||
-rw-r--r-- | dev-perl/module-build/module-build-0.18.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/module-build/module-build-0.19.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/module-build/module-build-0.22.ebuild | 7 | ||||
-rw-r--r-- | dev-perl/module-build/module-build-0.25.ebuild | 10 | ||||
-rw-r--r-- | dev-perl/module-build/module-build-0.26.08.ebuild | 7 |
6 files changed, 20 insertions, 22 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/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" |