diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-07-15 10:54:06 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-07-15 10:54:06 +0000 |
commit | 16ff0346ecee7e5da365b458debab216016355a8 (patch) | |
tree | 12aea148cfd82c352554f0a26f1e8ae392768601 /dev-perl | |
parent | Version bump (diff) | |
download | historical-16ff0346ecee7e5da365b458debab216016355a8.tar.gz historical-16ff0346ecee7e5da365b458debab216016355a8.tar.bz2 historical-16ff0346ecee7e5da365b458debab216016355a8.zip |
CPAN Version bump
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Exception-Class/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.14.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Manifest | 2 |
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog index 2a7fd81e9432..6bbc084a8bfa 100644 --- a/dev-perl/Exception-Class/ChangeLog +++ b/dev-perl/Exception-Class/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Exception-Class # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.6 2003/06/08 04:23:24 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.7 2003/07/15 10:54:06 mcummings Exp $ + +*Exception-Class-1.14 (15 Jul 2003) + + 15 Jul 2003; Michael Cummings <mcummings@gentoo.org> + Exception-Class-1.14.ebuild: + CPAN Version bump 07 Jun 2003; <rac@gentoo.org> Exception-Class-1.12.ebuild: Add IUSE diff --git a/dev-perl/Exception-Class/Exception-Class-1.14.ebuild b/dev-perl/Exception-Class/Exception-Class-1.14.ebuild new file mode 100644 index 000000000000..d517f4d80850 --- /dev/null +++ b/dev-perl/Exception-Class/Exception-Class-1.14.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.14.ebuild,v 1.1 2003/07/15 10:54:06 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Exception::Class module for perl" +SRC_URI="http://www.cpan.org/modules/by-module/Exception/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/Exception/${P}.readme" +IUSE="" +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~amd64 ~ppc ~sparc ~alpha" + +DEPEND="${DEPEND} + >=dev-perl/Class-Data-Inheritable-0.02 + >=dev-perl/Devel-StackTrace-1.01 + >=dev-perl/Test-Simple-0.47" + +export OPTIMIZE="$CFLAGS" diff --git a/dev-perl/Exception-Class/Manifest b/dev-perl/Exception-Class/Manifest index 9705c170dfaa..6021086b35b5 100644 --- a/dev-perl/Exception-Class/Manifest +++ b/dev-perl/Exception-Class/Manifest @@ -1,3 +1,5 @@ MD5 449bd1d736721df29d093ce9e434d3e4 ChangeLog 865 MD5 58bb02726e5940c6d4c58463efbfd7f3 Exception-Class-1.12.ebuild 686 +MD5 58bb02726e5940c6d4c58463efbfd7f3 Exception-Class-1.14.ebuild 686 MD5 b3118a6bef94ca809e180d3747152446 files/digest-Exception-Class-1.12 71 +MD5 33fd511dea7adceda7e7fdaee7d920ac files/digest-Exception-Class-1.14 71 |