commit: 41680af6baf6db967ce59cc06b45d9f8d47f7a2d Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Sun Sep 27 18:38:23 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Sun Sep 27 18:38:23 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=41680af6
sci-misc/hfst: drop dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> sci-misc/hfst/hfst-3.3.12.ebuild | 34 ---------------------------------- sci-misc/hfst/metadata.xml | 31 ------------------------------- 2 files changed, 65 deletions(-) diff --git a/sci-misc/hfst/hfst-3.3.12.ebuild b/sci-misc/hfst/hfst-3.3.12.ebuild deleted file mode 100644 index 92d0eb714..000000000 --- a/sci-misc/hfst/hfst-3.3.12.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Helsinki Finite State Transducer API and tools" -HOMEPAGE="http://hfst.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+openfst sfst foma xml +glib" - -RDEPEND=" - foma? ( >sci-misc/foma-0.9.13 ) - glib? ( dev-libs/glib:2 ) - openfst? ( >sci-misc/openfst-1.2 ) - sfst? ( >sci-misc/sfst-1.3 ) - xml? ( dev-libs/libxml2:2= dev-cpp/libxmlpp:3.0= ) -" -DEPEND="${RDEPEND} - >=sys-devel/flex-2.5.35 - sys-devel/bison" - -src_configure() { - econf \ - $(use_with openfst) \ - $(use_with sfst) \ - $(use_with foma) \ - $(use_enable xml apertium2fst) \ - $(use_with glib unicodehandler glib) \ - --enable-lexc -} diff --git a/sci-misc/hfst/metadata.xml b/sci-misc/hfst/metadata.xml deleted file mode 100644 index 1bda309e1..000000000 --- a/sci-misc/hfst/metadata.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription lang="en"> -Open Source API for FSTs, a set of command line tools, and clones of -traditional FST-based linguistic morphology tools. -</longdescription> - <use> - <flag name="openfst"> -Add optional support for openfst backend library -(<pkg>sci-misc/openfst</pkg>) -</flag> - <flag name="foma"> -Add optional support for foma backend library -(<pkg>sci-misc/foma</pkg>)</flag> - <flag name="sfst"> -Add optional support for sfst backend library -(<pkg>sci-misc/sfst</pkg>) -</flag> - <flag name="glib"> -Parse UTF-8 and collate unicode using glib instead of -homebrewn methods -</flag> - <flag name="xml"> -Include parsers for grammars and formats that require XML support -</flag> - </use> - <upstream> - <remote-id type="sourceforge">hfst</remote-id> - </upstream> -</pkgmetadata>
