Required by dev-perl/SQL-Statement
Package-Manager: portage-2.2.28
--- /dev/null
+DIST Text-Soundex-3.05.tar.gz 15527 SHA256 f6dd55b4280b25dea978221839864382560074e1d6933395faee2510c2db60ed SHA512 f7ea405cb5960cc2e3f5e257c18c1bbb499c5244ad6a6d14612f07329fd2177ad71dcdde85129e65c65541d61e45d7e9e4097c37ca6cead9783838900b3ebbec WHIRLPOOL 5b55133a5e4572c3bd159c1750da07c5e39e1c2865a88290107f6607b54f56356e5381ef03b262b23e32a33c45fd776cb64d47abd243799873af58e90b0de94b
--- /dev/null
+# 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
+"
--- /dev/null
+<?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>