From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1382360-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 990DA15808B
	for <garchives@archives.gentoo.org>; Mon,  4 Apr 2022 01:48:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B54A0E08ED;
	Mon,  4 Apr 2022 01:48:18 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 8AA25E08ED
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Apr 2022 01:48:17 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3FF053413D1
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Apr 2022 01:48:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C6455D0
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Apr 2022 01:48:13 +0000 (UTC)
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" <williamh@gentoo.org>
Message-ID: <1649036799.f82fbd1bf01f4eb321912524b5484cd7146f4883.williamh@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild app-accessibility/espeak-ng/espeak-ng-1.50-r2.ebuild app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
X-VCS-Directories: app-accessibility/espeak-ng/
X-VCS-Committer: williamh
X-VCS-Committer-Name: William Hubbs
X-VCS-Revision: f82fbd1bf01f4eb321912524b5484cd7146f4883
X-VCS-Branch: master
Date: Mon,  4 Apr 2022 01:48:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c1f344c8-54a4-4ff6-93f9-a500e2d992d7
X-Archives-Hash: 65d63d3f2721809697e972487e786af1

commit:     f82fbd1bf01f4eb321912524b5484cd7146f4883
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 01:03:31 2022 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 01:46:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82fbd1b

app-accessibility/espeak-ng: drop 1.50, 1.50-r1, 1.50-r2

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 .../espeak-ng/espeak-ng-1.50-r1.ebuild             | 82 ---------------------
 .../espeak-ng/espeak-ng-1.50-r2.ebuild             | 85 ----------------------
 app-accessibility/espeak-ng/espeak-ng-1.50.ebuild  | 82 ---------------------
 3 files changed, 249 deletions(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
deleted file mode 100644
index 9b3280273ec1..000000000000
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2022 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/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+ Turkowski unicode"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
-
-COMMON_DEPEND="
-	!app-accessibility/espeak
-	mbrola? ( app-accessibility/mbrola )
-	sound? ( media-libs/pcaudiolib )
-"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-	sound? ( media-sound/sox )
-"
-BDEPEND="
-	virtual/pkgconfig
-	man? ( || ( app-text/ronn-ng app-text/ronn ) )
-"
-
-DOCS=( CHANGELOG.md README.md docs )
-
-src_prepare() {
-	default
-
-	# disable failing tests
-	rm tests/{language-pronunciation,translate}.test || die
-	sed -i \
-		-e "/language-pronunciation.check/d" \
-		-e "/translate.check/d" \
-		Makefile.am || die
-
-	# https://github.com/espeak-ng/espeak-ng/issues/699
-	# fixed in master
-	sed -i -e "s/int samplerate;/static int samplerate;/" src/espeak-ng.c || die
-
-	eautoreconf
-}
-
-src_configure() {
-	local econf_args
-	econf_args=(
-		$(use_with async)
-		$(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)
-		--without-libfuzzer
-		--without-sonic
-		--disable-rpath
-		--disable-static
-	)
-	econf "${econf_args[@]}"
-}
-
-src_compile() {
-	# see docs/building.md
-	# The -j1s from compile/test/install may be droppable in next release
-	# (after 1.50). Several bugs have been fixed upstream in git.
-	emake -j1
-}
-
-src_test() {
-	emake check -j1
-}
-
-src_install() {
-	emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install -j1
-	rm "${ED}"/usr/lib*/*.la || die
-}

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r2.ebuild b/app-accessibility/espeak-ng/espeak-ng-1.50-r2.ebuild
deleted file mode 100644
index 5e780ba05fea..000000000000
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r2.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2022 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/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar.gz
-	https://dev.gentoo.org/~ulm/distfiles/${P}-ieee80.patch.xz"
-
-LICENSE="GPL-3+ unicode"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
-
-COMMON_DEPEND="
-	!app-accessibility/espeak
-	mbrola? ( app-accessibility/mbrola )
-	sound? ( media-libs/pcaudiolib )
-"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-	sound? ( media-sound/sox )
-"
-BDEPEND="
-	virtual/pkgconfig
-	man? ( || ( app-text/ronn-ng app-text/ronn ) )
-"
-
-PATCHES=( "${WORKDIR}"/${P}-ieee80.patch )
-
-DOCS=( CHANGELOG.md README.md docs )
-
-src_prepare() {
-	default
-
-	# disable failing tests
-	rm tests/{language-pronunciation,translate}.test || die
-	sed -i \
-		-e "/language-pronunciation.check/d" \
-		-e "/translate.check/d" \
-		Makefile.am || die
-
-	# https://github.com/espeak-ng/espeak-ng/issues/699
-	# fixed in master
-	sed -i -e "s/int samplerate;/static int samplerate;/" src/espeak-ng.c || die
-
-	eautoreconf
-}
-
-src_configure() {
-	local econf_args
-	econf_args=(
-		$(use_with async)
-		$(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)
-		--without-libfuzzer
-		--without-sonic
-		--disable-rpath
-		--disable-static
-	)
-	econf "${econf_args[@]}"
-}
-
-src_compile() {
-	# see docs/building.md
-	# The -j1s from compile/test/install may be droppable in next release
-	# (after 1.50). Several bugs have been fixed upstream in git.
-	emake -j1
-}
-
-src_test() {
-	emake check -j1
-}
-
-src_install() {
-	emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install -j1
-	rm "${ED}"/usr/lib*/*.la || die
-}

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 c9289793f7fa..000000000000
--- a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2022 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/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+ Turkowski unicode"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
-
-COMMON_DEPEND="
-	!app-accessibility/espeak
-	mbrola? ( app-accessibility/mbrola )
-	sound? ( media-libs/pcaudiolib )
-"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-	sound? ( media-sound/sox )
-"
-BDEPEND="
-	virtual/pkgconfig
-	man? ( app-text/ronn )
-"
-
-DOCS=( CHANGELOG.md README.md docs )
-
-src_prepare() {
-	default
-
-	# disable failing tests
-	rm tests/{language-pronunciation,translate}.test || die
-	sed -i \
-		-e "/language-pronunciation.check/d" \
-		-e "/translate.check/d" \
-		Makefile.am || die
-
-	# https://github.com/espeak-ng/espeak-ng/issues/699
-	# fixed in master
-	sed -i -e "s/int samplerate;/static int samplerate;/" src/espeak-ng.c || die
-
-	eautoreconf
-}
-
-src_configure() {
-	local econf_args
-	econf_args=(
-		$(use_with async)
-		$(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)
-		--without-libfuzzer
-		--without-sonic
-		--disable-rpath
-		--disable-static
-	)
-	econf "${econf_args[@]}"
-}
-
-src_compile() {
-	# see docs/building.md
-	# The -j1s from compile/test/install may be droppable in next release
-	# (after 1.50). Several bugs have been fixed upstream in git.
-	emake -j1
-}
-
-src_test() {
-	emake check -j1
-}
-
-src_install() {
-	emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install -j1
-	rm "${ED}"/usr/lib*/*.la || die
-}