summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2009-06-21 16:12:36 +0000
committerWilliam Hubbs <williamh@gentoo.org>2009-06-21 16:12:36 +0000
commit6b83cce060ba9839cb5abfab2a6be4648a99bb5a (patch)
treee9b7f50d5b0c2d2499fcf1ee658ed12d2cbb186a /app-accessibility
parentMask ncurses-5.7-r1 as it breaks Solaris and Darwin, and probably much more (diff)
downloadgentoo-2-6b83cce060ba9839cb5abfab2a6be4648a99bb5a.tar.gz
gentoo-2-6b83cce060ba9839cb5abfab2a6be4648a99bb5a.tar.bz2
gentoo-2-6b83cce060ba9839cb5abfab2a6be4648a99bb5a.zip
version bump for bug #274247.
Also removed an old version and fixed repoman errors. (Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/eflite/ChangeLog9
-rw-r--r--app-accessibility/eflite/eflite-0.3.8-r2.ebuild12
-rw-r--r--app-accessibility/eflite/eflite-0.4.1.ebuild (renamed from app-accessibility/eflite/eflite-0.3.9.ebuild)20
3 files changed, 20 insertions, 21 deletions
diff --git a/app-accessibility/eflite/ChangeLog b/app-accessibility/eflite/ChangeLog
index a0a30fd027c7..a8ac858c22c6 100644
--- a/app-accessibility/eflite/ChangeLog
+++ b/app-accessibility/eflite/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-accessibility/eflite
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/eflite/ChangeLog,v 1.23 2009/06/06 14:53:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/eflite/ChangeLog,v 1.24 2009/06/21 16:12:36 williamh Exp $
+
+*eflite-0.4.1 (21 Jun 2009)
+
+ 21 Jun 2009; William Hubbs <williamh@gentoo.org> eflite-0.3.8-r2.ebuild,
+ -eflite-0.3.9.ebuild, +eflite-0.4.1.ebuild:
+ version bump for bug #274247.
+ Also removed an old version and fixed repoman errors.
06 Jun 2009; Samuli Suominen <ssuominen@gentoo.org>
eflite-0.3.8-r2.ebuild, eflite-0.3.9.ebuild:
diff --git a/app-accessibility/eflite/eflite-0.3.8-r2.ebuild b/app-accessibility/eflite/eflite-0.3.8-r2.ebuild
index 792f4ca0f061..aafe62f5c13a 100644
--- a/app-accessibility/eflite/eflite-0.3.8-r2.ebuild
+++ b/app-accessibility/eflite/eflite-0.3.8-r2.ebuild
@@ -1,25 +1,21 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/eflite/eflite-0.3.8-r2.ebuild,v 1.15 2009/06/06 14:53:24 ssuominen Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/eflite/eflite-0.3.8-r2.ebuild,v 1.16 2009/06/21 16:12:36 williamh Exp $
inherit eutils
-DESCRIPTION="A speech server for emacspeek and other screen readers that allows them to interact with festival lite."
+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="x86 ppc amd64 sparc"
+IUSE=""
RDEPEND=">=app-accessibility/flite-1.2"
-
DEPEND="${RDEPEND}
- >=sys-devel/autoconf-2.58
- >=sys-apps/sed-4"
+ >=sys-devel/autoconf-2.58"
src_unpack() {
unpack ${A}
diff --git a/app-accessibility/eflite/eflite-0.3.9.ebuild b/app-accessibility/eflite/eflite-0.4.1.ebuild
index ac3ef031dae2..b07a3ef43b5b 100644
--- a/app-accessibility/eflite/eflite-0.3.9.ebuild
+++ b/app-accessibility/eflite/eflite-0.4.1.ebuild
@@ -1,28 +1,24 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/eflite/eflite-0.3.9.ebuild,v 1.6 2009/06/06 14:53:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/eflite/eflite-0.4.1.ebuild,v 1.1 2009/06/21 16:12:36 williamh Exp $
-IUSE=""
+EAPI="2"
inherit eutils
-DESCRIPTION="A speech server for emacspeek and other screen readers that allows them to interact with festival lite."
+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="~x86 ~ppc ~amd64 ~sparc"
-
-RDEPEND=">=app-accessibility/flite-1.2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
+DEPEND=">=app-accessibility/flite-1.2"
+RDEPEND="${DEPEND}"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
sed -i 's:/etc/es.conf:/etc/eflite/es.conf:g' *
}