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/Hash-MultiValue/
Date: Sat, 12 Jun 2021 21:47:25
Message-Id: 1623534416.e9088a9bc2081c71550ec5bcbe93ad94d31b8e98.dilfridge@gentoo
1 commit: e9088a9bc2081c71550ec5bcbe93ad94d31b8e98
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 12 21:37:39 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 21:46:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9088a9b
7
8 dev-perl/Hash-MultiValue: EAPI=7 bump
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...alue-0.160.0.ebuild => Hash-MultiValue-0.160.0-r1.ebuild} | 12 +++++-------
14 1 file changed, 5 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-perl/Hash-MultiValue/Hash-MultiValue-0.160.0.ebuild b/dev-perl/Hash-MultiValue/Hash-MultiValue-0.160.0-r1.ebuild
17 similarity index 70%
18 rename from dev-perl/Hash-MultiValue/Hash-MultiValue-0.160.0.ebuild
19 rename to dev-perl/Hash-MultiValue/Hash-MultiValue-0.160.0-r1.ebuild
20 index 4b3e2adc069..a9e3ea6d6ea 100644
21 --- a/dev-perl/Hash-MultiValue/Hash-MultiValue-0.160.0.ebuild
22 +++ b/dev-perl/Hash-MultiValue/Hash-MultiValue-0.160.0-r1.ebuild
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=7
30
31 -MODULE_AUTHOR=ARISTOTLE
32 -MODULE_VERSION=0.16
33 +DIST_AUTHOR=ARISTOTLE
34 +DIST_VERSION=0.16
35 inherit perl-module
36
37 DESCRIPTION="Store multiple values per key"
38 @@ -15,9 +15,7 @@ IUSE="test"
39 RESTRICT="!test? ( test )"
40
41 RDEPEND=""
42 -DEPEND="${RDEPEND}
43 +BDEPEND="${RDEPEND}
44 virtual/perl-ExtUtils-MakeMaker
45 test? ( virtual/perl-Test-Simple )
46 "
47 -
48 -SRC_TEST="do parallel"