public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-misc/hfst/
@ 2011-05-09 18:28 Flammie Pirinen
  0 siblings, 0 replies; 8+ messages in thread
From: Flammie Pirinen @ 2011-05-09 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     4f8b770c7b2765a9501e05e05c16d56d6c79b6f9
Author:     Flammie Pirinen <flammie <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 18:25:56 2011 +0000
Commit:     Flammie Pirinen <flammie <AT> gentoo <DOT> org>
CommitDate: Mon May  9 18:25:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4f8b770c

Version bump.

---
 sci-misc/hfst/ChangeLog         |    7 ++++++-
 sci-misc/hfst/hfst-3.0.2.ebuild |   32 ++++++++++++++++++++++++++++++++
 sci-misc/hfst/metadata.xml      |    8 ++++++++
 3 files changed, 46 insertions(+), 1 deletions(-)

diff --git a/sci-misc/hfst/ChangeLog b/sci-misc/hfst/ChangeLog
index 68e28dc..05b5cfd 100644
--- a/sci-misc/hfst/ChangeLog
+++ b/sci-misc/hfst/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for sci-misc/hfst
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*hfst-3.0.2 (09 May 2011)
+
+  09 May 2011; <flammie@gentoo.org> +hfst-3.0.2.ebuild, metadata.xml:
+  Version bump.
+
 *hfst-2.2 (17 Nov 2009)
 
   17 Nov 2009; <flammie@gentoo.org> +hfst-2.2.ebuild, +metadata.xml:

diff --git a/sci-misc/hfst/hfst-3.0.2.ebuild b/sci-misc/hfst/hfst-3.0.2.ebuild
new file mode 100644
index 0000000..3049c4d
--- /dev/null
+++ b/sci-misc/hfst/hfst-3.0.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+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="~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)
+}
+
+src_install()
+{
+	emake DESTDIR="${D}" install || die "install failed"
+	dodoc AUTHORS ChangeLog NEWS README THANKS || die "docs missing"
+}

diff --git a/sci-misc/hfst/metadata.xml b/sci-misc/hfst/metadata.xml
index 872d378..f0f4782 100644
--- a/sci-misc/hfst/metadata.xml
+++ b/sci-misc/hfst/metadata.xml
@@ -6,5 +6,13 @@
 		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>
+	</use>
 </pkgmetadata>
 



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/hfst/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a8124a5f913a76fb3464c2bfcac1e98d8318cf2a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 12:41:12 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 12:41:12 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a8124a5f

EAPI bump

(Portage version: 2.2.0_alpha41/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)

---
 sci-misc/hfst/ChangeLog         |    8 ++++++++
 sci-misc/hfst/hfst-2.2.ebuild   |   15 ++++-----------
 sci-misc/hfst/hfst-3.0.2.ebuild |   26 +++++++++++---------------
 3 files changed, 23 insertions(+), 26 deletions(-)

diff --git a/sci-misc/hfst/ChangeLog b/sci-misc/hfst/ChangeLog
index 05b5cfd..9930e15 100644
--- a/sci-misc/hfst/ChangeLog
+++ b/sci-misc/hfst/ChangeLog
@@ -2,6 +2,14 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jun 2011; Justin Lecher <jlec@gentoo.org> hfst-2.2.ebuild,
+  hfst-3.0.2.ebuild:
+  EAPI bump
+
+  24 Jun 2011; Justin Lecher <jlec@gentoo.org> hfst-2.2.ebuild,
+  hfst-3.0.2.ebuild:
+  EAPI bump
+
 *hfst-3.0.2 (09 May 2011)
 
   09 May 2011; <flammie@gentoo.org> +hfst-3.0.2.ebuild, metadata.xml:

diff --git a/sci-misc/hfst/hfst-2.2.ebuild b/sci-misc/hfst/hfst-2.2.ebuild
index a688b29..7e7d56f 100644
--- a/sci-misc/hfst/hfst-2.2.ebuild
+++ b/sci-misc/hfst/hfst-2.2.ebuild
@@ -1,21 +1,14 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=4
+
 DESCRIPTION="Helsinki Finite State Transducer API and tools"
 HOMEPAGE="http://hfst.sourceforge.net/"
 SRC_URI="mirror://sourceforge/hfst/hfst-2.2.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install()
-{
-	emake DESTDIR="${D}" install || die "install failed"
-	dodoc AUTHORS ChangeLog NEWS README THANKS || die "docs missing"
-}

