public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Festival-Client-Async/
@ 2017-10-21  8:38 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-10-21  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4a7d8be51a40c1535d62abc8f122922de8e8334d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 08:09:00 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 08:38:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7d8be5

dev-perl/Festival-Client-Async: EAPI6 + Tests

- EAPI6
- Basic compile tests
- Document advanced testing

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Festival-Client-Async-0.30.300-r2.ebuild       | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

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-r2.ebuild
new file mode 100644
index 00000000000..6427667e2db
--- /dev/null
+++ b/dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DJHD
+DIST_VERSION=0.0303
+inherit perl-module
+
+DESCRIPTION="Non-blocking interface to a Festival server"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+IUSE=""
+
+src_test() {
+	local MODULES=(
+		"Festival::Client::Async ${DIST_VERSION}"
+	)
+	local failed=()
+	for dep in "${MODULES[@]}"; do
+		ebegin "Compile testing ${dep}"
+			perl -Mblib="${S}" -M"${dep} ()" -e1
+		eend $? || failed+=( "$dep" )
+	done
+	if [[ ${failed[@]} ]]; then
+		echo
+		eerror "One or more modules failed compile:";
+		for dep in "${failed[@]}"; do
+			eerror "  ${dep}"
+		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
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Festival-Client-Async/
@ 2018-09-30 16:08 Sergei Trofimovich
  0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2018-09-30 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     b6e77057acb0d63222546f21bcfc43a3dee65afb
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Sep 30 15:09:11 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 16:08:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e77057

dev-perl/Festival-Client-Async: stable 0.30.300-r2 for sparc, bug #667266

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 .../Festival-Client-Async/Festival-Client-Async-0.30.300-r2.ebuild    | 4 ++--
 1 file changed, 2 insertions(+), 2 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-r2.ebuild
index 6427667e2db..b8ba0095f85 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-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Non-blocking interface to a Festival server"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 sparc ~x86"
 IUSE=""
 
 src_test() {


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Festival-Client-Async/
@ 2018-11-23 13:06 Agostino Sarubbo
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2018-11-23 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d07eb6b8a67d7ca685442a71aad566e2d3ec529e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 13:04:57 2018 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 13:04:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07eb6b8

dev-perl/Festival-Client-Async: amd64 stable wrt bug #667266

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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-r2.ebuild
index 715efd5d3f3..5ae777d833b 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-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Non-blocking interface to a Festival server"
 
 SLOT="0"
-KEYWORDS="~amd64 ia64 sparc x86"
+KEYWORDS="amd64 ia64 sparc x86"
 IUSE=""
 
 src_test() {


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Festival-Client-Async/
@ 2020-04-14 11:16 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2020-04-14 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     2cd6940967d4e531e493d9e57f2b9728672493b4
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 10:31:02 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 11:15:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd69409

dev-perl/Festival-Client-Async: Remove old 0.30.300-r1

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Festival-Client-Async-0.30.300-r1.ebuild               | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r1.ebuild b/dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r1.ebuild
deleted file mode 100644
index 5f34cb3374c..00000000000
--- a/dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DJHD
-MODULE_VERSION=0.0303
-inherit perl-module
-
-DESCRIPTION="Festival-Async -  Non-blocking interface to a Festival server"
-
-SLOT="0"
-KEYWORDS="amd64 ~ia64 sparc x86"
-IUSE=""


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Festival-Client-Async/
@ 2021-10-27 21:52 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-10-27 21:52 UTC (permalink / raw
  To: gentoo-commits

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
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-27 21:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-30 16:08 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Festival-Client-Async/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2021-10-27 21:52 Andreas K. Hüttel
2020-04-14 11:16 Kent Fredric
2018-11-23 13:06 Agostino Sarubbo
2017-10-21  8:38 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox