diff options
author | William Hubbs <williamh@gentoo.org> | 2009-04-01 17:52:38 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2009-04-01 17:52:38 +0000 |
commit | 755a104ea24a14708780c9aa94d38d3ce795f235 (patch) | |
tree | 64bbdfca8e682f3ae25a39bd9ac75d627b85c9eb /app-accessibility/sphinx2 | |
parent | Stable on x86. (diff) | |
download | gentoo-2-755a104ea24a14708780c9aa94d38d3ce795f235.tar.gz gentoo-2-755a104ea24a14708780c9aa94d38d3ce795f235.tar.bz2 gentoo-2-755a104ea24a14708780c9aa94d38d3ce795f235.zip |
Removed old version.
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/sphinx2')
-rw-r--r-- | app-accessibility/sphinx2/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/sphinx2/sphinx2-0.4.ebuild | 37 | ||||
-rw-r--r-- | app-accessibility/sphinx2/sphinx2-0.6.ebuild | 6 |
3 files changed, 7 insertions, 43 deletions
diff --git a/app-accessibility/sphinx2/ChangeLog b/app-accessibility/sphinx2/ChangeLog index fb25d5fc9d66..b07fd460c09b 100644 --- a/app-accessibility/sphinx2/ChangeLog +++ b/app-accessibility/sphinx2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/sphinx2 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/ChangeLog,v 1.16 2007/02/21 19:25:10 peper Exp $ +# 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 $ + + 01 Apr 2009; William Hubbs <williamh@gentoo.org> -sphinx2-0.4.ebuild: + Removed old version. 21 Feb 2007; <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-accessibility/sphinx2/sphinx2-0.4.ebuild b/app-accessibility/sphinx2/sphinx2-0.4.ebuild deleted file mode 100644 index e05720fac123..000000000000 --- a/app-accessibility/sphinx2/sphinx2-0.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.4.ebuild,v 1.12 2007/01/04 19:18:18 flameeyes Exp $ - -IUSE="static" - -inherit eutils - -MY_P=${P/_/} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="CMU Speech Recognition-engine" -HOMEPAGE="http://fife.speech.cs.cmu.edu/sphinx/" -SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz" - -LICENSE="BSD as-is" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -DEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/sphinx2-gcc3.4.patch -} - -src_compile() { - econf $(use_enable static) || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - 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 -} diff --git a/app-accessibility/sphinx2/sphinx2-0.6.ebuild b/app-accessibility/sphinx2/sphinx2-0.6.ebuild index 490cdc71c695..9cf032ecc5cc 100644 --- a/app-accessibility/sphinx2/sphinx2-0.6.ebuild +++ b/app-accessibility/sphinx2/sphinx2-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.4 2007/01/04 19:18:18 flameeyes Exp $ +# $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" @@ -15,8 +15,6 @@ LICENSE="BSD as-is" SLOT="0" KEYWORDS="amd64 ppc x86" -DEPEND="virtual/libc" - src_compile() { econf $(use_enable static) || die emake || die |