summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility/SphinxTrain/SphinxTrain-1.0.8.ebuild')
-rw-r--r--app-accessibility/SphinxTrain/SphinxTrain-1.0.8.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/app-accessibility/SphinxTrain/SphinxTrain-1.0.8.ebuild b/app-accessibility/SphinxTrain/SphinxTrain-1.0.8.ebuild
deleted file mode 100644
index 6b11a50e8c74..000000000000
--- a/app-accessibility/SphinxTrain/SphinxTrain-1.0.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit multilib python-single-r1
-
-DESCRIPTION="Speech Recognition (Training Module)"
-HOMEPAGE="http://cmusphinx.sourceforge.net/html/cmusphinx.php"
-SRC_URI="mirror://sourceforge/cmusphinx/sphinxtrain-${PV}.tar.gz"
-
-LICENSE="BSD-with-attribution"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="app-accessibility/sphinxbase
- dev-lang/perl
- ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/sphinxtrain-${PV}
-
-src_install() {
- default
- dodoc README etc/*cfg
-
- python_fix_shebang "${D}"/usr/bin/sphinxtrain
- python_optimize "${D}"/usr/$(get_libdir)/sphinxtrain/python/cmusphinx
-}
-
-pkg_postinst() {
- elog "Detailed usage and training instructions can be found at"
- elog "http://cmusphinx.sourceforge.net/wiki/"
-}