diff options
author | Robert Coie <rac@gentoo.org> | 2003-07-18 21:51:47 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2003-07-18 21:51:47 +0000 |
commit | f7c1d40bb2f841455d0d1608d6b7b11494e70949 (patch) | |
tree | 13699f895bea96c996008de3ab500489352f5047 /dev-perl/Exception-Class | |
parent | Add amd64 patches and keywords (diff) | |
download | historical-f7c1d40bb2f841455d0d1608d6b7b11494e70949.tar.gz historical-f7c1d40bb2f841455d0d1608d6b7b11494e70949.tar.bz2 historical-f7c1d40bb2f841455d0d1608d6b7b11494e70949.zip |
new vendordir version
Diffstat (limited to 'dev-perl/Exception-Class')
-rw-r--r-- | dev-perl/Exception-Class/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Manifest | 4 |
3 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog index 6bbc084a8bfa..d27217970bf2 100644 --- a/dev-perl/Exception-Class/ChangeLog +++ b/dev-perl/Exception-Class/ChangeLog @@ -1,6 +1,11 @@ # 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.7 2003/07/15 10:54:06 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.8 2003/07/18 21:51:47 rac Exp $ + +*Exception-Class-1.14-r1 (18 Jul 2003) + + 18 Jul 2003; <rac@gentoo.org> Exception-Class-1.14-r1.ebuild: + Install into vendordir instead of overwriting core *Exception-Class-1.14 (15 Jul 2003) diff --git a/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild b/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild new file mode 100644 index 000000000000..0858c4d16410 --- /dev/null +++ b/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild @@ -0,0 +1,22 @@ +# 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-r1.ebuild,v 1.1 2003/07/18 21:51:47 rac Exp $ + +myconf='INSTALLDIRS=vendor' +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-lang/perl-5.8.0-r12 + >=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 76852829699c..e2fe574a9f33 100644 --- a/dev-perl/Exception-Class/Manifest +++ b/dev-perl/Exception-Class/Manifest @@ -1,5 +1,7 @@ -MD5 02975b60edfb706acc9f7a70ec87845a ChangeLog 1015 MD5 58bb02726e5940c6d4c58463efbfd7f3 Exception-Class-1.12.ebuild 686 MD5 88888f27af3a1af2f0d5c29a298e33b9 Exception-Class-1.14.ebuild 691 +MD5 df282f813a7eb29963571f7990d8dd08 Exception-Class-1.14-r1.ebuild 747 +MD5 02975b60edfb706acc9f7a70ec87845a ChangeLog 1015 MD5 b3118a6bef94ca809e180d3747152446 files/digest-Exception-Class-1.12 71 MD5 33fd511dea7adceda7e7fdaee7d920ac files/digest-Exception-Class-1.14 71 +MD5 33fd511dea7adceda7e7fdaee7d920ac files/digest-Exception-Class-1.14-r1 71 |