summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-03-26 15:22:22 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-03-26 15:22:22 +0000
commitae905aefcf3c1b77838e7c4e900a836c1b771185 (patch)
treeaf5eb5f6362f352a8d7912d3f66e547a077e07f9 /dev-perl/Exception-Class
parent60+ days, marking stable for sparc and x86 (diff)
downloadgentoo-2-ae905aefcf3c1b77838e7c4e900a836c1b771185.tar.gz
gentoo-2-ae905aefcf3c1b77838e7c4e900a836c1b771185.tar.bz2
gentoo-2-ae905aefcf3c1b77838e7c4e900a836c1b771185.zip
60+ days, marking stable sparc x86
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'dev-perl/Exception-Class')
-rw-r--r--dev-perl/Exception-Class/ChangeLog6
-rw-r--r--dev-perl/Exception-Class/Exception-Class-1.23.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog
index ed6e563728e7..a462c22b0144 100644
--- a/dev-perl/Exception-Class/ChangeLog
+++ b/dev-perl/Exception-Class/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Exception-Class
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.34 2006/03/03 20:30:30 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.35 2006/03/26 15:22:22 mcummings Exp $
+
+ 26 Mar 2006; Michael Cummings <mcummings@gentoo.org>
+ Exception-Class-1.23.ebuild:
+ 60+ days, marking stable sparc x86
03 Mar 2006; Chris White <chriswhite@gentoo.org>
-Exception-Class-1.14-r1.ebuild, -Exception-Class-1.21.ebuild,
diff --git a/dev-perl/Exception-Class/Exception-Class-1.23.ebuild b/dev-perl/Exception-Class/Exception-Class-1.23.ebuild
index 0cdb66356699..3496c695005d 100644
--- a/dev-perl/Exception-Class/Exception-Class-1.23.ebuild
+++ b/dev-perl/Exception-Class/Exception-Class-1.23.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/Exception-Class/Exception-Class-1.23.ebuild,v 1.2 2006/02/13 12:56:06 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.23.ebuild,v 1.3 2006/03/26 15:22:22 mcummings Exp $
myconf='INSTALLDIRS=vendor'
inherit perl-module
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Exception/${P}.readme"
IUSE=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc sparc x86"
SRC_TEST="do"
TDEPEND="dev-perl/Test-Pod"