summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-07-02 03:44:36 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-07-02 03:44:36 +0000
commit2c5f80de6c7704c62006d83efcdf3abfb81b7921 (patch)
tree3fceef389d7917cde9632454d88f71270c56681c /dev-perl/module-build
parentCleanup (diff)
downloadhistorical-2c5f80de6c7704c62006d83efcdf3abfb81b7921.tar.gz
historical-2c5f80de6c7704c62006d83efcdf3abfb81b7921.tar.bz2
historical-2c5f80de6c7704c62006d83efcdf3abfb81b7921.zip
Marking stable amd64
Package-Manager: portage-2.1.1_pre1-r5
Diffstat (limited to 'dev-perl/module-build')
-rw-r--r--dev-perl/module-build/ChangeLog6
-rw-r--r--dev-perl/module-build/files/digest-module-build-0.26.102
-rw-r--r--dev-perl/module-build/module-build-0.28.ebuild4
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-perl/module-build/ChangeLog b/dev-perl/module-build/ChangeLog
index 98458bc12279..d92fb61b42d1 100644
--- a/dev-perl/module-build/ChangeLog
+++ b/dev-perl/module-build/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/module-build
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.44 2006/06/29 16:54:44 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.45 2006/07/02 03:44:36 mcummings Exp $
+
+ 02 Jul 2006; Michael Cummings <mcummings@gentoo.org>
+ module-build-0.28.ebuild:
+ Marking stable amd64
29 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org>
module-build-0.28-r1.ebuild:
diff --git a/dev-perl/module-build/files/digest-module-build-0.26.10 b/dev-perl/module-build/files/digest-module-build-0.26.10
index 1a366b8b2acb..a8a9b66094d9 100644
--- a/dev-perl/module-build/files/digest-module-build-0.26.10
+++ b/dev-perl/module-build/files/digest-module-build-0.26.10
@@ -1 +1,3 @@
MD5 a21addf2dbd1725b6b035fbfe65cb30f Module-Build-0.2610.tar.gz 128423
+RMD160 f304854568d7c5192aee6d37a0991777a05f72d3 Module-Build-0.2610.tar.gz 128423
+SHA256 eb189b12ef4e0594a75137821255fb5a8cee1e6bb0b7760d7753b169611ba73d Module-Build-0.2610.tar.gz 128423
diff --git a/dev-perl/module-build/module-build-0.28.ebuild b/dev-perl/module-build/module-build-0.28.ebuild
index 2a245d5f6562..4c41b92a885f 100644
--- a/dev-perl/module-build/module-build-0.28.ebuild
+++ b/dev-perl/module-build/module-build-0.28.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.28.ebuild,v 1.9 2006/06/27 10:06:03 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.28.ebuild,v 1.10 2006/07/02 03:44:36 mcummings Exp $
inherit perl-module
@@ -13,7 +13,7 @@ SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
# Removing these as hard deps. They are listed as recommended in the Build.PL,