public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-accessibility/sphinx2: sphinx2-0.6.ebuild
@ 2009-08-21 19:28 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-08-21 19:28 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/08/21 19:28:37

  Modified:             sphinx2-0.6.ebuild
  Log:
  Fix USE static abuse and remove unused patch.
  (Portage version: 2.2_rc38/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  app-accessibility/sphinx2/sphinx2-0.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.6.ebuild?r1=1.5&r2=1.6

Index: sphinx2-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sphinx2-0.6.ebuild	1 Apr 2009 17:52:38 -0000	1.5
+++ sphinx2-0.6.ebuild	21 Aug 2009 19:28:36 -0000	1.6
@@ -1,8 +1,6 @@
 # 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.5 2009/04/01 17:52:38 williamh Exp $
-
-IUSE="static"
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.6.ebuild,v 1.6 2009/08/21 19:28:36 ssuominen Exp $
 
 MY_P=${P/_/}
 S=${WORKDIR}/${MY_P}
@@ -14,14 +12,10 @@
 LICENSE="BSD as-is"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-
-src_compile() {
-	econf $(use_enable static) || die
-	emake || die
-}
+IUSE=""
 
 src_install() {
-	make DESTDIR="${D}" install || die
+	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
 	dohtml doc/phoneset_s2.html doc/sphinx2.html
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-21 19:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-21 19:28 [gentoo-commits] gentoo-x86 commit in app-accessibility/sphinx2: sphinx2-0.6.ebuild Samuli Suominen (ssuominen)

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