Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/festival-it/, profiles/
Date: Sat, 31 Aug 2019 07:44:37
Message-Id: 1567237149.35a116b42e23863b9f40545be7d3618829267878.mgorny@gentoo
1 commit: 35a116b42e23863b9f40545be7d3618829267878
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 31 07:39:09 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 31 07:39:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a116b4
7
8 app-accessibility/festival-it: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/612980
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-accessibility/festival-it/Manifest | 1 -
14 .../festival-it/festival-it-1.0-r2.ebuild | 82 ----------------------
15 app-accessibility/festival-it/metadata.xml | 18 -----
16 profiles/package.mask | 1 -
17 4 files changed, 102 deletions(-)
18
19 diff --git a/app-accessibility/festival-it/Manifest b/app-accessibility/festival-it/Manifest
20 deleted file mode 100644
21 index acea628f5d9..00000000000
22 --- a/app-accessibility/festival-it/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST Italian-FESTIVAL.zip 20715806 BLAKE2B a507e5eacbb35dc6c31c30613fbace5122b943f220d8dae01a95e2f7fa8a41d0e0abcb521c7ba03624fb33efaab8b03d3313714bd956ce147c80ba1ae700d200 SHA512 6044683bda58253d9bb447f24316d258e233c3a1389666667b758c89249422a3cf169eecc6a2b03c7a6548316bb45ff9d63b4d5321cedfef011954fc1ea65c34
26
27 diff --git a/app-accessibility/festival-it/festival-it-1.0-r2.ebuild b/app-accessibility/festival-it/festival-it-1.0-r2.ebuild
28 deleted file mode 100644
29 index 3b288028c1f..00000000000
30 --- a/app-accessibility/festival-it/festival-it-1.0-r2.ebuild
31 +++ /dev/null
32 @@ -1,82 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="4"
37 -
38 -inherit eutils
39 -
40 -DESCRIPTION="A collection of italian voices for Festival TTS"
41 -HOMEPAGE="http://www2.pd.istc.cnr.it/FESTIVAL/home"
42 -SRC_URI="mirror://sourceforge/it-festival/Italian-FESTIVAL.zip"
43 -
44 -RDEPEND=">=app-accessibility/festival-2.1
45 - mbrola? ( >=app-accessibility/mbrola-3.0.1h-r4[l10n_it] )"
46 -DEPEND="app-arch/unzip"
47 -IUSE="mbrola"
48 -
49 -SLOT="0"
50 -LICENSE="GPL-2"
51 -KEYWORDS="~amd64 ~x86"
52 -
53 -S=${WORKDIR}
54 -
55 -src_prepare() {
56 -
57 - unzip -qo italian_scm.zip
58 - unzip -qo lex_ifd.zip
59 - unzip -qo lp_diphone.zip
60 - unzip -qo pc_diphone.zip
61 -
62 - if use mbrola; then
63 - unzip -qo lp_mbrola_unix.zip
64 - unzip -qo pc_mbrola_unix.zip
65 - fi
66 -
67 - # Deletes some useless files
68 - rm -f *.zip
69 -
70 - rm -f `find festival/ -name install_unix.txt`
71 - rm -f `find festival/ -name italian_mbrola_win.scm`
72 -
73 - if ! use mbrola; then
74 - rm -f `find festival/ -name italian_mbrola_unix.scm`
75 - fi
76 -
77 - # Aggregates some README files
78 - mkdir docs
79 - mv `find festival/ -name \*README` docs/
80 -
81 - # All remaining files are moved "here"
82 - mv festival/lib/* .
83 - rm -rf festival/
84 -}
85 -
86 -src_install () {
87 - # Install the docs
88 - dodoc "${WORKDIR}"/docs/*
89 -
90 - # Install the voice scheme
91 - insinto /usr/share/festival/
92 - doins -r "${WORKDIR}"/italian_scm/
93 -
94 - # Install the dicts
95 - insinto /usr/share/festival/dicts
96 - doins -r "${WORKDIR}"/dicts/*
97 -
98 - # Installs the voices
99 - insinto /usr/share/festival/voices
100 - doins -r "${WORKDIR}"/voices/*
101 -
102 - # Enables the mbrola-based voices
103 - if use mbrola; then
104 - dosym /opt/mbrola/it3 /usr/share/festival/voices/italian/pc_mbrola/it3
105 - dosym /opt/mbrola/it4 /usr/share/festival/voices/italian/lp_mbrola/it4
106 - fi
107 -}
108 -
109 -pkg_postinst () {
110 - einfo "Italian voices installed:"
111 - for VOICE in `ls "${ROOT}/usr/share/festival/voices/italian/"`; do
112 - einfo " (voice_${VOICE})"
113 - done
114 -}
115
116 diff --git a/app-accessibility/festival-it/metadata.xml b/app-accessibility/festival-it/metadata.xml
117 deleted file mode 100644
118 index 102d683c275..00000000000
119 --- a/app-accessibility/festival-it/metadata.xml
120 +++ /dev/null
121 @@ -1,18 +0,0 @@
122 -<?xml version="1.0" encoding="UTF-8"?>
123 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
124 -<pkgmetadata>
125 - <maintainer type="project">
126 - <email>accessibility@g.o</email>
127 - <name>Gentoo Accessibility Project</name>
128 - </maintainer>
129 - <maintainer type="project">
130 - <email>sound@g.o</email>
131 - <name>Gentoo Sound project</name>
132 - </maintainer>
133 - <use>
134 - <flag name="mbrola">Adds support for mbrola voices</flag>
135 - </use>
136 - <upstream>
137 - <remote-id type="sourceforge">it-festival</remote-id>
138 - </upstream>
139 -</pkgmetadata>
140
141 diff --git a/profiles/package.mask b/profiles/package.mask
142 index 3d47dfe7255..cf48ea1d016 100644
143 --- a/profiles/package.mask
144 +++ b/profiles/package.mask
145 @@ -556,7 +556,6 @@ app-accessibility/festival
146 app-accessibility/festival-freebsoft-utils
147 app-accessibility/festival-hts
148 app-accessibility/festival-fi
149 -app-accessibility/festival-it
150
151 # Michał Górny <mgorny@g.o> (2019-04-18)
152 # All current versions of SystemRescueCD contain vulnerable packages.