summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-03 21:40:18 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-03 21:56:13 +0100
commit285c62bb55deedee2cb0198910cf815b3b33626c (patch)
tree8d6c3a3ee49b314b8ea4b294e48df6bdbde73b5e /dev-perl/IMAP-Admin
parentdev-perl/Image-Scale: Remove old (diff)
downloadgentoo-285c62bb55deedee2cb0198910cf815b3b33626c.tar.gz
gentoo-285c62bb55deedee2cb0198910cf815b3b33626c.tar.bz2
gentoo-285c62bb55deedee2cb0198910cf815b3b33626c.zip
dev-perl/IMAP-Admin: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/IMAP-Admin')
-rw-r--r--dev-perl/IMAP-Admin/IMAP-Admin-1.6.8-r1.ebuild (renamed from dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild)8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8-r1.ebuild
index 23e46954e20a..c07c16962951 100644
--- a/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild
+++ b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8-r1.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=EESTABROO
DIST_EXAMPLES=("examples/*" "test.pl")
+DIST_WIKI=tests
inherit perl-module
DESCRIPTION="Perl module for basic IMAP server administration"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
src_test() {
local MODULES=(
@@ -31,6 +31,4 @@ src_test() {
done
die "Failing due to module compilation errors";
fi
- ewarn "Comprehensive testing requires manual steps. For details, see:"
- ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}"
}