aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-01-29 11:54:25 +0000
committerJustin Lecher <jlec@gentoo.org>2017-01-29 11:59:24 +0000
commite9956da2fac3abedf431fa8ab17e406a8fbcea41 (patch)
tree3769792fdf4f33247191e8b59906686417321bc1 /sci-misc/hfst/hfst-3.0.2.ebuild
parentdev-lang/conceptual: Drop jython support (diff)
downloadsci-e9956da2fac3abedf431fa8ab17e406a8fbcea41.tar.gz
sci-e9956da2fac3abedf431fa8ab17e406a8fbcea41.tar.bz2
sci-e9956da2fac3abedf431fa8ab17e406a8fbcea41.zip
sci-misc/hfst: QA fixes
BUMP EAPI to 6 sort deps Add missing subslot operator Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-misc/hfst/hfst-3.0.2.ebuild')
-rw-r--r--sci-misc/hfst/hfst-3.0.2.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-misc/hfst/hfst-3.0.2.ebuild b/sci-misc/hfst/hfst-3.0.2.ebuild
deleted file mode 100644
index 7541c764e..000000000
--- a/sci-misc/hfst/hfst-3.0.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Helsinki Finite State Transducer API and tools"
-HOMEPAGE="http://hfst.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/archive/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+openfst sfst" # foma"
-
-DEPEND="
- openfst? ( >sci-misc/openfst-1.2 )
- sfst? ( >sci-misc/sfst-1.3 )"
-# foma? ( >sci-misc/foma-0.9.13 )
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf \
- $(use_with openfst) \
- $(use_with sfst) \
- --without-foma
-# $(use_with foma)
-}