summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-03-11 17:32:33 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-03-11 17:32:33 +0000
commit22efd369d87912aeb58736f710b37b448d0fc505 (patch)
tree4a1dc2323be4c6f46815f9288cf529fb8c0321a0 /dev-perl/module-build
parentInitial release, thus closing bug #80735 (diff)
downloadgentoo-2-22efd369d87912aeb58736f710b37b448d0fc505.tar.gz
gentoo-2-22efd369d87912aeb58736f710b37b448d0fc505.tar.bz2
gentoo-2-22efd369d87912aeb58736f710b37b448d0fc505.zip
new version
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/module-build')
-rw-r--r--dev-perl/module-build/ChangeLog10
-rw-r--r--dev-perl/module-build/Manifest8
-rw-r--r--dev-perl/module-build/files/digest-module-build-0.26.081
-rw-r--r--dev-perl/module-build/module-build-0.18.ebuild4
-rw-r--r--dev-perl/module-build/module-build-0.19.ebuild4
-rw-r--r--dev-perl/module-build/module-build-0.22.ebuild4
-rw-r--r--dev-perl/module-build/module-build-0.25.ebuild4
-rw-r--r--dev-perl/module-build/module-build-0.26.08.ebuild26
8 files changed, 48 insertions, 13 deletions
diff --git a/dev-perl/module-build/ChangeLog b/dev-perl/module-build/ChangeLog
index 0f649cc1ffdf..2ee0995cd428 100644
--- a/dev-perl/module-build/ChangeLog
+++ b/dev-perl/module-build/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/module-build
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.18 2004/12/30 19:04:00 ciaranm Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.19 2005/03/11 17:32:33 mcummings Exp $
+
+*module-build-0.26.08 (11 Mar 2005)
+
+ 11 Mar 2005; Michael Cummings <mcummings@gentoo.org>
+ +module-build-0.26.08.ebuild:
+ New version, fixes some bugs, nothing that has cropped up (yet)
30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-perl/module-build/Manifest b/dev-perl/module-build/Manifest
index 58c2d4c484a2..08e786e416bb 100644
--- a/dev-perl/module-build/Manifest
+++ b/dev-perl/module-build/Manifest
@@ -1,10 +1,12 @@
MD5 cf098eb42df0bb25c7bb41f9df2607f6 module-build-0.18.ebuild 692
-MD5 6f7d1f83c7fa7adb7d1de23172e04163 module-build-0.25.ebuild 700
MD5 c3f442f08377a5a15886734d332e5cf6 ChangeLog 2401
-MD5 0e756b2a0902ba35bdbcf85d6d104d5a module-build-0.22.ebuild 733
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
+MD5 331eac46c4f9a2739004ec151dc43b64 module-build-0.26.08.ebuild 726
MD5 cee3a0091b41b34411976310ff51c9b5 module-build-0.19.ebuild 691
+MD5 0e756b2a0902ba35bdbcf85d6d104d5a module-build-0.22.ebuild 733
+MD5 6f7d1f83c7fa7adb7d1de23172e04163 module-build-0.25.ebuild 700
+MD5 4437a751386b276892ed352096cf5d8c files/digest-module-build-0.26.08 71
MD5 46c83a840d25a11c761e0cbceae27a95 files/digest-module-build-0.18 68
-MD5 02fe7753001f89b0f496f0669d31a1da files/digest-module-build-0.25 69
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
diff --git a/dev-perl/module-build/files/digest-module-build-0.26.08 b/dev-perl/module-build/files/digest-module-build-0.26.08
new file mode 100644
index 000000000000..fe3350052982
--- /dev/null
+++ b/dev-perl/module-build/files/digest-module-build-0.26.08
@@ -0,0 +1 @@
+MD5 edb30a062bfca5570d412d1576787648 Module-Build-0.2608.tar.gz 126273
diff --git a/dev-perl/module-build/module-build-0.18.ebuild b/dev-perl/module-build/module-build-0.18.ebuild
index 8cabc1ed6120..39f9917c942d 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-2004 Gentoo Foundation
+# 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.9 2004/10/16 23:57:25 rac Exp $
+# $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 $
inherit perl-module
diff --git a/dev-perl/module-build/module-build-0.19.ebuild b/dev-perl/module-build/module-build-0.19.ebuild
index 10d487f2db77..0b3ef61f24ab 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-2004 Gentoo Foundation
+# 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.8 2004/10/16 23:57:25 rac Exp $
+# $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 $
inherit perl-module
diff --git a/dev-perl/module-build/module-build-0.22.ebuild b/dev-perl/module-build/module-build-0.22.ebuild
index c5716725be5e..ee2bed5a3531 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-2004 Gentoo Foundation
+# 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.8 2004/10/19 07:59:47 absinthe Exp $
+# $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 $
inherit perl-module
diff --git a/dev-perl/module-build/module-build-0.25.ebuild b/dev-perl/module-build/module-build-0.25.ebuild
index 444afc22877e..16b3e8465d98 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-2004 Gentoo Foundation
+# 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.9 2004/12/22 12:07:10 nigoro Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.25.ebuild,v 1.10 2005/03/11 17:32:33 mcummings Exp $
inherit perl-module
diff --git a/dev-perl/module-build/module-build-0.26.08.ebuild b/dev-perl/module-build/module-build-0.26.08.ebuild
new file mode 100644
index 000000000000..00ea3e71d8f6
--- /dev/null
+++ b/dev-perl/module-build/module-build-0.26.08.ebuild
@@ -0,0 +1,26 @@
+# 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 $
+
+inherit perl-module
+
+MY_PV=${PV/26.08/2608}
+MY_P="Module-Build-${MY_PV}"
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Build and install Perl modules"
+HOMEPAGE="http://search.cpan.org/~kwilliams/${MY_P}/"
+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"
+IUSE=""
+
+SRC_TEST="do"
+
+style="builder"
+
+DEPEND="dev-perl/module-info
+ dev-perl/yaml
+ dev-perl/extutils-parsexs
+ >=dev-perl/Archive-Tar-1.09"