Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-WikiFormat/
Date: Sun, 26 Sep 2021 11:24:50
Message-Id: 1632655472.98ad459a78d3122a6991014e1b0a4d767a5c974f.dilfridge@gentoo
1 commit: 98ad459a78d3122a6991014e1b0a4d767a5c974f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 11:23:43 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 11:24:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ad459a
7
8 dev-perl/Text-WikiFormat: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...10.0.ebuild => Text-WikiFormat-0.810.0-r1.ebuild} | 20 ++++++++++----------
14 1 file changed, 10 insertions(+), 10 deletions(-)
15
16 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
17 similarity index 61%
18 rename from dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild
19 rename to dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0-r1.ebuild
20 index 827b89c16d9..ab61846badf 100644
21 --- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild
22 +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0-r1.ebuild
23 @@ -1,21 +1,21 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=8
29
30 -MODULE_AUTHOR=CYCLES
31 -MODULE_VERSION=0.81
32 +DIST_AUTHOR=CYCLES
33 +DIST_VERSION=0.81
34 inherit perl-module
35
36 DESCRIPTION="Translate Wiki formatted text into other formats"
37
38 SLOT="0"
39 KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
40 -IUSE=""
41
42 -RDEPEND="dev-perl/URI
43 - virtual/perl-Scalar-List-Utils"
44 -DEPEND="${RDEPEND}
45 - >=dev-perl/Module-Build-0.28"
46 -
47 -SRC_TEST="do"
48 +RDEPEND="
49 + dev-perl/URI
50 + virtual/perl-Scalar-List-Utils
51 +"
52 +BDEPEND="${RDEPEND}
53 + >=dev-perl/Module-Build-0.28
54 +"