diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-23 07:44:01 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-23 07:44:01 +0000 |
commit | ee9eb19f4d693522c9ff48058612e64f9fba009e (patch) | |
tree | b6f89969cd5b6d00201cd0c6ffcd9ce77cc0e5f6 /dev-perl/MooseX-Getopt | |
parent | Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff) | |
download | gentoo-2-ee9eb19f4d693522c9ff48058612e64f9fba009e.tar.gz gentoo-2-ee9eb19f4d693522c9ff48058612e64f9fba009e.tar.bz2 gentoo-2-ee9eb19f4d693522c9ff48058612e64f9fba009e.zip |
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/MooseX-Getopt')
-rw-r--r-- | dev-perl/MooseX-Getopt/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/MooseX-Getopt/MooseX-Getopt-0.18.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/MooseX-Getopt/metadata.xml | 8 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/MooseX-Getopt/ChangeLog b/dev-perl/MooseX-Getopt/ChangeLog new file mode 100644 index 000000000000..81922c459710 --- /dev/null +++ b/dev-perl/MooseX-Getopt/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/MooseX-Getopt +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog,v 1.1 2009/06/23 07:44:01 robbat2 Exp $ + +*MooseX-Getopt-0.18 (23 Jun 2009) + + 23 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> + +MooseX-Getopt-0.18.ebuild, +metadata.xml: + Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. + diff --git a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.18.ebuild b/dev-perl/MooseX-Getopt/MooseX-Getopt-0.18.ebuild new file mode 100644 index 000000000000..307aa75e3cde --- /dev/null +++ b/dev-perl/MooseX-Getopt/MooseX-Getopt-0.18.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-Getopt/MooseX-Getopt-0.18.ebuild,v 1.1 2009/06/23 07:44:01 robbat2 Exp $ + +EAPI=2 +MODULE_AUTHOR="RJBS" + +inherit perl-module + +DESCRIPTION="A Moose role for processing command line options" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=dev-perl/Test-Exception-0.27 + dev-perl/Getopt-Long-Descriptive + dev-perl/Moose" +RDEPEND="${DEPEND}" diff --git a/dev-perl/MooseX-Getopt/metadata.xml b/dev-perl/MooseX-Getopt/metadata.xml new file mode 100644 index 000000000000..056ad389507d --- /dev/null +++ b/dev-perl/MooseX-Getopt/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>robbat2@gentoo.org</email> + </maintainer> +</pkgmetadata> |