diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-perl/Lingua-Stem-Snowball-Da | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (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.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/Lingua-Stem-Snowball-Da/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Lingua-Stem-Snowball-Da/metadata.xml | 12 |
3 files changed, 0 insertions, 45 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 deleted file mode 100644 index f2389b5bb896..000000000000 --- a/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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 deleted file mode 100644 index 430ba27328c3..000000000000 --- a/dev-perl/Lingua-Stem-Snowball-Da/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 08f8ec938c9c..000000000000 --- a/dev-perl/Lingua-Stem-Snowball-Da/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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> |