diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-24 16:00:12 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-24 16:04:26 +0200 |
commit | aad197b1d165b9347228ad8679618e013efde442 (patch) | |
tree | cf8e7341df9305cf933999f57084040a8aeb3004 /dev-perl/Lingua-Stem-It | |
parent | dev-perl/Lingua-Stem-Fr: EAPI=7 bump (diff) | |
download | gentoo-aad197b1d165b9347228ad8679618e013efde442.tar.gz gentoo-aad197b1d165b9347228ad8679618e013efde442.tar.bz2 gentoo-aad197b1d165b9347228ad8679618e013efde442.zip |
dev-perl/Lingua-Stem-It: 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-It')
-rw-r--r-- | dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.20.0-r2.ebuild (renamed from dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.20.0-r1.ebuild) | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.20.0-r1.ebuild b/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.20.0-r2.ebuild index 8574c307414f..227f70b18bf5 100644 --- a/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.20.0-r1.ebuild +++ b/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.20.0-r2.ebuild @@ -1,16 +1,13 @@ -# 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=ACALPINI -MODULE_VERSION=0.02 +DIST_AUTHOR=ACALPINI +DIST_VERSION=0.02 inherit perl-module DESCRIPTION="Porter's stemming algorithm for Italian" SLOT="0" KEYWORDS="amd64 ~ia64 ~ppc sparc x86" -IUSE="" - -SRC_TEST="do" |