diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-05-28 10:30:45 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-05-28 10:30:45 +0000 |
commit | ad623e457b489b90f167688f365f04c628c21f04 (patch) | |
tree | 3feb5b311d7f33dd23700679fbdeac78f30b6940 /dev-perl/Exception-Class | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-ad623e457b489b90f167688f365f04c628c21f04.tar.gz gentoo-2-ad623e457b489b90f167688f365f04c628c21f04.tar.bz2 gentoo-2-ad623e457b489b90f167688f365f04c628c21f04.zip |
Stable on alpha.
(Portage version: 2.1_rc3)
Diffstat (limited to 'dev-perl/Exception-Class')
-rw-r--r-- | dev-perl/Exception-Class/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.23.ebuild | 4 |
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" |