summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2011-12-04 17:56:16 +0000
committerRaúl Porcel <armin76@gentoo.org>2011-12-04 17:56:16 +0000
commit9474f9b50e3495ad21cb1748161e81534a95cbcd (patch)
treeed5b9f7eb6c154d078063801a5f8976bbb937458 /dev-perl/Chart-Math-Axis
parentalpha/ia64/sparc stable wrt #391571 (diff)
downloadgentoo-2-9474f9b50e3495ad21cb1748161e81534a95cbcd.tar.gz
gentoo-2-9474f9b50e3495ad21cb1748161e81534a95cbcd.tar.bz2
gentoo-2-9474f9b50e3495ad21cb1748161e81534a95cbcd.zip
Drop alpha/ia64/sparc keywords
(Portage version: 2.1.10.38/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/Chart-Math-Axis')
-rw-r--r--dev-perl/Chart-Math-Axis/ChangeLog6
-rw-r--r--dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild6
-rw-r--r--dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/Chart-Math-Axis/ChangeLog b/dev-perl/Chart-Math-Axis/ChangeLog
index 7951618cdddd..7ca01d098c06 100644
--- a/dev-perl/Chart-Math-Axis/ChangeLog
+++ b/dev-perl/Chart-Math-Axis/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Chart-Math-Axis
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.37 2011/12/01 19:39:10 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.38 2011/12/04 17:56:16 armin76 Exp $
+
+ 04 Dec 2011; Raúl Porcel <armin76@gentoo.org> Chart-Math-Axis-1.00.ebuild,
+ Chart-Math-Axis-1.60.0.ebuild:
+ Drop alpha/ia64/sparc keywords
01 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
Chart-Math-Axis-1.60.0.ebuild:
diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild
index 3bfd2f265a7b..895794ec009b 100644
--- a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild
+++ b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild,v 1.6 2008/03/19 02:41:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild,v 1.7 2011/12/04 17:56:16 armin76 Exp $
inherit perl-module
@@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.orga/~adamk/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc sparc x86"
+KEYWORDS="amd64 hppa ~mips ~ppc x86"
IUSE=""
SRC_TEST="do"
diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0.ebuild
index c0dc213bd6e0..a22a2e0c5644 100644
--- a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0.ebuild
+++ b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0.ebuild,v 1.3 2011/12/01 19:39:10 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0.ebuild,v 1.4 2011/12/04 17:56:16 armin76 Exp $
EAPI=3
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Implements an algorithm to find good values for chart axis"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="~amd64 hppa ~mips ~ppc x86"
IUSE=""
RDEPEND=">=virtual/perl-Math-BigInt-1.70