summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-08 15:48:01 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-08 16:45:31 +0200
commitf7c975654145531ac762a482b67e284d56d54ca7 (patch)
tree335ae9155132b0b9b861fd318a4623ccb721b67e /dev-perl/Snowball-Norwegian
parentdev-python/node-semver: enable py3.10 and disable py3.7 (diff)
downloadgentoo-f7c975654145531ac762a482b67e284d56d54ca7.tar.gz
gentoo-f7c975654145531ac762a482b67e284d56d54ca7.tar.bz2
gentoo-f7c975654145531ac762a482b67e284d56d54ca7.zip
dev-perl/Snowball-Norwegian: 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/Snowball-Norwegian')
-rw-r--r--dev-perl/Snowball-Norwegian/Snowball-Norwegian-1.200.0-r2.ebuild (renamed from dev-perl/Snowball-Norwegian/Snowball-Norwegian-1.200.0-r1.ebuild)16
1 files changed, 7 insertions, 9 deletions
diff --git a/dev-perl/Snowball-Norwegian/Snowball-Norwegian-1.200.0-r1.ebuild b/dev-perl/Snowball-Norwegian/Snowball-Norwegian-1.200.0-r2.ebuild
index e45c554357e5..7398e1a9a79e 100644
--- a/dev-perl/Snowball-Norwegian/Snowball-Norwegian-1.200.0-r1.ebuild
+++ b/dev-perl/Snowball-Norwegian/Snowball-Norwegian-1.200.0-r2.ebuild
@@ -1,20 +1,18 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=ASKSH
-MODULE_VERSION=1.2
+DIST_AUTHOR=ASKSH
+DIST_VERSION=1.2
inherit perl-module
DESCRIPTION="Porters stemming algorithm for Norwegian"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~ppc sparc x86"
-IUSE=""
RDEPEND=""
-DEPEND="${RDEPEND}
- dev-perl/Module-Build"
-
-SRC_TEST="do"
+BDEPEND="${RDEPEND}
+ dev-perl/Module-Build
+"