summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-07-30 08:17:54 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-07-30 08:17:54 +0000
commit331e7baa7af4dee0a2b6e5ca29f29d1d8fd496d3 (patch)
treefde78fe2e2d4b77690ad38d20210c1ee0bde0989 /perl-core
parentstable x86, bug 330309 (diff)
downloadhistorical-331e7baa7af4dee0a2b6e5ca29f29d1d8fd496d3.tar.gz
historical-331e7baa7af4dee0a2b6e5ca29f29d1d8fd496d3.tar.bz2
historical-331e7baa7af4dee0a2b6e5ca29f29d1d8fd496d3.zip
stable x86, bug 330387
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/ExtUtils-Command/ChangeLog6
-rw-r--r--perl-core/ExtUtils-Command/ExtUtils-Command-1.16.ebuild4
-rw-r--r--perl-core/ExtUtils-Install/ChangeLog6
-rw-r--r--perl-core/ExtUtils-Install/ExtUtils-Install-1.54.ebuild4
-rw-r--r--perl-core/ExtUtils-Manifest/ChangeLog6
-rw-r--r--perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.58.ebuild4
6 files changed, 21 insertions, 9 deletions
diff --git a/perl-core/ExtUtils-Command/ChangeLog b/perl-core/ExtUtils-Command/ChangeLog
index 83849fbc5bb2..733840a7eab5 100644
--- a/perl-core/ExtUtils-Command/ChangeLog
+++ b/perl-core/ExtUtils-Command/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/ExtUtils-Command
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Command/ChangeLog,v 1.5 2010/07/29 17:19:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Command/ChangeLog,v 1.6 2010/07/30 08:16:41 fauli Exp $
+
+ 30 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+ ExtUtils-Command-1.16.ebuild:
+ stable x86, bug 330387
29 Jul 2010; Jeroen Roovers <jer@gentoo.org> ExtUtils-Command-1.16.ebuild:
Stable for HPPA (bug #330387).
diff --git a/perl-core/ExtUtils-Command/ExtUtils-Command-1.16.ebuild b/perl-core/ExtUtils-Command/ExtUtils-Command-1.16.ebuild
index 29975461ce8a..ff7cbde6f179 100644
--- a/perl-core/ExtUtils-Command/ExtUtils-Command-1.16.ebuild
+++ b/perl-core/ExtUtils-Command/ExtUtils-Command-1.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Command/ExtUtils-Command-1.16.ebuild,v 1.5 2010/07/29 17:19:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Command/ExtUtils-Command-1.16.ebuild,v 1.6 2010/07/30 08:16:41 fauli Exp $
EAPI="2"
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Utilities to replace common UNIX commands in Makefiles etc."
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~sparc x86"
IUSE=""
SRC_TEST=do
diff --git a/perl-core/ExtUtils-Install/ChangeLog b/perl-core/ExtUtils-Install/ChangeLog
index c00400f1a201..5a045f5eaaef 100644
--- a/perl-core/ExtUtils-Install/ChangeLog
+++ b/perl-core/ExtUtils-Install/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/ExtUtils-Install
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Install/ChangeLog,v 1.5 2010/07/29 17:19:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Install/ChangeLog,v 1.6 2010/07/30 08:14:11 fauli Exp $
+
+ 30 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+ ExtUtils-Install-1.54.ebuild:
+ stable x86, bug 330387
29 Jul 2010; Jeroen Roovers <jer@gentoo.org> ExtUtils-Install-1.54.ebuild:
Stable for HPPA (bug #330387).
diff --git a/perl-core/ExtUtils-Install/ExtUtils-Install-1.54.ebuild b/perl-core/ExtUtils-Install/ExtUtils-Install-1.54.ebuild
index c3efaeaeae89..ab3dcdcdfbc4 100644
--- a/perl-core/ExtUtils-Install/ExtUtils-Install-1.54.ebuild
+++ b/perl-core/ExtUtils-Install/ExtUtils-Install-1.54.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Install/ExtUtils-Install-1.54.ebuild,v 1.5 2010/07/29 17:19:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Install/ExtUtils-Install-1.54.ebuild,v 1.6 2010/07/30 08:14:11 fauli Exp $
EAPI=2
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Install files from here to there"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~sparc x86"
IUSE=""
SRC_TEST=do
diff --git a/perl-core/ExtUtils-Manifest/ChangeLog b/perl-core/ExtUtils-Manifest/ChangeLog
index 0c4bdfad628e..8c960d6c3e71 100644
--- a/perl-core/ExtUtils-Manifest/ChangeLog
+++ b/perl-core/ExtUtils-Manifest/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/ExtUtils-Manifest
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog,v 1.5 2010/07/29 17:18:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog,v 1.6 2010/07/30 08:17:54 fauli Exp $
+
+ 30 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+ ExtUtils-Manifest-1.58.ebuild:
+ stable x86, bug 330387
29 Jul 2010; Jeroen Roovers <jer@gentoo.org>
ExtUtils-Manifest-1.58.ebuild:
diff --git a/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.58.ebuild b/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.58.ebuild
index 83ce469c4f9f..8b276694b190 100644
--- a/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.58.ebuild
+++ b/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.58.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.58.ebuild,v 1.5 2010/07/29 17:18:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.58.ebuild,v 1.6 2010/07/30 08:17:54 fauli Exp $
EAPI=2
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Utilities to write and check a MANIFEST file"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~sparc x86"
IUSE=""
SRC_TEST="do"