diff --git a/sci-misc/hfst/hfst-3.0.2.ebuild b/sci-misc/hfst/hfst-3.0.2.ebuild
index 3049c4d..9ed89b6 100644
--- a/sci-misc/hfst/hfst-3.0.2.ebuild
+++ b/sci-misc/hfst/hfst-3.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=4
 
 DESCRIPTION="Helsinki Finite State Transducer API and tools"
 HOMEPAGE="http://hfst.sourceforge.net/"
@@ -13,20 +13,16 @@ SLOT="0"
 KEYWORDS="~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 )
+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)
-}
-
-src_install()
-{
-	emake DESTDIR="${D}" install || die "install failed"
-	dodoc AUTHORS ChangeLog NEWS README THANKS || die "docs missing"
+src_configure() {
+	econf \
+		$(use_with openfst) \
+		$(use_with sfst) \
+		--without-foma
+#		$(use_with foma)
 }



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/hfst/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     7c5e0cb9cc86257b2d5cd6d74baf0c3b257ce1a5
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 17:02:49 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 17:02:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7c5e0cb9

Corrected ChangeLog

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-misc/hfst/ChangeLog |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/sci-misc/hfst/ChangeLog b/sci-misc/hfst/ChangeLog
index 9930e15..6f9b6ac 100644
--- a/sci-misc/hfst/ChangeLog
+++ b/sci-misc/hfst/ChangeLog
@@ -6,10 +6,6 @@
   hfst-3.0.2.ebuild:
   EAPI bump
 
-  24 Jun 2011; Justin Lecher <jlec@gentoo.org> hfst-2.2.ebuild,
-  hfst-3.0.2.ebuild:
-  EAPI bump
-
 *hfst-3.0.2 (09 May 2011)
 
   09 May 2011; <flammie@gentoo.org> +hfst-3.0.2.ebuild, metadata.xml:



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/hfst/
@ 2011-10-25 17:16 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2011-10-25 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     b4608d3b534ad27aeba568e970d16adcad4eab6b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 16:37:01 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 16:37:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b4608d3b

Removed no-herd from herd tag in metadata.xml

(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)

---
 sci-misc/hfst/ChangeLog    |    3 +++
 sci-misc/hfst/metadata.xml |    4 +---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/sci-misc/hfst/ChangeLog b/sci-misc/hfst/ChangeLog
index 6f9b6ac..a1485e9 100644
--- a/sci-misc/hfst/ChangeLog
+++ b/sci-misc/hfst/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Removed no-herd from herd tag in metadata.xml
+
   24 Jun 2011; Justin Lecher <jlec@gentoo.org> hfst-2.2.ebuild,
   hfst-3.0.2.ebuild:
   EAPI bump

diff --git a/sci-misc/hfst/metadata.xml b/sci-misc/hfst/metadata.xml
index f0f4782..4093d00 100644
--- a/sci-misc/hfst/metadata.xml
+++ b/sci-misc/hfst/metadata.xml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>no-herd</herd>
 	<longdescription lang="en">
 		Open Source API for FSTs, a set of command line tools, and clones of
 		traditional FST-based linguistic morphology tools.
@@ -9,10 +8,9 @@
 	<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
+		<!--		<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>
 	</use>
 </pkgmetadata>
-



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/hfst/
@ 2012-07-31 21:34 Flammie Pirinen
  0 siblings, 0 replies; 8+ messages in thread
From: Flammie Pirinen @ 2012-07-31 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     2529650d850c9182944e28359fabebecc8534123
Author:     Flammie Pirinen <flammie <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 31 21:26:44 2012 +0000
Commit:     Flammie Pirinen <flammie <AT> gentoo <DOT> org>
CommitDate: Tue Jul 31 21:26:44 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2529650d

Version bump hfst to 3.3.12

(Portage version: 2.1.10.65/git/Linux i686, unsigned Manifest commit)

---
 sci-misc/hfst/ChangeLog          |    8 +++++++-
 sci-misc/hfst/hfst-2.2.ebuild    |    4 ++--
 sci-misc/hfst/hfst-3.0.2.ebuild  |    4 ++--
 sci-misc/hfst/hfst-3.3.12.ebuild |   34 ++++++++++++++++++++++++++++++++++
 sci-misc/hfst/metadata.xml       |   24 ++++++++++++++++++------
 5 files changed, 63 insertions(+), 11 deletions(-)

diff --git a/sci-misc/hfst/ChangeLog b/sci-misc/hfst/ChangeLog
index a1485e9..67c498d 100644
--- a/sci-misc/hfst/ChangeLog
+++ b/sci-misc/hfst/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-misc/hfst
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*hfst-3.3.12 (31 Jul 2012)
+
+  31 Jul 2012; Flammie Pirinen <flammie@gentoo.org> +hfst-3.3.12.ebuild, 
+  metadata.xml:
+  Version bump hfst to 3.3.12
+
   25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Removed no-herd from herd tag in metadata.xml
 

diff --git a/sci-misc/hfst/hfst-2.2.ebuild b/sci-misc/hfst/hfst-2.2.ebuild
index 7e7d56f..dd7a361 100644
--- a/sci-misc/hfst/hfst-2.2.ebuild
+++ b/sci-misc/hfst/hfst-2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,7 +6,7 @@ EAPI=4
 
 DESCRIPTION="Helsinki Finite State Transducer API and tools"
 HOMEPAGE="http://hfst.sourceforge.net/"
-SRC_URI="mirror://sourceforge/hfst/hfst-2.2.tar.gz"
+SRC_URI="mirror://sourceforge/hfst/archive/hfst-2.2.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/sci-misc/hfst/hfst-3.0.2.ebuild b/sci-misc/hfst/hfst-3.0.2.ebuild
index 9ed89b6..7c1b02b 100644
--- a/sci-misc/hfst/hfst-3.0.2.ebuild
+++ b/sci-misc/hfst/hfst-3.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,7 +6,7 @@ EAPI=4
 
 DESCRIPTION="Helsinki Finite State Transducer API and tools"
 HOMEPAGE="http://hfst.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/${PN}/archive/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/sci-misc/hfst/hfst-3.3.12.ebuild b/sci-misc/hfst/hfst-3.3.12.ebuild
new file mode 100644
index 0000000..45be9b7
--- /dev/null
+++ b/sci-misc/hfst/hfst-3.3.12.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+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="~x86"
+IUSE="+openfst sfst foma xml +glib"
+
+RDEPEND="
+	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 )"
+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
index 4093d00..efb6974 100644
--- a/sci-misc/hfst/metadata.xml
+++ b/sci-misc/hfst/metadata.xml
@@ -6,11 +6,23 @@
 		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="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>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/hfst/
