commit:     cce2142cc713fec5df53daab4aa9b335b84a05df
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 07:40:03 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 07:40:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce2142c

app-accessibility/festival-freebsoft-utils: Remove last-rited pkg

Closes: https://bugs.gentoo.org/612980
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../festival-freebsoft-utils/Manifest              |  2 --
 .../festival-freebsoft-utils-0.10.ebuild           | 31 ----------------------
 .../festival-freebsoft-utils-0.2.ebuild            | 25 -----------------
 .../festival-freebsoft-utils/metadata.xml          | 11 --------
 profiles/package.mask                              |  1 -
 5 files changed, 70 deletions(-)

diff --git a/app-accessibility/festival-freebsoft-utils/Manifest 
b/app-accessibility/festival-freebsoft-utils/Manifest
deleted file mode 100644
index 2733f191637..00000000000
--- 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 13897459385..00000000000
--- 
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 7467ba7f2fc..00000000000
--- 
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 8fb4aba1043..00000000000
--- 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>willi...@gentoo.org</email>
-</maintainer>
-<maintainer type="project">
-  <email>accessibil...@gentoo.org</email>
-  <name>Gentoo Accessibility Project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 3b8de5aa7cc..314485853e4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -553,7 +553,6 @@ sys-fs/pytagsfs
 # Andrew Savchenko <birc...@gentoo.org> (2019-06-09)
 # festival and speech-tools update is WIP now, so postponing removal.
 app-accessibility/festival
-app-accessibility/festival-freebsoft-utils
 
 # Michał Górny <mgo...@gentoo.org> (2019-04-18)
 # All current versions of SystemRescueCD contain vulnerable packages.

Reply via email to