public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-accessibility/espeak-ng/, licenses/
@ 2021-07-01  5:08 Anna Vyalkova
  0 siblings, 0 replies; only message in thread
From: Anna Vyalkova @ 2021-07-01  5:08 UTC (permalink / raw
  To: gentoo-commits

commit:     77e0f261ca3f955c93a3ec6fc5c5022bf297f007
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jul  1 04:55:22 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jul  1 04:58:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77e0f261

app-accessibility/espeak-ng: moved to ::gentoo

Closes: https://bugs.gentoo.org/799356
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 app-accessibility/espeak-ng/Manifest              |  1 -
 app-accessibility/espeak-ng/espeak-ng-1.50.ebuild | 74 -----------------------
 app-accessibility/espeak-ng/metadata.xml          | 24 --------
 licenses/turkowski                                | 15 -----
 4 files changed, 114 deletions(-)

diff --git a/app-accessibility/espeak-ng/Manifest b/app-accessibility/espeak-ng/Manifest
deleted file mode 100644
index c53c5a125..000000000
--- a/app-accessibility/espeak-ng/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST espeak-ng-1.50.tgz 21344932 BLAKE2B 02e0070ab7d0fba321e39e920ba60276d0046955eb40c042a3b0faf93967ae3b1ab88308ece32b7a623d92074943884b214aab13589511726823f0a5d11916de SHA512 753de58ceaf1bbbbe5cb19430cc04dd6bcee79080c8908ebe48645d52fdba5b6e7b1e2cab923220488f83a58e20364e93ba021868676fedfa5b8ede010aed443

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
deleted file mode 100644
index fb68cea73..000000000
--- a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Software speech synthesizer for English, and some other languages"
-HOMEPAGE="https://github.com/espeak-ng/espeak-ng"
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tgz"
-S="${WORKDIR}/${PN}"
-
-LICENSE="GPL-3+ turkowski unicode"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +klatt l10n_ru l10n_zh mbrola +sonic +sound"
-
-DEPEND="
-	!app-accessibility/espeak
-	mbrola? ( app-accessibility/mbrola )
-	sonic? ( media-libs/sonic )
-	sound? ( media-libs/pcaudiolib )
-"
-RDEPEND="${DEPEND}
-	sound? ( media-sound/sox )
-"
-BDEPEND="
-	virtual/pkgconfig
-	doc? ( app-text/ronn )
-"
-
-DOCS=( CHANGELOG.md README.md docs )
-
-src_prepare() {
-	default
-
-	# disable failing tests
-	rm tests/{language-pronunciation,translate}.test || die
-	sed -e "/language-pronunciation.check/d" \
-		-e "/translate.check/d" \
-		-i Makefile.am || die
-
-	sed "s/int samplerate;/static int samplerate;/" -i src/espeak-ng.c || die
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_with klatt) \
-		$(use_with l10n_ru extdict-ru) \
-		$(use_with l10n_zh extdict-zh) \
-		$(use_with l10n_zh extdict-zhy) \
-		$(use_with mbrola) \
-		$(use_with sound pcaudiolib) \
-		$(use_with sonic) \
-		--with-async \
-		--without-libfuzzer \
-		--disable-rpath
-}
-
-src_compile() {
-	emake -j1
-}
-
-src_test() {
-	emake check
-}
-
-src_install() {
-	emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install
-	rm "${ED}"/usr/lib*/libespeak.la || die
-	rm "${ED}"/usr/lib*/libespeak-ng.{a,la} || die
-}

diff --git a/app-accessibility/espeak-ng/metadata.xml b/app-accessibility/espeak-ng/metadata.xml
deleted file mode 100644
index 8d0f51cd7..000000000
--- a/app-accessibility/espeak-ng/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<upstream>
-		<maintainer>
-			<name>Reece H. Dunn</name>
-			<email>msclrhd@gmail.com</email>
-		</maintainer>
-		<remote-id type="github">espeak-ng/espeak-ng</remote-id>
-		<changelog>https://github.com/espeak-ng/espeak-ng/releases.atom</changelog>
-	</upstream>
-	<maintainer type="person">
-		<email>cyber+gentoo@sysrq.in</email>
-		<name>Anna</name>
-	</maintainer>
-	<use>
-		<flag name="doc">Builds and installs manpage with app-text/ronn</flag>
-		<flag name="l10n_ru">Builds extended Russian Dictionary file</flag>
-		<flag name="l10n_zh">Builds extended Chinese (Mandarin and Cantonese) Dictionary files</flag>
-		<flag name="klatt">Enables Klatt formant synthesis and implementation</flag>
-		<flag name="mbrola">Adds support for mbrola voices</flag>
-		<flag name="sonic">Enables the sonic library to speed up the audio</flag>
-	</use>
-</pkgmetadata>

diff --git a/licenses/turkowski b/licenses/turkowski
deleted file mode 100644
index e470b1374..000000000
--- a/licenses/turkowski
+++ /dev/null
@@ -1,15 +0,0 @@
-Open Source Repository
-
-courtesy of
-Ken Turkowski
-
-The source code available from this page may be freely downloaded and used in
-any applications for any purpose, as long as the code is used in its entirety
-and the copyright notice and warranty information is retained.
-
-If you make any improvements to this software, you should provide me with said
-improvements.
-
-If any of this code is incorporated into a commercial product, you should
-notify me of this by email, and provide me with a complimentary copy of said
-product. :-)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-01  5:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-01  5:08 [gentoo-commits] repo/proj/guru:dev commit in: app-accessibility/espeak-ng/, licenses/ Anna Vyalkova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox