summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-10 16:33:59 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-12 00:54:10 +0200
commitce24458f714825d43d017ec4d352c472af025f5b (patch)
tree4985cd1fcac276340d4c2bbc03ecaa5a4d7cd6f7
parent136cc4eb698c57a1d497c3e33002ddcb734a03f0 (diff)
downloadgentoo-ce24458f714825d43d017ec4d352c472af025f5b.tar.gz
gentoo-ce24458f714825d43d017ec4d352c472af025f5b.tar.xz
dev-perl/Text-Soundex: Added at 3.50.0
Required by dev-perl/SQL-Statement Package-Manager: portage-2.2.28
-rw-r--r--dev-perl/Text-Soundex/Manifest1
-rw-r--r--dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild22
-rw-r--r--dev-perl/Text-Soundex/metadata.xml12
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/Text-Soundex/Manifest b/dev-perl/Text-Soundex/Manifest
new file mode 100644
index 00000000000..740e7a19d66
--- /dev/null
+++ b/dev-perl/Text-Soundex/Manifest
@@ -0,0 +1 @@
+DIST Text-Soundex-3.05.tar.gz 15527 SHA256 f6dd55b4280b25dea978221839864382560074e1d6933395faee2510c2db60ed SHA512 f7ea405cb5960cc2e3f5e257c18c1bbb499c5244ad6a6d14612f07329fd2177ad71dcdde85129e65c65541d61e45d7e9e4097c37ca6cead9783838900b3ebbec WHIRLPOOL 5b55133a5e4572c3bd159c1750da07c5e39e1c2865a88290107f6607b54f56356e5381ef03b262b23e32a33c45fd776cb64d47abd243799873af58e90b0de94b
diff --git a/dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild b/dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild
new file mode 100644
index 00000000000..289573fa917
--- /dev/null
+++ b/dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=3.05
+inherit perl-module
+
+DESCRIPTION="Implementation of the soundex algorithm"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+ !minimal? ( dev-perl/Text-Unidecode )
+ virtual/perl-if
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Text-Soundex/metadata.xml b/dev-perl/Text-Soundex/metadata.xml
new file mode 100644
index 00000000000..5564662d8f9
--- /dev/null
+++ b/dev-perl/Text-Soundex/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">Text-Soundex</remote-id>
+ <remote-id type="cpan-module">Text::Soundex</remote-id>
+ </upstream>
+</pkgmetadata>