diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-23 22:20:05 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-23 22:22:08 +0200 |
commit | 35efeb08c0cb423b5cf654b7659127b09f99b631 (patch) | |
tree | 37a17d5be952e563c964b15b60ffe59ad6bdf1b1 /dev-perl/Text-German | |
parent | dev-perl/Text-Format: Version bump 0.62 (diff) | |
download | gentoo-35efeb08c0cb423b5cf654b7659127b09f99b631.tar.gz gentoo-35efeb08c0cb423b5cf654b7659127b09f99b631.tar.bz2 gentoo-35efeb08c0cb423b5cf654b7659127b09f99b631.zip |
dev-perl/Text-German: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Text-German')
-rw-r--r-- | dev-perl/Text-German/Text-German-0.60.0-r2.ebuild (renamed from dev-perl/Text-German/Text-German-0.60.0-r1.ebuild) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-perl/Text-German/Text-German-0.60.0-r1.ebuild b/dev-perl/Text-German/Text-German-0.60.0-r2.ebuild index d565276f5fea..f913895cbfcd 100644 --- a/dev-perl/Text-German/Text-German-0.60.0-r1.ebuild +++ b/dev-perl/Text-German/Text-German-0.60.0-r2.ebuild @@ -1,16 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=ULPFR -MODULE_VERSION=0.06 +DIST_AUTHOR=ULPFR +DIST_VERSION=0.06 inherit perl-module DESCRIPTION="German grundform reduction" SLOT="0" KEYWORDS="amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" -IUSE="" - -SRC_TEST="do" |