@ 2015-06-08 12:19 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2015-06-08 12:19 UTC (permalink / raw
  To: gentoo-commits

commit:     5ff6a7a80f78892c925e40d3aa6f0a01956a0678
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 11:41:20 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 11:41:20 2015 +0000
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 <jlec@gentoo.org> metadata.xml:
+  sci-misc/hfst: Updating remote-id in metadata.xml
+
   03 Mar 2013; Justin Lecher <jlec@gentoo.org> 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; <flammie@gentoo.org> +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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <longdescription lang="en">
+	<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">
+	<use>
+		<flag name="openfst">
 			Add optional support for openfst backend library
 			(<pkg>sci-misc/openfst</pkg>)
 		</flag>
-    <flag name="foma">
+		<flag name="foma">
 			Add optional support for foma backend library
 			(<pkg>sci-misc/foma</pkg>)</flag>
-    <flag name="sfst">
+		<flag name="sfst">
 			Add optional support for sfst backend library
 			(<pkg>sci-misc/sfst</pkg>)
 		</flag>
-    <flag name="glib">
+		<flag name="glib">
 			Parse UTF-8 and collate unicode using glib instead of
 			homebrewn methods
 		</flag>
-    <flag name="xml">
+		<flag name="xml">
 			Include parsers for grammars and formats that require XML support
 		</flag>
-  </use>
+	</use>
+	<upstream>
+		<remote-id type="sourceforge">hfst</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/hfst/
@ 2017-01-29 11:59 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2017-01-29 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     e9956da2fac3abedf431fa8ab17e406a8fbcea41
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 11:54:25 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 11:59:24 2017 +0000
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 <jlec <AT> 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..0000000
--- 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..0000000
--- 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"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/hfst/
@ 2020-09-27 18:40 Aisha Tammy
  0 siblings, 0 replies; 8+ messages in thread
From: Aisha Tammy @ 2020-09-27 18:40 UTC (permalink / raw
  To: gentoo-commits

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>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-09-27 18:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 17:09 [gentoo-commits] proj/sci:master commit in: sci-misc/hfst/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2020-09-27 18:40 Aisha Tammy
2017-01-29 11:59 Justin Lecher
2015-06-08 12:19 Justin Lecher
2012-07-31 21:34 Flammie Pirinen
2011-10-25 17:16 Justin Lecher
2011-06-24 17:09 Justin Lecher
2011-05-09 18:28 Flammie Pirinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox