summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2006-03-28 22:52:44 +0000
committerAron Griffis <agriffis@gentoo.org>2006-03-28 22:52:44 +0000
commit6df40154d0ca8ef4dcd3e477694af2f3b984f557 (patch)
tree2b70cad2d4b98b21b71278cdfaa1e33c319816da /dev-perl/Exception-Class
parentMark 2.11 stable on ia64 (diff)
downloadhistorical-6df40154d0ca8ef4dcd3e477694af2f3b984f557.tar.gz
historical-6df40154d0ca8ef4dcd3e477694af2f3b984f557.tar.bz2
historical-6df40154d0ca8ef4dcd3e477694af2f3b984f557.zip
Mark 1.23 stable on ia64
Package-Manager: portage-2.0.53
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 a462c22b0144..e20e6300d048 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.35 2006/03/26 15:22:22 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.36 2006/03/28 22:52:44 agriffis Exp $
+
+ 28 Mar 2006; Aron Griffis <agriffis@gentoo.org>
+ Exception-Class-1.23.ebuild:
+ Mark 1.23 stable on ia64
26 Mar 2006; Michael Cummings <mcummings@gentoo.org>
Exception-Class-1.23.ebuild:
diff --git a/dev-perl/Exception-Class/Exception-Class-1.23.ebuild b/dev-perl/Exception-Class/Exception-Class-1.23.ebuild
index 3496c695005d..13b0b828f8d5 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.3 2006/03/26 15:22:22 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.23.ebuild,v 1.4 2006/03/28 22:52:44 agriffis 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"