diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-19 18:22:17 +1300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-19 23:41:50 +0100 |
commit | 3724b0929f2f766fbfbab3b16b838b283ea36414 (patch) | |
tree | 852a9e3b0daba6d28a755da3e72fdb5ee16cc32d /dev-perl/Struct-Compare | |
parent | dev-perl/Perl-Tags: Bumped to version 0.320.0 (diff) | |
download | gentoo-3724b0929f2f766fbfbab3b16b838b283ea36414.tar.gz gentoo-3724b0929f2f766fbfbab3b16b838b283ea36414.tar.bz2 gentoo-3724b0929f2f766fbfbab3b16b838b283ea36414.zip |
dev-perl/Struct-Compare: Added to tree at 1.0.1
Required for pending dev-perl/Passwd-Unix
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/Struct-Compare')
-rw-r--r-- | dev-perl/Struct-Compare/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Struct-Compare/metadata.xml | 12 |
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/Struct-Compare/Manifest b/dev-perl/Struct-Compare/Manifest new file mode 100644 index 000000000000..0c952476c971 --- /dev/null +++ b/dev-perl/Struct-Compare/Manifest @@ -0,0 +1 @@ +DIST Struct-Compare-1.0.1.tar.gz 3340 SHA256 f2edb625f223060d519f381d8d9643b98fd7aa0b13069762a6bd095f4a2382c2 SHA512 8a28f54476cf6d59193938ff48521fa147a7581787a8f6c61a4c0f7cc01622d5c6ec6aee63fed11af9f54e4bf496e0b20e1751400f645b518e05b61ec2b288a1 WHIRLPOOL 3d5b97d3c30274e0bb4e2d4877adb913b6a6ae8fda5f83f0a15a132d2b55dd3458f482a3c93c2362efac670f3632a20bbdc401284ff33515d6421d46e684714f diff --git a/dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild b/dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild new file mode 100644 index 000000000000..2b378908e091 --- /dev/null +++ b/dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=ZENSPIDER +inherit perl-module + +DESCRIPTION="Recursive diff for perl structures" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" diff --git a/dev-perl/Struct-Compare/metadata.xml b/dev-perl/Struct-Compare/metadata.xml new file mode 100644 index 000000000000..a5372fcd02dc --- /dev/null +++ b/dev-perl/Struct-Compare/metadata.xml @@ -0,0 +1,12 @@ +<?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">Struct-Compare</remote-id> + <remote-id type="cpan-module">Struct::Compare</remote-id> + </upstream> +</pkgmetadata> |