diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-09 20:34:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-09 20:34:01 +0000 |
commit | 005650396ddc0276693d256dc2e5146dd1f68264 (patch) | |
tree | 482653a7e2302fab3f254e8b28d9fe38a3da1caa /dev-perl/MooseX-ClassAttribute | |
parent | Stable for HPPA (bug #271437). (diff) | |
download | gentoo-2-005650396ddc0276693d256dc2e5146dd1f68264.tar.gz gentoo-2-005650396ddc0276693d256dc2e5146dd1f68264.tar.bz2 gentoo-2-005650396ddc0276693d256dc2e5146dd1f68264.zip |
Initial commit
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/MooseX-ClassAttribute')
-rw-r--r-- | dev-perl/MooseX-ClassAttribute/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.08.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/MooseX-ClassAttribute/metadata.xml | 5 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/MooseX-ClassAttribute/ChangeLog b/dev-perl/MooseX-ClassAttribute/ChangeLog new file mode 100644 index 000000000000..52c51675f85c --- /dev/null +++ b/dev-perl/MooseX-ClassAttribute/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/MooseX-ClassAttribute +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v 1.1 2009/06/09 20:34:01 tove Exp $ + +*MooseX-ClassAttribute-0.08 (09 Jun 2009) + + 09 Jun 2009; Torsten Veller <tove@gentoo.org> + +MooseX-ClassAttribute-0.08.ebuild, +metadata.xml: + Initial commit + diff --git a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.08.ebuild b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.08.ebuild new file mode 100644 index 000000000000..2e785a741867 --- /dev/null +++ b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.08.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.08.ebuild,v 1.1 2009/06/09 20:34:01 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=DROLSKY +inherit perl-module + +DESCRIPTION="Declare class attributes Moose-style" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="dev-perl/Moose + dev-perl/MooseX-AttributeHelpers" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +SRC_TEST=do diff --git a/dev-perl/MooseX-ClassAttribute/metadata.xml b/dev-perl/MooseX-ClassAttribute/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/dev-perl/MooseX-ClassAttribute/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |