diff options
author | Robert Coie <rac@gentoo.org> | 2003-05-21 21:50:58 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2003-05-21 21:50:58 +0000 |
commit | d6095077358cbfb1efc63646069d6d1e43b0df1d (patch) | |
tree | a6984df1843fa1af2a0ffac9107a4e962dee8225 /dev-perl/Attribute-Handlers | |
parent | Version bump. Moved to to using mirror:// syntax to support all of the MySQL ... (diff) | |
download | gentoo-2-d6095077358cbfb1efc63646069d6d1e43b0df1d.tar.gz gentoo-2-d6095077358cbfb1efc63646069d6d1e43b0df1d.tar.bz2 gentoo-2-d6095077358cbfb1efc63646069d6d1e43b0df1d.zip |
install over core
Diffstat (limited to 'dev-perl/Attribute-Handlers')
4 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Attribute-Handlers/Attribute-Handlers-0.78-r1.ebuild b/dev-perl/Attribute-Handlers/Attribute-Handlers-0.78-r1.ebuild new file mode 100644 index 000000000000..1bb609ba6765 --- /dev/null +++ b/dev-perl/Attribute-Handlers/Attribute-Handlers-0.78-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Attribute-Handlers/Attribute-Handlers-0.78-r1.ebuild,v 1.1 2003/05/21 21:50:55 rac Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} + +DESCRIPTION="A Perl module for I/O on in-core objects like strings and arrays" +SRC_URI="http://www.cpan.org/CPAN/authors/id/A/AB/ABERGMAN/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/author/ABERGMAN/${P}/" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86 ppc sparc alpha" + +myconf="${myconf} INSTALLDIRS=perl" diff --git a/dev-perl/Attribute-Handlers/ChangeLog b/dev-perl/Attribute-Handlers/ChangeLog index a7a97c43e6ae..c31ee129c1f5 100644 --- a/dev-perl/Attribute-Handlers/ChangeLog +++ b/dev-perl/Attribute-Handlers/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Attribute-Handlers # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Attribute-Handlers/ChangeLog,v 1.5 2003/02/12 06:13:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Attribute-Handlers/ChangeLog,v 1.6 2003/05/21 21:50:55 rac Exp $ + +*Attribute-Handlers-0.78-r1 (21 May 2003) + + 21 May 2003; <rac@gentoo.org> Attribute-Handlers-0.78-r1.ebuild: + Install into core perl directories, so the 5.8 core module may be overwritten. + Thanks to Nicholas Wourms <dragon@gentoo.org> for the suggestion in bug + #12573. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/dev-perl/Attribute-Handlers/Manifest b/dev-perl/Attribute-Handlers/Manifest new file mode 100644 index 000000000000..292a20c4d143 --- /dev/null +++ b/dev-perl/Attribute-Handlers/Manifest @@ -0,0 +1,5 @@ +MD5 61653ef8f95f4e87422a96ec291e6854 Attribute-Handlers-0.78-r1.ebuild 591 +MD5 f61e43532c5557ef157fc21381f41140 Attribute-Handlers-0.78.ebuild 554 +MD5 00e66b442a8b47b7f79f2b73fffc6648 ChangeLog 816 +MD5 b0dcfecd7aa097691746fdca5f978d48 files/digest-Attribute-Handlers-0.78-r1 74 +MD5 b0dcfecd7aa097691746fdca5f978d48 files/digest-Attribute-Handlers-0.78 74 diff --git a/dev-perl/Attribute-Handlers/files/digest-Attribute-Handlers-0.78-r1 b/dev-perl/Attribute-Handlers/files/digest-Attribute-Handlers-0.78-r1 new file mode 100644 index 000000000000..0d3a58eb1981 --- /dev/null +++ b/dev-perl/Attribute-Handlers/files/digest-Attribute-Handlers-0.78-r1 @@ -0,0 +1 @@ +MD5 c935f240bee1baf4b46e7d69bf2f1636 Attribute-Handlers-0.78.tar.gz 15392 |