diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-26 13:23:43 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-26 13:24:32 +0200 |
commit | 98ad459a78d3122a6991014e1b0a4d767a5c974f (patch) | |
tree | ef94d790b1aee30785d138102717d48f4b9f949d /dev-perl/Text-WikiFormat | |
parent | dev-perl/Text-VimColor: EAPI=8 bump (diff) | |
download | gentoo-98ad459a78d3122a6991014e1b0a4d767a5c974f.tar.gz gentoo-98ad459a78d3122a6991014e1b0a4d767a5c974f.tar.bz2 gentoo-98ad459a78d3122a6991014e1b0a4d767a5c974f.zip |
dev-perl/Text-WikiFormat: 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-WikiFormat')
-rw-r--r-- | dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0-r1.ebuild (renamed from dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild) | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0-r1.ebuild index 827b89c16d9d..ab61846badf0 100644 --- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0-r1.ebuild @@ -1,21 +1,21 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=CYCLES -MODULE_VERSION=0.81 +DIST_AUTHOR=CYCLES +DIST_VERSION=0.81 inherit perl-module DESCRIPTION="Translate Wiki formatted text into other formats" SLOT="0" KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" -IUSE="" -RDEPEND="dev-perl/URI - virtual/perl-Scalar-List-Utils" -DEPEND="${RDEPEND} - >=dev-perl/Module-Build-0.28" - -SRC_TEST="do" +RDEPEND=" + dev-perl/URI + virtual/perl-Scalar-List-Utils +" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.28 +" |