diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-02-15 03:30:12 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-02-15 03:30:12 +0000 |
commit | b86c943ea9160a3654a477f8219f089ee6ccc7c0 (patch) | |
tree | 3e83663abf3812ff6155589535a877a64844f031 /dev-perl/OOTools | |
parent | Handle upgrades of .conf files for people #274942 by Peter Volkov. (diff) | |
download | gentoo-2-b86c943ea9160a3654a477f8219f089ee6ccc7c0.tar.gz gentoo-2-b86c943ea9160a3654a477f8219f089ee6ccc7c0.tar.bz2 gentoo-2-b86c943ea9160a3654a477f8219f089ee6ccc7c0.zip |
Initial commit, package or dep for one that cannot be generated correctly by g-cpan and was asked for by a user in a bug.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/OOTools')
-rw-r--r-- | dev-perl/OOTools/ChangeLog | 11 | ||||
-rw-r--r-- | dev-perl/OOTools/OOTools-2.21.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/OOTools/metadata.xml | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/OOTools/ChangeLog b/dev-perl/OOTools/ChangeLog new file mode 100644 index 000000000000..6712c00fa2b7 --- /dev/null +++ b/dev-perl/OOTools/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-perl/OOTools +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/OOTools/ChangeLog,v 1.1 2010/02/15 03:30:12 robbat2 Exp $ + +*OOTools-2.21 (15 Feb 2010) + + 15 Feb 2010; Robin H. Johnson <robbat2@gentoo.org> +OOTools-2.21.ebuild, + +metadata.xml: + Initial commit, package or dep for one that cannot be generated correctly + by g-cpan and was asked for by a user in a bug. + diff --git a/dev-perl/OOTools/OOTools-2.21.ebuild b/dev-perl/OOTools/OOTools-2.21.ebuild new file mode 100644 index 000000000000..4776e7542b52 --- /dev/null +++ b/dev-perl/OOTools/OOTools-2.21.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# This ebuild generated by g-cpan 0.16.0 + +EAPI="2" + +MODULE_AUTHOR="DOMIZIO" + +inherit perl-module + +DESCRIPTION="Pragma to implement lvalue accessors with options" + +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-perl/OOTools/metadata.xml b/dev-perl/OOTools/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/dev-perl/OOTools/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> |