mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-accessibility/SphinxTrain: Remove 0.9.1-r1
Deprecated EAPI 4 and overshadowed by 1.0.8. Package-Manager: Portage-2.3.30, Repoman-2.3.9
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST SphinxTrain-0.9.1-beta.tar.gz 469617 BLAKE2B ad1e4456501a46a51c169468e1f29e15eaf40eeea08474e0c786cc4dafbf4d504c91e65644e61939cac96526cba678d025487f736eb99b1ca186ebc822e64dd1 SHA512 1b33a58a6e05069369fe1ba668609e5a25d6a49fbf2fed1f5d86bdc1fc43d4544627c438e61d46003c2dbd8d7fa6f41c686b57cbca215f73b6c4ba0d7682076d
|
||||
DIST sphinxtrain-1.0.8.tar.gz 8925803 BLAKE2B e268c00843445cb69ae2a88f93fb4aa640556179417d44f6297d87f7e509418778b4808885bb19ab163efbd71565a3b6d75d269b420e9e366c0c6553a04b3053 SHA512 465d2c4ade9acc7b49c1d975449c38ac01d5a3ff332f9841be66cd8ca9d2f0b68fd36cc8a46384c8b510042efa91c3887a080481e84f2d0deb9775a598835f2b
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="Speech Recognition (Training Module)"
|
||||
HOMEPAGE="http://cmusphinx.sourceforge.net/html/cmusphinx.php"
|
||||
SRC_URI="http://www.speech.cs.cmu.edu/${PN}/${P}-beta.tar.gz"
|
||||
|
||||
LICENSE="BSD-with-attribution"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="app-accessibility/sphinx2
|
||||
app-accessibility/festival"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S=${WORKDIR}/${PN}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/gcc.patch
|
||||
epatch "${FILESDIR}"/gcc34.patch
|
||||
tc-export CC AR RANLIB
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# dobin bin.*/* fails ... see bug #73586
|
||||
find bin.* -mindepth 1 -maxdepth 1 -type f -exec dobin '{}' \; || die
|
||||
|
||||
dodoc README etc/*cfg
|
||||
dohtml doc/*{txt,html,sgml}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Detailed usage and training instructions can be found at"
|
||||
elog "http://www.speech.cs.cmu.edu/SphinxTrain/"
|
||||
}
|
||||
Reference in New Issue
Block a user