summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl-core/Math-BigInt-FastCalc/ChangeLog6
-rw-r--r--perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild4
-rw-r--r--perl-core/Math-BigInt/ChangeLog5
-rw-r--r--perl-core/Math-BigInt/Math-BigInt-1.99.ebuild4
-rw-r--r--perl-core/XSLoader/ChangeLog5
-rw-r--r--perl-core/XSLoader/XSLoader-0.10.ebuild4
6 files changed, 19 insertions, 9 deletions
diff --git a/perl-core/Math-BigInt-FastCalc/ChangeLog b/perl-core/Math-BigInt-FastCalc/ChangeLog
index 0139137ce653..126c4db42c35 100644
--- a/perl-core/Math-BigInt-FastCalc/ChangeLog
+++ b/perl-core/Math-BigInt-FastCalc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/Math-BigInt-FastCalc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.12 2010/11/28 19:11:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.13 2010/12/07 05:04:52 mattst88 Exp $
+
+ 07 Dec 2010; Matt Turner <mattst88@gentoo.org>
+ Math-BigInt-FastCalc-0.24.ebuild:
+ Added ~mips, bug 345605.
28 Nov 2010; Raúl Porcel <armin76@gentoo.org>
Math-BigInt-FastCalc-0.24.ebuild:
diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild
index 3917f70719d7..64aff5b39584 100644
--- a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild
+++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.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/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild,v 1.4 2010/11/28 19:11:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild,v 1.5 2010/12/07 05:04:52 mattst88 Exp $
EAPI=3
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Math::BigInt::Calc with some XS for more speed"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
IUSE=""
RDEPEND=">=virtual/perl-Math-BigInt-1.97
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog
index eea732124b93..56c2dc9ccc57 100644
--- a/perl-core/Math-BigInt/ChangeLog
+++ b/perl-core/Math-BigInt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for perl-core/Math-BigInt
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.63 2010/11/28 19:11:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.64 2010/12/07 05:01:12 mattst88 Exp $
+
+ 07 Dec 2010; Matt Turner <mattst88@gentoo.org> Math-BigInt-1.99.ebuild:
+ Added ~mips, bug 345605.
28 Nov 2010; Raúl Porcel <armin76@gentoo.org> Math-BigInt-1.99.ebuild:
Add ~alpha/~ia64/~s390/~sh/~sparc wrt #345605
diff --git a/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild
index a91a878025b8..62c357eeb8c2 100644
--- a/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild
+++ b/perl-core/Math-BigInt/Math-BigInt-1.99.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/Math-BigInt/Math-BigInt-1.99.ebuild,v 1.4 2010/11/28 19:11:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild,v 1.5 2010/12/07 05:01:12 mattst88 Exp $
EAPI=3
@@ -10,7 +10,7 @@ inherit perl-module eutils
DESCRIPTION="Arbitrary size floating point math package"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
IUSE=""
RDEPEND=">=virtual/perl-Scalar-List-Utils-1.14"
diff --git a/perl-core/XSLoader/ChangeLog b/perl-core/XSLoader/ChangeLog
index f3b895348528..62584924a626 100644
--- a/perl-core/XSLoader/ChangeLog
+++ b/perl-core/XSLoader/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for perl-core/XSLoader
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/XSLoader/ChangeLog,v 1.5 2010/11/28 16:05:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/XSLoader/ChangeLog,v 1.6 2010/12/07 04:58:30 mattst88 Exp $
+
+ 07 Dec 2010; Matt Turner <mattst88@gentoo.org> XSLoader-0.10.ebuild:
+ Added ~mips, bug 345605.
28 Nov 2010; Raúl Porcel <armin76@gentoo.org> XSLoader-0.10.ebuild:
Add ~alpha/~ia64/~s390/~sh/~sparc wrt #345607
diff --git a/perl-core/XSLoader/XSLoader-0.10.ebuild b/perl-core/XSLoader/XSLoader-0.10.ebuild
index 2c864cc548f6..51d4db01211d 100644
--- a/perl-core/XSLoader/XSLoader-0.10.ebuild
+++ b/perl-core/XSLoader/XSLoader-0.10.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/XSLoader/XSLoader-0.10.ebuild,v 1.5 2010/11/28 16:05:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/XSLoader/XSLoader-0.10.ebuild,v 1.6 2010/12/07 04:58:30 mattst88 Exp $
EAPI=2
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Dynamically load C libraries into Perl code"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
IUSE=""
PATCHES=( "${FILESDIR}"/91152fc1_rt54132_version081.patch )