diff options
Diffstat (limited to 'dev-perl/Text-Iconv')
-rw-r--r-- | dev-perl/Text-Iconv/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Text-Iconv/Text-Iconv-1.700.0-r1.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/Text-Iconv/metadata.xml | 9 |
3 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Text-Iconv/Manifest b/dev-perl/Text-Iconv/Manifest new file mode 100644 index 000000000000..201d204b3c59 --- /dev/null +++ b/dev-perl/Text-Iconv/Manifest @@ -0,0 +1 @@ +DIST Text-Iconv-1.7.tar.gz 10454 SHA256 5b80b7d5e709d34393bcba88971864a17b44a5bf0f9e4bcee383d029e7d2d5c3 SHA512 ea801640e3595d2daa063ec04feae6ef2847fc50e999c173d2f6322288c8053c20e00c9c707f4f66240d28b7e451566ee7327224e6770a75aa0252c28ae2a290 WHIRLPOOL 966b6e3fd4288af4de452503db7e5efa4d65ffce3596c384b2d08a22c572904a99e7ce612232c0aebec4388381c1a24a207881b9050a02a14c614c79e2b35c70 diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r1.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r1.ebuild new file mode 100644 index 000000000000..b1d489bc3f27 --- /dev/null +++ b/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=MPIOTR +MODULE_VERSION=1.7 +inherit perl-module + +DESCRIPTION="A Perl interface to the iconv() codeset conversion function" + +SLOT="0" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" diff --git a/dev-perl/Text-Iconv/metadata.xml b/dev-perl/Text-Iconv/metadata.xml new file mode 100644 index 000000000000..7b09daeadff4 --- /dev/null +++ b/dev-perl/Text-Iconv/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">Text-Iconv</remote-id> + <remote-id type="cpan-module">Text::Iconv</remote-id> + </upstream> +</pkgmetadata> |