summaryrefslogtreecommitdiff
path: root/dev-perl/Text-Soundex
diff options
context:
space:
mode:
authorPalica <palica+gitlab@liguros.net>2020-06-23 22:35:08 +0200
committerPalica <palica+gitlab@liguros.net>2020-06-23 22:35:08 +0200
commitecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch)
treeb89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-perl/Text-Soundex
parent1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff)
downloadbaldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz
baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz
baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip
Updating liguros repo
Diffstat (limited to 'dev-perl/Text-Soundex')
-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.xml13
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/Text-Soundex/Manifest b/dev-perl/Text-Soundex/Manifest
new file mode 100644
index 000000000000..bac7876df376
--- /dev/null
+++ b/dev-perl/Text-Soundex/Manifest
@@ -0,0 +1 @@
+DIST Text-Soundex-3.05.tar.gz 15527 BLAKE2B 1c004c69e8cf5d2d67c0826b9db043cce4b6a5b5751fac9d1b99ae7ff87047f0a5f2f9a8df2f6917a8fbc9277409c96a6dd21dc475a9ccf150bc7aa0f1f4065e SHA512 f7ea405cb5960cc2e3f5e257c18c1bbb499c5244ad6a6d14612f07329fd2177ad71dcdde85129e65c65541d61e45d7e9e4097c37ca6cead9783838900b3ebbec
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 000000000000..e7122f361529
--- /dev/null
+++ b/dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=3.05
+inherit perl-module
+
+DESCRIPTION="Implementation of the soundex algorithm"
+SLOT="0"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+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 000000000000..cc1d539ed905
--- /dev/null
+++ b/dev-perl/Text-Soundex/metadata.xml
@@ -0,0 +1,13 @@
+<?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>
+ <origin>gentoo-staging</origin>
+</pkgmetadata>