summaryrefslogtreecommitdiff
path: root/dev-perl/Lingua-Stem-Snowball-Da
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Lingua-Stem-Snowball-Da
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Lingua-Stem-Snowball-Da')
-rw-r--r--dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild30
-rw-r--r--dev-perl/Lingua-Stem-Snowball-Da/Manifest3
-rw-r--r--dev-perl/Lingua-Stem-Snowball-Da/metadata.xml12
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild b/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild
new file mode 100644
index 000000000000..f2389b5bb896
--- /dev/null
+++ b/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=CINE
+MODULE_VERSION=1.01
+inherit perl-module multilib
+
+DESCRIPTION="Porters stemming algorithm for Denmark"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ia64 ~ppc sparc x86"
+IUSE=""
+
+SRC_TEST="do"
+
+src_install() {
+ perl-module_src_install
+
+ if [[ -f ${D}/${VENDOR_LIB}/Lingua/Stem/Snowball/stemmer.pl ]] ; then
+ mv "${D}"/${VENDOR_LIB}/Lingua/Stem/Snowball/{,da-}stemmer.pl || die
+ fi
+}
+
+pkg_postinst() {
+ elog "The stemmer.pl that ships with this distribution has been renamed to"
+ elog "da-stemmer.pl to avoid collisions with other Lingua::Stem packages."
+}
diff --git a/dev-perl/Lingua-Stem-Snowball-Da/Manifest b/dev-perl/Lingua-Stem-Snowball-Da/Manifest
new file mode 100644
index 000000000000..430ba27328c3
--- /dev/null
+++ b/dev-perl/Lingua-Stem-Snowball-Da/Manifest
@@ -0,0 +1,3 @@
+DIST Lingua-Stem-Snowball-Da-1.01.tar.gz 103930 BLAKE2B 9f4c5c167aed5f6b74930ec27bc06b647f9ac036750e85f89f7b20a96b8f5857e87a50c19060ba7ee6b4256acaba956568230b8c8888fcb5fec1d23736e84d03 SHA512 dc0d199640417e6c9f0e6bfaa175ae64e288a4879047d4e13060eaadad20fa9590421535a6097aebb3ca1dcc4f2c9ce5a08a6566a0f651c59d57dca169ada7fe
+EBUILD Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild 688 BLAKE2B 7c82cfc07ad73b693ba3323804e85366ac795488bd28d5bfb493a06b0ec71709ea8b1a5d4fd705cefbc77428a7c40fedd2859fbe00945b5feb5c56c1f0b50dd6 SHA512 df8ea813f678f1aa508cb2ffa497642440a843149b1e86bbd015197f7bcd5d767ccc7950c2d5991f26f217028b524bc6e466da7bf5a5bebe24f1003927d6f0ff
+MISC metadata.xml 420 BLAKE2B 00eff844d207b33aae77a316c9bda810ae6b45f28df6bb4c8944ae6b3e4c8dcd95e3279d2ae8585d93a078ca431b1758941e7f29ba7aab584ef9d3c3fbe5b418 SHA512 fb1e51897be8aec28d2a52222df968ceb9d41592f115b31b72ff4c06c3e24f08a19555950ffe19535f436fa6e7edd452b135547c086a198a82921fbddc119d83
diff --git a/dev-perl/Lingua-Stem-Snowball-Da/metadata.xml b/dev-perl/Lingua-Stem-Snowball-Da/metadata.xml
new file mode 100644
index 000000000000..08f8ec938c9c
--- /dev/null
+++ b/dev-perl/Lingua-Stem-Snowball-Da/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">Lingua-Stem-Snowball-Da</remote-id>
+ <remote-id type="cpan-module">Lingua::Stem::Snowball::Da</remote-id>
+ </upstream>
+</pkgmetadata>