summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-28 22:58:04 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-28 22:58:36 +0200
commit52307d92a5fcb37c34943a729a176e34611080b8 (patch)
treea684b7fa33126930e8d40cb19737dabc97c43f37
parentdev-perl/Mail-IMAPClient: Version bump 3.43 (diff)
downloadgentoo-52307d92a5fcb37c34943a729a176e34611080b8.tar.gz
gentoo-52307d92a5fcb37c34943a729a176e34611080b8.tar.bz2
gentoo-52307d92a5fcb37c34943a729a176e34611080b8.zip
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@gentoo.org>
-rw-r--r--dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0-r2.ebuild (renamed from dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0-r1.ebuild)19
1 files 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
index 3b4796d1d532..d663e22061cc 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}"