summaryrefslogtreecommitdiff
path: root/dev-perl/Festival-Client-Async
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Festival-Client-Async')
-rw-r--r--dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r1.ebuild14
-rw-r--r--dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r2.ebuild37
-rw-r--r--dev-perl/Festival-Client-Async/Manifest4
-rw-r--r--dev-perl/Festival-Client-Async/metadata.xml12
4 files changed, 0 insertions, 67 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 da35b6ff2233..000000000000
--- 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=""
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
deleted file mode 100644
index 6427667e2dbb..000000000000
--- a/dev-perl/Festival-Client-Async/Festival-Client-Async-0.30.300-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
deleted file mode 100644
index 0c4b9e42242f..000000000000
--- a/dev-perl/Festival-Client-Async/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index d32fb5e190fc..000000000000
--- a/dev-perl/Festival-Client-Async/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Festival-Client-Async</remote-id>
- <remote-id type="cpan-module">Festival::Client::Async</remote-id>
- </upstream>
-</pkgmetadata>