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/Mail-ListDetector/
Date: Mon, 28 Jun 2021 20:58:51
Message-Id: 1624913916.52307d92a5fcb37c34943a729a176e34611080b8.dilfridge@gentoo
1 commit: 52307d92a5fcb37c34943a729a176e34611080b8
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 28 20:58:04 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 28 20:58:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52307d92
7
8 dev-perl/Mail-ListDetector: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...0-r1.ebuild => Mail-ListDetector-1.40.0-r2.ebuild} | 19 +++++++++----------
14 1 file changed, 9 insertions(+), 10 deletions(-)
15
16 diff --git a/dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0-r1.ebuild b/dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0-r2.ebuild
17 similarity index 54%
18 rename from dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0-r1.ebuild
19 rename to dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0-r2.ebuild
20 index 3b4796d1d53..d663e22061c 100644
21 --- a/dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0-r1.ebuild
22 +++ b/dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0-r2.ebuild
23 @@ -1,21 +1,20 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=8
30
31 -MODULE_AUTHOR=MSTEVENS
32 -MODULE_VERSION=1.04
33 +DIST_AUTHOR=MSTEVENS
34 +DIST_VERSION=1.04
35 inherit perl-module
36
37 DESCRIPTION="Perl extension for detecting mailing list messages"
38
39 SLOT="0"
40 KEYWORDS="amd64 ppc x86"
41 -IUSE=""
42
43 -RDEPEND="dev-perl/URI
44 +RDEPEND="
45 + dev-perl/URI
46 dev-perl/Email-Valid
47 - dev-perl/Email-Abstract"
48 -DEPEND="${RDEPEND}"
49 -
50 -SRC_TEST="do"
51 + dev-perl/Email-Abstract
52 +"
53 +BDEPEND="${RDEPEND}"