summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2009-09-22 15:46:03 +0000
committerWilliam Hubbs <williamh@gentoo.org>2009-09-22 15:46:03 +0000
commitda716253016ed56b498c895b278d21ea71421b7d (patch)
treeb216d4dc31b903c3c853fe4380dfcdb58d4b6af3 /app-accessibility
parentStable for HPPA (bug #285975). (diff)
downloadhistorical-da716253016ed56b498c895b278d21ea71421b7d.tar.gz
historical-da716253016ed56b498c895b278d21ea71421b7d.tar.bz2
historical-da716253016ed56b498c895b278d21ea71421b7d.zip
fixed --as-needed issues.
Package-Manager: portage-2.2_rc41/cvs/Linux i686
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/sphinx2/ChangeLog9
-rw-r--r--app-accessibility/sphinx2/Manifest5
-rw-r--r--app-accessibility/sphinx2/files/sphinx2-0.6-as-needed.patch25
-rw-r--r--app-accessibility/sphinx2/sphinx2-0.6.ebuild11
4 files changed, 45 insertions, 5 deletions
diff --git a/app-accessibility/sphinx2/ChangeLog b/app-accessibility/sphinx2/ChangeLog
index b07fd460c09b..7e98dc217d05 100644
--- a/app-accessibility/sphinx2/ChangeLog
+++ b/app-accessibility/sphinx2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-accessibility/sphinx2
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/ChangeLog,v 1.17 2009/04/01 17:52:38 williamh Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/ChangeLog,v 1.18 2009/09/22 15:46:02 williamh Exp $
+
+ 22 Sep 2009; William Hubbs <williamh@gentoo.org> sphinx2-0.6.ebuild,
+ +files/sphinx2-0.6-as-needed.patch:
+ Fixed --as-needed issues for bug #246719.
+ Thanks to xarthisius.kk@gmail.com for the patch.
01 Apr 2009; William Hubbs <williamh@gentoo.org> -sphinx2-0.4.ebuild:
Removed old version.
diff --git a/app-accessibility/sphinx2/Manifest b/app-accessibility/sphinx2/Manifest
index 035db5d2e0f7..a62df59b1e62 100644
--- a/app-accessibility/sphinx2/Manifest
+++ b/app-accessibility/sphinx2/Manifest
@@ -1,4 +1,5 @@
+AUX sphinx2-0.6-as-needed.patch 725 RMD160 768484566a5f5f45fc79747f1cec9c367ace681f SHA1 e6f93eb91b528f1a9967ef04ead19f191999299a SHA256 ef8ea9a6afc7c86d4f4583a35983f208992f926f1621fb445bc82bb3fb581854
DIST sphinx2-0.6.tar.gz 6883359 RMD160 7258a341d8ba26005a33c493bcf25b1f8dcf51ba SHA1 691d4e140869492e9c0b14f0f61ddfd32df12175 SHA256 af533d804906706eaeb80170b4222b293ed914b0b95b473334b5d2dba4bb0b65
-EBUILD sphinx2-0.6.ebuild 729 RMD160 b8efa85922ddc2aaf905cafb0053b5f5f1e98e59 SHA1 2fa86224ab2f280fdc236929c2c5f2ce93cb5bca SHA256 d43a18fc4017d79e9d071e9a811adb8099f47906b41c1225ca873ff6aa518db9
-MISC ChangeLog 2379 RMD160 a4ba77446319832791a6fc647f9b580b29c12ed5 SHA1 d80eaf232349c1b26ea584166e2fcf8158eff8fe SHA256 c9f44c897725fd12cf0db221235d359dc021fb60d6474b699bcec3885316287f
+EBUILD sphinx2-0.6.ebuild 839 RMD160 3036250e28513eac140f4c9d3fd9849069b57488 SHA1 0b29a7139e7b458876565598e9243703c9c2505d SHA256 d372834824b4f466b04bbc1c48825bd9cee04338db0e35774def6facbc93608e
+MISC ChangeLog 2584 RMD160 11f96509db89085bcdf076226dc68491b5fcdbbe SHA1 4fc78f65f7f102945105952cd0928c56bc100a5b SHA256 b3c658448749c19ba2b9cb31870b6267c3c69acdeb8dfbea927d7042d106a811
MISC metadata.xml 185 RMD160 75382db82e4c69d70f2d53f63363adec302720e5 SHA1 90563c269eff265fbd369095c606bc383cc07232 SHA256 b6de40518e01d3ef5447352b3f476c1f5b8e6ae53d5e654a2fb9e4ee7fdbe135
diff --git a/app-accessibility/sphinx2/files/sphinx2-0.6-as-needed.patch b/app-accessibility/sphinx2/files/sphinx2-0.6-as-needed.patch
new file mode 100644
index 000000000000..0520d4d987e4
--- /dev/null
+++ b/app-accessibility/sphinx2/files/sphinx2-0.6-as-needed.patch
@@ -0,0 +1,25 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 05a4f8a..23d0309 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -1,5 +1,5 @@
+-SUBDIRS = libsphinx2 \
+- libsphinx2fe \
++SUBDIRS = libsphinx2fe \
+ libsphinx2ad \
++ libsphinx2 \
+ examples
+
+diff --git a/src/libsphinx2/Makefile.am b/src/libsphinx2/Makefile.am
+index 66f0ac3..537381c 100644
+--- a/src/libsphinx2/Makefile.am
++++ b/src/libsphinx2/Makefile.am
+@@ -88,7 +88,7 @@ libsphinx2_la_SOURCES = \
+ word_fsg.c
+
+
+-# libsphinx2_la_LIBADD = -lc -lm $(top_srcdir)/src/libsphinx2fe/libsphinx2fe.la
++libsphinx2_la_LIBADD = -lc -lm $(top_srcdir)/src/libsphinx2fe/libsphinx2fe.la
+
+ # hjf@cs.brown.edu - Added for Solaris build
+ # LDADD = -L/usr/demo/SOUND/lib/ -laudio
diff --git a/app-accessibility/sphinx2/sphinx2-0.6.ebuild b/app-accessibility/sphinx2/sphinx2-0.6.ebuild
index 8ccfcb013fd1..f4a6571ee187 100644
--- a/app-accessibility/sphinx2/sphinx2-0.6.ebuild
+++ b/app-accessibility/sphinx2/sphinx2-0.6.ebuild
@@ -1,6 +1,10 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.6.ebuild,v 1.6 2009/08/21 19:28:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.6.ebuild,v 1.7 2009/09/22 15:46:02 williamh Exp $
+
+EAPI="2"
+
+inherit autotools eutils
MY_P=${P/_/}
S=${WORKDIR}/${MY_P}
@@ -14,6 +18,11 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-as-needed.patch
+ eautoreconf
+}
+
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README doc/README.bin doc/README.lib doc/SCHMM_format doc/filler.dict doc/phoneset doc/phoneset-old