From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- .../Festival-Client-Async-0.30.300-r1.ebuild | 14 ++++++++ .../Festival-Client-Async-0.30.300-r2.ebuild | 37 ++++++++++++++++++++++ dev-perl/Festival-Client-Async/Manifest | 4 +++ dev-perl/Festival-Client-Async/metadata.xml | 12 +++++++ 4 files changed, 67 insertions(+) create mode 100644 dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r1.ebuild create mode 100644 dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r2.ebuild create mode 100644 dev-perl/Festival-Client-Async/Manifest create mode 100644 dev-perl/Festival-Client-Async/metadata.xml (limited to 'dev-perl/Festival-Client-Async') 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 new file mode 100644 index 000000000000..da35b6ff2233 --- /dev/null +++ b/dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r1.ebuild @@ -0,0 +1,14 @@ +# 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="" 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 000000000000..6427667e2dbb --- /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 +} diff --git a/dev-perl/Festival-Client-Async/Manifest b/dev-perl/Festival-Client-Async/Manifest new file mode 100644 index 000000000000..0c4b9e42242f --- /dev/null +++ b/dev-perl/Festival-Client-Async/Manifest @@ -0,0 +1,4 @@ +DIST Festival-Client-Async-0.0303.tar.gz 30595 BLAKE2B 62de8dcfa5fd53dc88490f3af71bab7d3328c79b0d0dce07ce36624ccf9ab9a8e73abc661e547e1d9ef33d4466e99468eb841f68541a4ba5e5cf1ae61a7c95c0 SHA512 f71e453fb2a75154e03619726ec017bd646a60512912d2efaec896a5b835a80306fcc674ec09c48080e29212c2461684befc91d0f33140a822d6454ab3cb9bf4 +EBUILD Festival-Client-Async-0.30.300-r1.ebuild 304 BLAKE2B 9d93c654e75180fd2921341873cc6da81748a0444526bfd6cbbb6c8c13c1df6e403e9dafff59f8c6372c57e22b6de64441bf9cea2033d9e898e6fc415f70159a SHA512 6588a277e8fdab12f89ca8e254294d6ea960a34310f0cd92e6acb917685a2c62334ef0b6374966e0b668ff9805e11edc09bd4098d0ab64e0854f56fab682b33d +EBUILD Festival-Client-Async-0.30.300-r2.ebuild 916 BLAKE2B 0ece8bdabddc18d1c26102b5e82796ba25b03b9e3c78e63002c6e8e0866fc04ed3b03cff230d1f763d0f60bb878ef2e7b61a256cc710754310c0816d9fd73b4c SHA512 1de09ecabb4f2fce21f15b9a09530cdb02678f6817d81f1f9168ab296b05966c43c13d3a2b43cf39989c642855e30c24566483a2c8ca07177bd6909f9230bb18 +MISC metadata.xml 415 BLAKE2B c51a1f7f38be789cf00b75fbea70e2769361a0ebaed7218b2e95403e30aa1c6642009775f48822fd00c2b743c93cb13e0e4dd0783fc414c5c79d028df6a6e823 SHA512 ddea316bf48a38b161c399d4d6f25759488a43d04918813cd8f07d1ea8e786e31b6ddf1cc2c2bee798eedaf1054a1e7e23f1fbabbdc2978d03c57897d222f547 diff --git a/dev-perl/Festival-Client-Async/metadata.xml b/dev-perl/Festival-Client-Async/metadata.xml new file mode 100644 index 000000000000..d32fb5e190fc --- /dev/null +++ b/dev-perl/Festival-Client-Async/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Festival-Client-Async + Festival::Client::Async + + -- cgit v1.2.3