commit:     6156dd03a78e236880cd5b21ffaf50b9df506eb7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 18:15:53 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 18:16:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6156dd03

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

 app-accessibility/SphinxTrain/Manifest             |  1 -
 .../SphinxTrain/SphinxTrain-0.9.1-r1.ebuild        | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/app-accessibility/SphinxTrain/Manifest 
b/app-accessibility/SphinxTrain/Manifest
index 6fa3838797b..331da4adcb7 100644
--- a/app-accessibility/SphinxTrain/Manifest
+++ b/app-accessibility/SphinxTrain/Manifest
@@ -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
index 390ba682444..00000000000
--- a/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild
+++ /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/";
-}

Reply via email to