diff options
author | Yuval Yaari <yuval@gentoo.org> | 2006-09-04 11:59:22 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2006-09-04 11:59:22 +0000 |
commit | 7b666ff7ff8b683ccc5b6b34cc6bf4961665f16b (patch) | |
tree | 76fd03592a0f0a8b5efa0e8a6a1f151d04772f6f /dev-perl/Class-Data-Inheritable | |
parent | Version bump (diff) | |
download | gentoo-2-7b666ff7ff8b683ccc5b6b34cc6bf4961665f16b.tar.gz gentoo-2-7b666ff7ff8b683ccc5b6b34cc6bf4961665f16b.tar.bz2 gentoo-2-7b666ff7ff8b683ccc5b6b34cc6bf4961665f16b.zip |
Version bump
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-perl/Class-Data-Inheritable')
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Class-Data-Inheritable/ChangeLog b/dev-perl/Class-Data-Inheritable/ChangeLog index 565dab82c36e..3cc8443787c8 100644 --- a/dev-perl/Class-Data-Inheritable/ChangeLog +++ b/dev-perl/Class-Data-Inheritable/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Class-Data-Inheritable # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/ChangeLog,v 1.18 2006/08/04 23:12:03 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/ChangeLog,v 1.19 2006/09/04 11:59:22 yuval Exp $ + +*Class-Data-Inheritable-0.05 (04 Sep 2006) + + 04 Sep 2006; Yuval Yaari <yuval@gentoo.org> + +Class-Data-Inheritable-0.05.ebuild: + Version bump 04 Aug 2006; Michael Cummings <mcummings@gentoo.org> Class-Data-Inheritable-0.02.ebuild, Class-Data-Inheritable-0.04.ebuild: diff --git a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.05.ebuild b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.05.ebuild new file mode 100644 index 000000000000..aef84216c374 --- /dev/null +++ b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.05.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.05.ebuild,v 1.1 2006/09/04 11:59:22 yuval Exp $ + +inherit perl-module + +DESCRIPTION="Exception::Class module for perl" +SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~tmtm/${P}" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" +IUSE="" + +export OPTIMIZE="${CFLAGS}" +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Class-Data-Inheritable/files/digest-Class-Data-Inheritable-0.05 b/dev-perl/Class-Data-Inheritable/files/digest-Class-Data-Inheritable-0.05 new file mode 100644 index 000000000000..bc8267cc7f39 --- /dev/null +++ b/dev-perl/Class-Data-Inheritable/files/digest-Class-Data-Inheritable-0.05 @@ -0,0 +1,3 @@ +MD5 270a7965e9ca1c1cbcd9e13caa524181 Class-Data-Inheritable-0.05.tar.gz 5591 +RMD160 8553c9e4fdbd775f8d14c502ca17ff8d1f62f4fe Class-Data-Inheritable-0.05.tar.gz 5591 +SHA256 875b4ab389954299c86525c3d82a7203c4ff5b72f9531c19e5dd83b4f568dc66 Class-Data-Inheritable-0.05.tar.gz 5591 |