commit: 4133636b10a4a76e80305e677cc7a4b6f9db3bf7
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 27 21:47:47 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 27 21:51:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4133636b
dev-perl/Festival-Client-Async: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
....30.300-r2.ebuild => Festival-Client-Async-0.30.300-r3.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git
a/dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r2.ebuild
b/dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r3.ebuild
similarity index 75%
rename from
dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r2.ebuild
rename to
dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r3.ebuild
index a2167f13672..7a0c21a4951 100644
--- a/dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r2.ebuild
+++ b/dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r3.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=DJHD
DIST_VERSION=0.0303
+DIST_WIKI="tests"
inherit perl-module
DESCRIPTION="Non-blocking interface to a Festival server"
SLOT="0"
KEYWORDS="amd64 ~ia64 sparc x86"
-IUSE=""
src_test() {
local MODULES=(
@@ -31,7 +31,5 @@ src_test() {
done
die "Failing due to module compilation errors";
fi
- ewarn "Comprehensive testing may require manual steps. For details,
see:"
- ewarn
"https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/Festival-Client-Async"
perl-module_src_test
}