public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/eflite/
@ 2016-05-06 22:31 William Hubbs
  0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs @ 2016-05-06 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     84b2d12cde132f601068ef07f5238b3ea8ec721d
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri May  6 22:24:24 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri May  6 22:24:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b2d12c

app-accessibility/eflite: remove old version

Package-Manager: portage-2.2.26

 app-accessibility/eflite/eflite-0.4.1-r2.ebuild | 46 -------------------------
 1 file changed, 46 deletions(-)

diff --git a/app-accessibility/eflite/eflite-0.4.1-r2.ebuild b/app-accessibility/eflite/eflite-0.4.1-r2.ebuild
deleted file mode 100644
index 621a9ba..0000000
--- a/app-accessibility/eflite/eflite-0.4.1-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-inherit autotools eutils user
-
-DESCRIPTION="A speech server that allows emacspeak and other screen readers to interact with festival lite"
-HOMEPAGE="http://eflite.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
-IUSE="+16k_voice"
-
-DEPEND=">=app-accessibility/flite-1.4"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	sed -i 's:/etc/es.conf:/etc/eflite/es.conf:g' *
-	epatch "${FILESDIR}"/${PN}-0.4.1-flite14.patch
-	eautoreconf
-}
-
-src_configure() {
-	local myconf
-	if use 16k_voice; then
-		myconf='--with-vox=cmu_us_kal16'
-	fi
-	econf ${myconf}
-}
-
-src_install() {
-	einstall
-	dodoc ChangeLog README INSTALL eflite_test.txt
-
-	insinto /etc/eflite
-	doins "${FILESDIR}"/es.conf
-
-	newinitd "${FILESDIR}"/eflite.rc eflite
-}
-
-pkg_postinst() {
-	enewgroup speech
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/eflite/
@ 2021-04-01 22:08 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-04-01 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f7490a97dd92e55f13a7b2a9edb1035aa2a63d02
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  1 02:20:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr  1 22:08:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7490a97

app-accessibility/eflite: explicitly inherit epatch, missing die

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-accessibility/eflite/eflite-0.4.1-r3.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-accessibility/eflite/eflite-0.4.1-r3.ebuild b/app-accessibility/eflite/eflite-0.4.1-r3.ebuild
index f839bdb9d4f..b0e001e4a6a 100644
--- a/app-accessibility/eflite/eflite-0.4.1-r3.ebuild
+++ b/app-accessibility/eflite/eflite-0.4.1-r3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-inherit autotools eutils user
+EAPI=5
+
+inherit autotools eutils epatch user
 
 DESCRIPTION="A speech server that allows screen readers to interact with festival lite"
 HOMEPAGE="http://eflite.sourceforge.net"
@@ -17,7 +18,7 @@ DEPEND=">=app-accessibility/flite-1.4"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-	sed -i 's:/etc/es.conf:/etc/eflite/es.conf:g' *
+	sed -i 's:/etc/es.conf:/etc/eflite/es.conf:g' * || die
 	epatch "${FILESDIR}"/${PN}-0.4.1-flite14.patch
 	eautoreconf
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-01 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-06 22:31 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/eflite/ William Hubbs
  -- strict thread matches above, loose matches on Subject: below --
2021-04-01 22:08 Sam James

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