dev-perl/Text-Soundex: Added at 3.50.0
authorKent Fredric <kentfredric@gmail.com>
Sun, 10 Apr 2016 04:33:59 +0000 (16:33 +1200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 11 Apr 2016 22:54:10 +0000 (00:54 +0200)
Required by dev-perl/SQL-Statement

Package-Manager: portage-2.2.28

dev-perl/Text-Soundex/Manifest [new file with mode: 0644]
dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild [new file with mode: 0644]
dev-perl/Text-Soundex/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/Text-Soundex/Manifest b/dev-perl/Text-Soundex/Manifest
new file mode 100644 (file)
index 0000000..740e7a1
--- /dev/null
@@ -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 (file)
index 0000000..289573f
--- /dev/null
@@ -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 (file)
index 0000000..5564662
--- /dev/null
@@ -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>