[gentoo-commits] proj/sci:master commit in: sci-misc/hfst/

2020-09-27 Thread Aisha Tammy
commit: 41680af6baf6db967ce59cc06b45d9f8d47f7a2d
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sun Sep 27 18:38:23 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sun Sep 27 18:38:23 2020 +
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  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..0
--- 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..0
--- a/sci-misc/hfst/metadata.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-Open Source API for FSTs, a set of command line tools, and clones of
-traditional FST-based linguistic morphology tools.
-
-   
-   
-Add optional support for openfst backend library
-(sci-misc/openfst)
-
-   
-Add optional support for foma backend library
-(sci-misc/foma)
-   
-Add optional support for sfst backend library
-(sci-misc/sfst)
-
-   
-Parse UTF-8 and collate unicode using glib instead of
-homebrewn methods
-
-   
-Include parsers for grammars and formats that require XML support
-
-   
-   
-   hfst
-   
-



[gentoo-commits] proj/sci:master commit in: sci-misc/hfst/

2017-01-29 Thread Justin Lecher
commit: e9956da2fac3abedf431fa8ab17e406a8fbcea41
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jan 29 11:54:25 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jan 29 11:59:24 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e9956da2

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  gentoo.org>

 sci-misc/hfst/hfst-2.2.ebuild| 14 --
 sci-misc/hfst/hfst-3.0.2.ebuild  | 28 
 sci-misc/hfst/hfst-3.3.12.ebuild | 11 ++-
 3 files changed, 6 insertions(+), 47 deletions(-)

diff --git a/sci-misc/hfst/hfst-2.2.ebuild b/sci-misc/hfst/hfst-2.2.ebuild
deleted file mode 100644
index 90a007c..000
--- a/sci-misc/hfst/hfst-2.2.ebuild
+++ /dev/null
@@ -1,14 +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/hfst/archive/hfst-2.2.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""

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 7541c76..000
--- 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)
-}

diff --git a/sci-misc/hfst/hfst-3.3.12.ebuild b/sci-misc/hfst/hfst-3.3.12.ebuild
index bc2f7c1..867c0cc 100644
--- a/sci-misc/hfst/hfst-3.3.12.ebuild
+++ b/sci-misc/hfst/hfst-3.3.12.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 DESCRIPTION="Helsinki Finite State Transducer API and tools"
 HOMEPAGE="http://hfst.sourceforge.net/";
@@ -14,11 +14,12 @@ 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 )
-   foma? ( >sci-misc/foma-0.9.13 )
-   xml? ( dev-libs/libxml2 dev-cpp/libxmlpp )
-   glib? ( dev-libs/glib:2 )"
+   xml? ( dev-libs/libxml2:2= dev-cpp/libxmlpp:3.0= )
+"
 DEPEND="${RDEPEND}
>=sys-devel/flex-2.5.35
sys-devel/bison"



[gentoo-commits] proj/sci:master commit in: sci-misc/hfst/

2015-06-08 Thread Justin Lecher
commit: 5ff6a7a80f78892c925e40d3aa6f0a01956a0678
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Jun  8 11:41:20 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Jun  8 11:41:20 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=5ff6a7a8

sci-misc/hfst: Updating remote-id in metadata.xml

Package-Manager: portage-2.2.20

 sci-misc/hfst/ChangeLog|  6 --
 sci-misc/hfst/metadata.xml | 19 +++
 2 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/sci-misc/hfst/ChangeLog b/sci-misc/hfst/ChangeLog
index 550fcb0..7ef0a3c 100644
--- a/sci-misc/hfst/ChangeLog
+++ b/sci-misc/hfst/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-misc/hfst
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jun 2015; Justin Lecher  metadata.xml:
+  sci-misc/hfst: Updating remote-id in metadata.xml
+
   03 Mar 2013; Justin Lecher  hfst-3.0.2.ebuild,
   hfst-3.3.12.ebuild, metadata.xml:
   Add ~amd64 or ~x86 keywords for revdeps
@@ -28,4 +31,3 @@
 
   17 Nov 2009;  +hfst-2.2.ebuild, +metadata.xml:
   Initial ebuild for HFST
-

diff --git a/sci-misc/hfst/metadata.xml b/sci-misc/hfst/metadata.xml
index 1e60332..4be3eac 100644
--- a/sci-misc/hfst/metadata.xml
+++ b/sci-misc/hfst/metadata.xml
@@ -1,28 +1,31 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
+   
Open Source API for FSTs, a set of command line tools, and 
clones of
traditional FST-based linguistic morphology tools.

-  
-
+   
+   
Add optional support for openfst backend library
(sci-misc/openfst)

-
+   
Add optional support for foma backend library
(sci-misc/foma)
-
+   
Add optional support for sfst backend library
(sci-misc/sfst)

-
+   
Parse UTF-8 and collate unicode using glib instead of
homebrewn methods

-
+   
Include parsers for grammars and formats that require 
XML support

-  
+   
+   
+   hfst
+