Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/hfst/
Date: Sun, 27 Sep 2020 18:40:38
Message-Id: 1601231903.41680af6baf6db967ce59cc06b45d9f8d47f7a2d.epsilon-0@gentoo
1 commit: 41680af6baf6db967ce59cc06b45d9f8d47f7a2d
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun Sep 27 18:38:23 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sun Sep 27 18:38:23 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=41680af6
7
8 sci-misc/hfst: drop dead package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 sci-misc/hfst/hfst-3.3.12.ebuild | 34 ----------------------------------
14 sci-misc/hfst/metadata.xml | 31 -------------------------------
15 2 files changed, 65 deletions(-)
16
17 diff --git a/sci-misc/hfst/hfst-3.3.12.ebuild b/sci-misc/hfst/hfst-3.3.12.ebuild
18 deleted file mode 100644
19 index 92d0eb714..000000000
20 --- a/sci-misc/hfst/hfst-3.3.12.ebuild
21 +++ /dev/null
22 @@ -1,34 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -DESCRIPTION="Helsinki Finite State Transducer API and tools"
29 -HOMEPAGE="http://hfst.sourceforge.net/"
30 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="GPL-3"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE="+openfst sfst foma xml +glib"
36 -
37 -RDEPEND="
38 - foma? ( >sci-misc/foma-0.9.13 )
39 - glib? ( dev-libs/glib:2 )
40 - openfst? ( >sci-misc/openfst-1.2 )
41 - sfst? ( >sci-misc/sfst-1.3 )
42 - xml? ( dev-libs/libxml2:2= dev-cpp/libxmlpp:3.0= )
43 -"
44 -DEPEND="${RDEPEND}
45 - >=sys-devel/flex-2.5.35
46 - sys-devel/bison"
47 -
48 -src_configure() {
49 - econf \
50 - $(use_with openfst) \
51 - $(use_with sfst) \
52 - $(use_with foma) \
53 - $(use_enable xml apertium2fst) \
54 - $(use_with glib unicodehandler glib) \
55 - --enable-lexc
56 -}
57
58 diff --git a/sci-misc/hfst/metadata.xml b/sci-misc/hfst/metadata.xml
59 deleted file mode 100644
60 index 1bda309e1..000000000
61 --- a/sci-misc/hfst/metadata.xml
62 +++ /dev/null
63 @@ -1,31 +0,0 @@
64 -<?xml version="1.0" encoding="UTF-8"?>
65 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
66 -<pkgmetadata>
67 - <longdescription lang="en">
68 -Open Source API for FSTs, a set of command line tools, and clones of
69 -traditional FST-based linguistic morphology tools.
70 -</longdescription>
71 - <use>
72 - <flag name="openfst">
73 -Add optional support for openfst backend library
74 -(<pkg>sci-misc/openfst</pkg>)
75 -</flag>
76 - <flag name="foma">
77 -Add optional support for foma backend library
78 -(<pkg>sci-misc/foma</pkg>)</flag>
79 - <flag name="sfst">
80 -Add optional support for sfst backend library
81 -(<pkg>sci-misc/sfst</pkg>)
82 -</flag>
83 - <flag name="glib">
84 -Parse UTF-8 and collate unicode using glib instead of
85 -homebrewn methods
86 -</flag>
87 - <flag name="xml">
88 -Include parsers for grammars and formats that require XML support
89 -</flag>
90 - </use>
91 - <upstream>
92 - <remote-id type="sourceforge">hfst</remote-id>
93 - </upstream>
94 -</pkgmetadata>