diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-31 09:40:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-31 09:40:03 +0200 |
commit | cce2142cc713fec5df53daab4aa9b335b84a05df (patch) | |
tree | 508d962e07970dfa5684c002fa884598fa70cacc /app-accessibility/festival-freebsoft-utils | |
parent | app-accessibility/festival-hts: Remove last-rited pkg (diff) | |
download | gentoo-cce2142cc713fec5df53daab4aa9b335b84a05df.tar.gz gentoo-cce2142cc713fec5df53daab4aa9b335b84a05df.tar.bz2 gentoo-cce2142cc713fec5df53daab4aa9b335b84a05df.zip |
app-accessibility/festival-freebsoft-utils: Remove last-rited pkg
Closes: https://bugs.gentoo.org/612980
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-accessibility/festival-freebsoft-utils')
4 files changed, 0 insertions, 69 deletions
diff --git a/app-accessibility/festival-freebsoft-utils/Manifest b/app-accessibility/festival-freebsoft-utils/Manifest deleted file mode 100644 index 2733f1916378..000000000000 --- a/app-accessibility/festival-freebsoft-utils/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST festival-freebsoft-utils-0.10.tar.gz 73022 BLAKE2B dfcb13a1060c4cf4f7bcc3b9e43785113659fdcd82e35d7e4089a7e9d8853c4790c8b0b8ad24a2b1bfaba4933c05f9e00341e74db111d01d158074e553544561 SHA512 26305b9d0fc7f1333786d38cc0efbbe2cb2734e9f981e846ce7b9369cf012adf04e357af9c39fea650620cf7ff619ad15c48dbbd5d6a2781907301817718136c -DIST festival-freebsoft-utils-0.2.tar.gz 65591 BLAKE2B 06f482521c91823809668c8afbce8c64d718900affa37d13a2b93fe855259a6a7529229b906e82d614c2c2bf7fb32edb62c59c8cb3d357d961943d73c1165506 SHA512 a0744c415461b2a58205e0c8c6e8f77695a2c0f91c6ecf245d0a5c6108ba806c8557591e36c73c02db51f1a5a97254a9eb1bc7422aa7b3043f798b3376b04e2e diff --git a/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.10.ebuild b/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.10.ebuild deleted file mode 100644 index 138974593859..000000000000 --- a/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.10.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -DESCRIPTION="a collection of Festival functions for speech-dispatcher" -HOMEPAGE="http://www.freebsoft.org/festival-freebsoft-utils" -SRC_URI="http://www.freebsoft.org/pub/projects/${PN}/${P}.tar.gz" - -LICENSE="GPL-2 FDL-1.2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="" -RDEPEND=">=app-accessibility/festival-1.4.3 - media-sound/sox - virtual/libiconv" -# We depend on virtual/libiconv for the iconv command-line tool. This -# command should be available in both packages providing the virtual. - -src_compile(){ - einfo "Nothing to compile." -} - -src_install() { - dodoc ANNOUNCE NEWS README - doinfo doc/*.info - insinto /usr/share/festival - doins "${S}"/*.scm -} diff --git a/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild b/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild deleted file mode 100644 index 7467ba7f2fc3..000000000000 --- a/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="a collection of Festival functions for speech-dispatcher" -HOMEPAGE="http://www.freebsoft.org/festival-freebsoft-utils" -SRC_URI="http://www.freebsoft.org/pub/projects/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="" - -DEPEND=">=app-accessibility/festival-1.4.3" -RDEPEND="${DEPEND}" - -src_compile(){ - einfo "Nothing to compile." -} - -src_install() { - insinto /usr/lib/festival - doins "${S}"/*.scm -} diff --git a/app-accessibility/festival-freebsoft-utils/metadata.xml b/app-accessibility/festival-freebsoft-utils/metadata.xml deleted file mode 100644 index 8fb4aba1043e..000000000000 --- a/app-accessibility/festival-freebsoft-utils/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>williamh@gentoo.org</email> -</maintainer> -<maintainer type="project"> - <email>accessibility@gentoo.org</email> - <name>Gentoo Accessibility Project</name> -</maintainer> -</pkgmetadata> |