Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/mbrola/
Date: Thu, 08 Jul 2021 03:23:44
Message-Id: 1625714609.fffcb2d6850c3efcfc0d1680db7f2b17cdc917df.williamh@gentoo
1 commit: fffcb2d6850c3efcfc0d1680db7f2b17cdc917df
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 03:23:10 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 03:23:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fffcb2d6
7
8 app-accessibility/mbrola: remove old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
12
13 app-accessibility/mbrola/mbrola-3.3.ebuild | 26 --------------------------
14 1 file changed, 26 deletions(-)
15
16 diff --git a/app-accessibility/mbrola/mbrola-3.3.ebuild b/app-accessibility/mbrola/mbrola-3.3.ebuild
17 deleted file mode 100644
18 index 0f924894d20..00000000000
19 --- a/app-accessibility/mbrola/mbrola-3.3.ebuild
20 +++ /dev/null
21 @@ -1,26 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DESCRIPTION="Speech synthesizer based on the concatenation of diphones"
28 -HOMEPAGE="https://github.com/numediart/MBROLA"
29 -SRC_URI="https://github.com/numediart/MBROLA/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 -
31 -LICENSE="AGPL-3+"
32 -SLOT="0"
33 -KEYWORDS="~amd64"
34 -
35 -RDEPEND="app-accessibility/mbrola-voices"
36 -
37 -S="${WORKDIR}/MBROLA-${PV}"
38 -
39 -src_compile() {
40 - emake -j1 EXT_CFLAGS="${CFLAGS}"
41 -}
42 -
43 -src_install() {
44 - dobin Bin/mbrola
45 - DOCS=( README.md Documentation/*.txt )
46 - einstalldocs
47 -}