summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-03-22 17:10:56 +0000
committerWilliam Hubbs <williamh@gentoo.org>2011-03-22 17:10:56 +0000
commit9ee109a758b1596769a275a29fe867108cffc26f (patch)
treeb7985f74a9e1b2d115aff04480ce850d19ba8a88 /app-accessibility/espeak
parentAdded double precision flag (diff)
downloadgentoo-2-9ee109a758b1596769a275a29fe867108cffc26f.tar.gz
gentoo-2-9ee109a758b1596769a275a29fe867108cffc26f.tar.bz2
gentoo-2-9ee109a758b1596769a275a29fe867108cffc26f.zip
version bump and remove old version
(Portage version: 2.2.0_alpha28/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/espeak')
-rw-r--r--app-accessibility/espeak/ChangeLog8
-rw-r--r--app-accessibility/espeak/espeak-1.45.03.ebuild (renamed from app-accessibility/espeak/espeak-1.45.02.ebuild)3
-rw-r--r--app-accessibility/espeak/files/espeak-1.45.02-fix-libname.patch22
3 files changed, 8 insertions, 25 deletions
diff --git a/app-accessibility/espeak/ChangeLog b/app-accessibility/espeak/ChangeLog
index ae123c49bd08..14a028268254 100644
--- a/app-accessibility/espeak/ChangeLog
+++ b/app-accessibility/espeak/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-accessibility/espeak
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.94 2011/03/16 18:00:18 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.95 2011/03/22 17:10:56 williamh Exp $
+
+*espeak-1.45.03 (22 Mar 2011)
+
+ 22 Mar 2011; William Hubbs <williamh@gentoo.org> -espeak-1.45.02.ebuild,
+ -files/espeak-1.45.02-fix-libname.patch, +espeak-1.45.03.ebuild:
+ version bump and remove old version
16 Mar 2011; William Hubbs <williamh@gentoo.org> -espeak-1.40.02.ebuild,
-espeak-1.41.01.ebuild, -espeak-1.43.ebuild, -espeak-1.44.05.ebuild,
diff --git a/app-accessibility/espeak/espeak-1.45.02.ebuild b/app-accessibility/espeak/espeak-1.45.03.ebuild
index 0056b3ba2b82..e3674db483dd 100644
--- a/app-accessibility/espeak/espeak-1.45.02.ebuild
+++ b/app-accessibility/espeak/espeak-1.45.03.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.45.02.ebuild,v 1.1 2011/03/16 17:40:33 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.45.03.ebuild,v 1.1 2011/03/22 17:10:56 williamh Exp $
EAPI="4"
@@ -37,7 +37,6 @@ src_prepare() {
cd src
# gentoo uses portaudio 19.
mv -f portaudio19.h portaudio.h
- epatch "${FILESDIR}"/${P}-fix-libname.patch
}
src_compile() {
diff --git a/app-accessibility/espeak/files/espeak-1.45.02-fix-libname.patch b/app-accessibility/espeak/files/espeak-1.45.02-fix-libname.patch
deleted file mode 100644
index 8188c4dc9ff4..000000000000
--- a/app-accessibility/espeak/files/espeak-1.45.02-fix-libname.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/src/Makefile b/src/Makefile
-index a184e85..a884f6f 100755
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -75,7 +75,6 @@ CXXFLAGS=-O2
-
-
- all: $(BIN_NAME) $(LIB_NAME) $(STATIC_LIB_NAME) $(BIN2_NAME)
-- mv $(LIB_NAME) $(LIB_NAME).$(LIBTAG)
-
- .cpp.o:
- $(CXX) $(CXXFLAGS) $(USE_AUDIO) -D PATH_ESPEAK_DATA=\"$(DATADIR)\" -Wall -pedantic -I. -c -fno-exceptions $<
-@@ -95,6 +94,9 @@ x_%.o: %.cpp
- $(LIB_NAME): $(OBJS2)
- $(CXX) $(LDFLAGS) -shared $(SONAME_OPT)$(LIB_NAME).$(LIB_VERSION) -o $@ \
- $(OBJS2) $(LIBS2)
-+ mv $(LIB_NAME) $(LIB_NAME).$(LIBTAG)
-+ $(LN_SF) $(LIB_NAME).$(LIBTAG) $(LIB_NAME).$(LIB_VERSION)
-+ $(LN_SF) $(LIB_NAME).$(LIB_VERSION) $(LIB_NAME)
-
- $(STATIC_LIB_NAME): $(OBJS2)
- $(AR) cqs $(STATIC_LIB_NAME) $(OBJS2)