Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Festival-Client-Async/
Date: Wed, 27 Oct 2021 21:52:07
Message-Id: 1635371505.4133636b10a4a76e80305e677cc7a4b6f9db3bf7.dilfridge@gentoo
1 commit: 4133636b10a4a76e80305e677cc7a4b6f9db3bf7
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 21:47:47 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 21:51:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4133636b
7
8 dev-perl/Festival-Client-Async: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ....30.300-r2.ebuild => Festival-Client-Async-0.30.300-r3.ebuild} | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 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
17 similarity index 75%
18 rename from dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r2.ebuild
19 rename to dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r3.ebuild
20 index a2167f13672..7a0c21a4951 100644
21 --- a/dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r2.ebuild
22 +++ b/dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r3.ebuild
23 @@ -1,17 +1,17 @@
24 -# Copyright 1999-2018 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=DJHD
32 DIST_VERSION=0.0303
33 +DIST_WIKI="tests"
34 inherit perl-module
35
36 DESCRIPTION="Non-blocking interface to a Festival server"
37
38 SLOT="0"
39 KEYWORDS="amd64 ~ia64 sparc x86"
40 -IUSE=""
41
42 src_test() {
43 local MODULES=(
44 @@ -31,7 +31,5 @@ src_test() {
45 done
46 die "Failing due to module compilation errors";
47 fi
48 - ewarn "Comprehensive testing may require manual steps. For details, see:"
49 - ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/Festival-Client-Async"
50 perl-module_src_test
51 }