app-accessibility/SphinxTrain: Remove 0.9.1-r1
authorJohannes Huber <johu@gentoo.org>
Wed, 18 Apr 2018 18:15:53 +0000 (20:15 +0200)
committerJohannes Huber <johu@gentoo.org>
Wed, 18 Apr 2018 18:16:10 +0000 (20:16 +0200)
Deprecated EAPI 4 and overshadowed by 1.0.8.

Package-Manager: Portage-2.3.30, Repoman-2.3.9

app-accessibility/SphinxTrain/Manifest
app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild [deleted file]

index 6fa3838797b725dbf40da6f4b84d7dc0a0df20fd..331da4adcb743c8e9b1643cf3b2de6dfb7f0804f 100644 (file)
@@ -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
diff --git a/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild b/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild
deleted file mode 100644 (file)
index 390ba68..0000000
+++ /dev/null
@@ -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/"
-}