diff options
author | 2009-06-09 20:38:38 +0000 | |
---|---|---|
committer | 2009-06-09 20:38:38 +0000 | |
commit | b2b8e51b27c4b1b14bdee7e63ffd3ed1cabb1c21 (patch) | |
tree | 00be5b47b3e0f6caecc17d5477388cce79248fbe /dev-perl/Olson-Abbreviations | |
parent | Initial commit (diff) | |
download | gentoo-2-b2b8e51b27c4b1b14bdee7e63ffd3ed1cabb1c21.tar.gz gentoo-2-b2b8e51b27c4b1b14bdee7e63ffd3ed1cabb1c21.tar.bz2 gentoo-2-b2b8e51b27c4b1b14bdee7e63ffd3ed1cabb1c21.zip |
Initial commit
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Olson-Abbreviations')
-rw-r--r-- | dev-perl/Olson-Abbreviations/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.02.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Olson-Abbreviations/metadata.xml | 5 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/Olson-Abbreviations/ChangeLog b/dev-perl/Olson-Abbreviations/ChangeLog new file mode 100644 index 000000000000..965681ffaba7 --- /dev/null +++ b/dev-perl/Olson-Abbreviations/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Olson-Abbreviations +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Olson-Abbreviations/ChangeLog,v 1.1 2009/06/09 20:38:38 tove Exp $ + +*Olson-Abbreviations-0.02 (09 Jun 2009) + + 09 Jun 2009; Torsten Veller <tove@gentoo.org> + +Olson-Abbreviations-0.02.ebuild, +metadata.xml: + Initial commit + diff --git a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.02.ebuild b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.02.ebuild new file mode 100644 index 000000000000..c5c6623dd9da --- /dev/null +++ b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.02.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.02.ebuild,v 1.1 2009/06/09 20:38:38 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=ECARROLL +inherit perl-module + +DESCRIPTION="globally unique timezones abbreviation handling" + +SLOT="0" +KEYWORDS="~x86" +IUSE="test" + +RDEPEND="dev-perl/Moose + dev-perl/MooseX-AttributeHelpers + dev-perl/MooseX-ClassAttribute" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST=do diff --git a/dev-perl/Olson-Abbreviations/metadata.xml b/dev-perl/Olson-Abbreviations/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/dev-perl/Olson-Abbreviations/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> |