summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Yaari <yuval@gentoo.org>2008-04-29 03:19:35 +0000
committerYuval Yaari <yuval@gentoo.org>2008-04-29 03:19:35 +0000
commitad60d39213152c99d59db315af90e8ecbb95989d (patch)
treeec9600c957b304e270a5de9efc244f57ae7a97f4 /dev-perl/Class-Data-Inheritable
parentVersion bump (diff)
downloadgentoo-2-ad60d39213152c99d59db315af90e8ecbb95989d.tar.gz
gentoo-2-ad60d39213152c99d59db315af90e8ecbb95989d.tar.bz2
gentoo-2-ad60d39213152c99d59db315af90e8ecbb95989d.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/Class-Data-Inheritable')
-rw-r--r--dev-perl/Class-Data-Inheritable/ChangeLog10
-rw-r--r--dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.08.ebuild17
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-perl/Class-Data-Inheritable/ChangeLog b/dev-perl/Class-Data-Inheritable/ChangeLog
index b8d018fc34b3..ea8ab4bd62d3 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/ChangeLog,v 1.30 2007/04/15 20:33:04 corsair Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/ChangeLog,v 1.31 2008/04/29 03:19:35 yuval Exp $
+
+*Class-Data-Inheritable-0.08 (29 Apr 2008)
+
+ 29 Apr 2008; Yuval Yaari <yuval@gentoo.org>
+ +Class-Data-Inheritable-0.08.ebuild:
+ Version bump
15 Apr 2007; Markus Rothe <corsair@gentoo.org>
Class-Data-Inheritable-0.06.ebuild:
diff --git a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.08.ebuild b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.08.ebuild
new file mode 100644
index 000000000000..1ea37f777195
--- /dev/null
+++ b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.08.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2008 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.08.ebuild,v 1.1 2008/04/29 03:19:35 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"