diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-15 03:30:06 +1300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-15 00:06:37 +0100 |
commit | 1b9ce3e4c90cc9c6d8988ac7c110c3438ffd1271 (patch) | |
tree | 7af9953926fab7d575420f1971de09dbe1281af4 /dev-perl/Palm | |
parent | dev-perl/Ogg-Vorbis-Header: Fix test failures and accidental test installation (diff) | |
download | gentoo-1b9ce3e4c90cc9c6d8988ac7c110c3438ffd1271.tar.gz gentoo-1b9ce3e4c90cc9c6d8988ac7c110c3438ffd1271.tar.bz2 gentoo-1b9ce3e4c90cc9c6d8988ac7c110c3438ffd1271.zip |
dev-perl/Palm: copy from dev-perl/p5-Palm
Upstream are renaming to just "Palm" due to new PAUSE rules.
This rename is to follow upstream.
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-perl/Palm')
-rw-r--r-- | dev-perl/Palm/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Palm/Palm-1.12.0-r1.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/Palm/metadata.xml | 22 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-perl/Palm/Manifest b/dev-perl/Palm/Manifest new file mode 100644 index 000000000000..8d886e35c05d --- /dev/null +++ b/dev-perl/Palm/Manifest @@ -0,0 +1 @@ +DIST p5-Palm-1.012.tar.gz 55417 SHA256 c46c007254e249e34cbcb6ff0d3856d360238a5f51e6b6fc21e7f1dc7d4bf268 SHA512 781993b434c1d62bd450c6be7e618f52dfdd331db0b32737de34fb4045cf1f1bbeacc5c03f9fa72192c7acf6a91b8623cae50e5301d120e29acece3fae4987b1 WHIRLPOOL e6aebcb4b88d3c198901bd6133656e33a5c84fa29a5af42ca54b2158869a1f779728b014d545ed89a5dd5f4fe1c645e08372084ca6e67e8cdbe9badc72a04ab1 diff --git a/dev-perl/Palm/Palm-1.12.0-r1.ebuild b/dev-perl/Palm/Palm-1.12.0-r1.ebuild new file mode 100644 index 000000000000..a57033b26030 --- /dev/null +++ b/dev-perl/Palm/Palm-1.12.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MY_PN=p5-Palm +MODULE_AUTHOR=BDFOY +MODULE_VERSION=1.012 +inherit perl-module + +DESCRIPTION="Perl Module for Palm Pilots" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="alpha amd64 ppc x86" +IUSE="test" + +DEPEND=" + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST=do diff --git a/dev-perl/Palm/metadata.xml b/dev-perl/Palm/metadata.xml new file mode 100644 index 000000000000..0bce349382b1 --- /dev/null +++ b/dev-perl/Palm/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <upstream> + <remote-id type="cpan">p5-Palm</remote-id> + <remote-id type="cpan-module">Palm</remote-id> + <remote-id type="cpan-module">Palm::Address</remote-id> + <remote-id type="cpan-module">Palm::DateTime</remote-id> + <remote-id type="cpan-module">Palm::Datebook</remote-id> + <remote-id type="cpan-module">Palm::Mail</remote-id> + <remote-id type="cpan-module">Palm::Memo</remote-id> + <remote-id type="cpan-module">Palm::PDB</remote-id> + <remote-id type="cpan-module">Palm::Raw</remote-id> + <remote-id type="cpan-module">Palm::StdAppInfo</remote-id> + <remote-id type="cpan-module">Palm::ToDo</remote-id> + <remote-id type="cpan-module">Palm::ZirePhoto</remote-id> + </upstream> +</pkgmetadata> |