diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-24 16:02:16 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-24 16:04:29 +0200 |
commit | 24ff86eedc4da6eaba7fefc91a8de1bffb146c4d (patch) | |
tree | 28b6877e9748b94f0ebe71814e2a72c46273a8f9 /dev-perl/Lingua-Stem-Snowball-Da | |
parent | dev-perl/Lingua-Stem-It: EAPI=8 bump (diff) | |
download | gentoo-24ff86eedc4da6eaba7fefc91a8de1bffb146c4d.tar.gz gentoo-24ff86eedc4da6eaba7fefc91a8de1bffb146c4d.tar.bz2 gentoo-24ff86eedc4da6eaba7fefc91a8de1bffb146c4d.zip |
dev-perl/Lingua-Stem-Snowball-Da: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
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-r2.ebuild (renamed from dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild) | 13 |
1 files changed, 5 insertions, 8 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-r2.ebuild index dd9286178173..a986c052bfd4 100644 --- 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-r2.ebuild @@ -1,20 +1,17 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=CINE -MODULE_VERSION=1.01 -inherit perl-module multilib +DIST_AUTHOR=CINE +DIST_VERSION=1.01 +inherit perl-module 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 |