commit: 285c62bb55deedee2cb0198910cf815b3b33626c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 3 20:40:18 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov 3 20:56:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285c62bb
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 <AT> gentoo.org>
.../{IMAP-Admin-1.6.8.ebuild => IMAP-Admin-1.6.8-r1.ebuild} | 8 +++-----
1 file 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
similarity index 76%
rename from dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild
rename to dev-perl/IMAP-Admin/IMAP-Admin-1.6.8-r1.ebuild
index 23e46954e20..c07c1696295 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}"
}