commit: 52307d92a5fcb37c34943a729a176e34611080b8
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 28 20:58:04 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jun 28 20:58:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52307d92
dev-perl/Mail-ListDetector: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...0-r1.ebuild => Mail-ListDetector-1.40.0-r2.ebuild} | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
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
similarity index 54%
rename from dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0-r1.ebuild
rename to dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0-r2.ebuild
index 3b4796d1d53..d663e22061c 100644
--- a/dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0-r1.ebuild
+++ b/dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0-r2.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=MSTEVENS
-MODULE_VERSION=1.04
+DIST_AUTHOR=MSTEVENS
+DIST_VERSION=1.04
inherit perl-module
DESCRIPTION="Perl extension for detecting mailing list messages"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE=""
-RDEPEND="dev-perl/URI
+RDEPEND="
+ dev-perl/URI
dev-perl/Email-Valid
- dev-perl/Email-Abstract"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
+ dev-perl/Email-Abstract
+"
+BDEPEND="${RDEPEND}"