summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2006-05-28 10:36:20 +0000
committerBryan Østergaard <kloeri@gentoo.org>2006-05-28 10:36:20 +0000
commit549f8998029bb16af7d9970d136185c9eaeae82c (patch)
tree9a4e823f33ce685cad2c858912689bbf940587bd /dev-perl/Exception-Class
parentStable on alpha. (diff)
downloadhistorical-549f8998029bb16af7d9970d136185c9eaeae82c.tar.gz
historical-549f8998029bb16af7d9970d136185c9eaeae82c.tar.bz2
historical-549f8998029bb16af7d9970d136185c9eaeae82c.zip
Stable on alpha.
Package-Manager: portage-2.1_rc3
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 186f6a8e11da..4ddeeed26777 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.37 2006/03/31 18:45:50 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.38 2006/05/28 10:30:45 kloeri Exp $
+
+ 28 May 2006; Bryan Østergaard <kloeri@gentoo.org>
+ Exception-Class-1.23.ebuild:
+ Stable on alpha.
31 Mar 2006; Michael Hanselmann <hansmi@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 177af41d3a45..75350642c6dd 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.5 2006/03/31 18:45:50 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.23.ebuild,v 1.6 2006/05/28 10:30:45 kloeri 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"