* [gentoo-commits] proj/sci:master commit in: sci-misc/openfst/
@ 2011-05-09 16:41 Flammie Pirinen
0 siblings, 0 replies; 10+ messages in thread
From: Flammie Pirinen @ 2011-05-09 16:41 UTC (permalink / raw
To: gentoo-commits
commit: d2bdb45c4e9ce7dd3c5dc2b64931a04392432c91
Author: Flammie Pirinen <flammie <AT> gentoo <DOT> org>
AuthorDate: Mon May 9 16:38:14 2011 +0000
Commit: Flammie Pirinen <flammie <AT> gentoo <DOT> org>
CommitDate: Mon May 9 16:38:14 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d2bdb45c
Remove old ebuilds since the sources have disappeared
---
sci-misc/openfst/openfst-1.1.ebuild | 30 ------------------------------
sci-misc/openfst/openfst-1.2.ebuild | 30 ------------------------------
2 files changed, 0 insertions(+), 60 deletions(-)
diff --git a/sci-misc/openfst/openfst-1.1.ebuild b/sci-misc/openfst/openfst-1.1.ebuild
deleted file mode 100644
index 1fb4eb4..0000000
--- a/sci-misc/openfst/openfst-1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils multilib
-
-DESCRIPTION="Finite State Transducer tools by Google et al."
-HOMEPAGE="http://www.openfst.org"
-SRC_URI="http://mohri-lt.cs.nyu.edu/twiki/pub/FST/FstDownload/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-
-SLOT="0"
-
-KEYWORDS="~x86"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS NEWS README || die "docs missing"
-}
-
-src_test() {
- einfo "make test can take a few hours on moderately modern systems"
- make test || die "check failed"
-}
diff --git a/sci-misc/openfst/openfst-1.2.ebuild b/sci-misc/openfst/openfst-1.2.ebuild
deleted file mode 100644
index 1fb4eb4..0000000
--- a/sci-misc/openfst/openfst-1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils multilib
-
-DESCRIPTION="Finite State Transducer tools by Google et al."
-HOMEPAGE="http://www.openfst.org"
-SRC_URI="http://mohri-lt.cs.nyu.edu/twiki/pub/FST/FstDownload/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-
-SLOT="0"
-
-KEYWORDS="~x86"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS NEWS README || die "docs missing"
-}
-
-src_test() {
- einfo "make test can take a few hours on moderately modern systems"
- make test || die "check failed"
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/openfst/
@ 2011-05-09 16:41 Flammie Pirinen
0 siblings, 0 replies; 10+ messages in thread
From: Flammie Pirinen @ 2011-05-09 16:41 UTC (permalink / raw
To: gentoo-commits
commit: 9155f92d59b603acf3c3b3c03b65dc9327381f7e
Author: Flammie Pirinen <flammie <AT> gentoo <DOT> org>
AuthorDate: Mon May 9 16:39:54 2011 +0000
Commit: Flammie Pirinen <flammie <AT> gentoo <DOT> org>
CommitDate: Mon May 9 16:39:54 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9155f92d
Version bump
---
sci-misc/openfst/openfst-1.2.7.ebuild | 34 +++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/sci-misc/openfst/openfst-1.2.7.ebuild b/sci-misc/openfst/openfst-1.2.7.ebuild
new file mode 100644
index 0000000..4ccb69f
--- /dev/null
+++ b/sci-misc/openfst/openfst-1.2.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils multilib flag-o-matic
+
+DESCRIPTION="Finite State Transducer tools by Google et al."
+HOMEPAGE="http://www.openfst.org"
+SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+
+SLOT="0"
+
+KEYWORDS="~x86"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+ filter-ldflags -Wl,--as-needed --as-needed
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "install failed"
+ dodoc AUTHORS NEWS README || die "docs missing"
+}
+
+src_test() {
+ einfo "make test can take a few hours on moderately modern systems"
+ make test || die "check failed"
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/openfst/
@ 2011-06-24 17:09 Justin Lecher
0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 900288a0f150726e4c7d452bbf6fc2f5f81c1462
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 15:28:37 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 15:28:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=900288a0
Sort inherit and/or USE
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-misc/openfst/openfst-1.2.7.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sci-misc/openfst/openfst-1.2.7.ebuild b/sci-misc/openfst/openfst-1.2.7.ebuild
index 4ccb69f..b1813c7 100644
--- a/sci-misc/openfst/openfst-1.2.7.ebuild
+++ b/sci-misc/openfst/openfst-1.2.7.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit eutils multilib flag-o-matic
+inherit eutils flag-o-matic multilib
DESCRIPTION="Finite State Transducer tools by Google et al."
HOMEPAGE="http://www.openfst.org"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/openfst/
@ 2011-10-25 17:16 Justin Lecher
0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2011-10-25 17:16 UTC (permalink / raw
To: gentoo-commits
commit: 914e8efa77617af3bf1697f1c6d3e0bfbd465904
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 16:21:10 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 16:21:10 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=914e8efa
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/openfst/ChangeLog | 5 ++++-
sci-misc/openfst/metadata.xml | 7 +++----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/sci-misc/openfst/ChangeLog b/sci-misc/openfst/ChangeLog
index a180622..08df6aa 100644
--- a/sci-misc/openfst/ChangeLog
+++ b/sci-misc/openfst/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-misc/openfst
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# 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
+
*openfst-1.2 (23 Aug 2010)
23 Aug 2010; <flammie@gentoo.org> +openfst-1.2.ebuild,
diff --git a/sci-misc/openfst/metadata.xml b/sci-misc/openfst/metadata.xml
index 0ad3ea8..10ea4cb 100644
--- a/sci-misc/openfst/metadata.xml
+++ b/sci-misc/openfst/metadata.xml
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>flammie@gentoo.org</email>
-</maintainer>
+ <maintainer>
+ <email>flammie@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/openfst/
@ 2012-07-31 0:01 Flammie Pirinen
0 siblings, 0 replies; 10+ messages in thread
From: Flammie Pirinen @ 2012-07-31 0:01 UTC (permalink / raw
To: gentoo-commits
commit: 5032760835ce3de16d7065aa498f3382c86df0fc
Author: Flammie Pirinen <flammie <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 30 23:55:47 2012 +0000
Commit: Flammie Pirinen <flammie <AT> gentoo <DOT> org>
CommitDate: Mon Jul 30 23:55:47 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=50327608
Version bump.
(Portage version: 2.1.10.65/git/Linux i686, unsigned Manifest commit)
---
sci-misc/openfst/ChangeLog | 7 ++++++-
sci-misc/openfst/openfst-1.3.2.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 1 deletions(-)
diff --git a/sci-misc/openfst/ChangeLog b/sci-misc/openfst/ChangeLog
index 08df6aa..e2ca5a1 100644
--- a/sci-misc/openfst/ChangeLog
+++ b/sci-misc/openfst/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for sci-misc/openfst
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*openfst-1.3.2 (30 Jul 2012)
+
+ 30 Jul 2012; Flammie Pirinen <flammie@gentoo.org> +openfst-1.3.2.ebuild:
+ Version bump.
+
25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
Removed no-herd from herd tag in metadata.xml
diff --git a/sci-misc/openfst/openfst-1.3.2.ebuild b/sci-misc/openfst/openfst-1.3.2.ebuild
new file mode 100644
index 0000000..98cbaa7
--- /dev/null
+++ b/sci-misc/openfst/openfst-1.3.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils flag-o-matic multilib
+
+DESCRIPTION="Finite State Transducer tools by Google et al."
+HOMEPAGE="http://www.openfst.org"
+SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+
+SLOT="0"
+
+KEYWORDS="~x86"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "install failed"
+ dodoc AUTHORS NEWS README || die "docs missing"
+}
+
+src_test() {
+ einfo "make test can take a few hours on moderately modern systems"
+ make test || die "check failed"
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/openfst/
@ 2013-12-02 13:12 Justin Lecher
0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2013-12-02 13:12 UTC (permalink / raw
To: gentoo-commits
commit: 1c256de41948dbc8ecb5b23acd7c015037ce123e
Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Thu Nov 21 14:56:17 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 14:56:17 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1c256de4
ebuild cleanup
---
sci-misc/openfst/openfst-1.3.4.ebuild | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/sci-misc/openfst/openfst-1.3.4.ebuild b/sci-misc/openfst/openfst-1.3.4.ebuild
index 7a90629..70e39d1 100644
--- a/sci-misc/openfst/openfst-1.3.4.ebuild
+++ b/sci-misc/openfst/openfst-1.3.4.ebuild
@@ -11,23 +11,11 @@ HOMEPAGE="http://www.openfst.org"
SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz"
LICENSE="Apache-2.0"
-
SLOT="0"
-
KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
src_prepare() {
- epatch "${FILESDIR}/kaldi.patch" || die "patch failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS NEWS README || die "docs missing"
+ epatch "${FILESDIR}/kaldi.patch"
}
src_test() {
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/openfst/
@ 2014-11-13 0:15 Christoph Junghans
0 siblings, 0 replies; 10+ messages in thread
From: Christoph Junghans @ 2014-11-13 0:15 UTC (permalink / raw
To: gentoo-commits
commit: fac20bb0155e43e5b69e0a9e64ef73704de9954f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 13:18:00 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 13:18:00 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fac20bb0
sci-misc/openfst: Drop old
Package-Manager: portage-2.2.14
---
sci-misc/openfst/ChangeLog | 5 ++++-
sci-misc/openfst/openfst-1.2.7.ebuild | 34 ----------------------------------
2 files changed, 4 insertions(+), 35 deletions(-)
diff --git a/sci-misc/openfst/ChangeLog b/sci-misc/openfst/ChangeLog
index 3d9cf2c..47bb94e 100644
--- a/sci-misc/openfst/ChangeLog
+++ b/sci-misc/openfst/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-misc/openfst
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Nov 2014; Justin Lecher <jlec@gentoo.org> -openfst-1.2.7.ebuild:
+ Drop old
+
*openfst-1.3.4 (21 Nov 2013)
21 Nov 2013; Pavel Denisov <pavel.a.denisov@gmail.com> +files/kaldi.patch,
diff --git a/sci-misc/openfst/openfst-1.2.7.ebuild b/sci-misc/openfst/openfst-1.2.7.ebuild
deleted file mode 100644
index 1f197bc..0000000
--- a/sci-misc/openfst/openfst-1.2.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils flag-o-matic multilib
-
-DESCRIPTION="Finite State Transducer tools by Google et al."
-HOMEPAGE="http://www.openfst.org"
-SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- filter-ldflags -Wl,--as-needed --as-needed
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS NEWS README || die "docs missing"
-}
-
-src_test() {
- einfo "make test can take a few hours on moderately modern systems"
- make test || die "check failed"
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/openfst/
@ 2017-02-28 20:05 Justin Lecher
0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2017-02-28 20:05 UTC (permalink / raw
To: gentoo-commits
commit: f348c3f87e3263365440a33dd386dcc5f6529be7
Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 09:20:18 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 09:20:18 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f348c3f8
sci-misc/openfst: Version bump (#739)
Bump to EAPI 6
Enable extensions
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sci-misc/openfst/openfst-1.6.1.ebuild | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/sci-misc/openfst/openfst-1.6.1.ebuild b/sci-misc/openfst/openfst-1.6.1.ebuild
new file mode 100644
index 000000000..4507b7e87
--- /dev/null
+++ b/sci-misc/openfst/openfst-1.6.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Finite State Transducer tools by Google et al"
+HOMEPAGE="http://www.openfst.org"
+SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_configure() {
+ local myeconfargs=(
+ --enable-compact-fsts
+ --enable-compress
+ --enable-const-fsts
+ --enable-far
+ --enable-linear-fsts
+ --enable-lookahead-fsts
+ --enable-mpdt
+ --enable-ngram-fsts
+ --enable-pdt
+ --enable-special
+ --enable-bin
+ --enable-grm
+ )
+ econf ${myeconfargs[@]}
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/openfst/
@ 2021-03-04 10:56 Andrew Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-03-04 10:56 UTC (permalink / raw
To: gentoo-commits
commit: 8ada2fa38ac147d1ced2d00cd0ceb282cebeeee3
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 4 10:56:24 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 4 10:56:24 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8ada2fa3
sci-misc/openfst: cleanup old
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-misc/openfst/openfst-1.3.4.ebuild | 23 -----------------------
sci-misc/openfst/openfst-1.4.1.ebuild | 18 ------------------
sci-misc/openfst/openfst-1.6.1.ebuild | 30 ------------------------------
3 files changed, 71 deletions(-)
diff --git a/sci-misc/openfst/openfst-1.3.4.ebuild b/sci-misc/openfst/openfst-1.3.4.ebuild
deleted file mode 100644
index f38da4642..000000000
--- a/sci-misc/openfst/openfst-1.3.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic multilib
-
-DESCRIPTION="Finite State Transducer tools by Google et al"
-HOMEPAGE="http://www.openfst.org"
-SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_prepare() {
- epatch "${FILESDIR}/kaldi.patch"
-}
-
-src_test() {
- einfo "make test can take a few hours on moderately modern systems"
- make test || die "check failed"
-}
diff --git a/sci-misc/openfst/openfst-1.4.1.ebuild b/sci-misc/openfst/openfst-1.4.1.ebuild
deleted file mode 100644
index 002ce42c0..000000000
--- a/sci-misc/openfst/openfst-1.4.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Finite State Transducer tools by Google et al"
-HOMEPAGE="http://www.openfst.org"
-SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_prepare() {
- epatch "${FILESDIR}/kaldi-${P}.patch"
-}
diff --git a/sci-misc/openfst/openfst-1.6.1.ebuild b/sci-misc/openfst/openfst-1.6.1.ebuild
deleted file mode 100644
index 4507b7e87..000000000
--- a/sci-misc/openfst/openfst-1.6.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Finite State Transducer tools by Google et al"
-HOMEPAGE="http://www.openfst.org"
-SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_configure() {
- local myeconfargs=(
- --enable-compact-fsts
- --enable-compress
- --enable-const-fsts
- --enable-far
- --enable-linear-fsts
- --enable-lookahead-fsts
- --enable-mpdt
- --enable-ngram-fsts
- --enable-pdt
- --enable-special
- --enable-bin
- --enable-grm
- )
- econf ${myeconfargs[@]}
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/openfst/
@ 2021-03-04 10:56 Andrew Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-03-04 10:56 UTC (permalink / raw
To: gentoo-commits
commit: baddf1872d10e46372a316b7e75b73acb898314f
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 4 10:55:55 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 4 10:55:55 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=baddf187
sci-misc/openfst: version bump 1.8.1
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-misc/openfst/openfst-1.8.1.ebuild | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/sci-misc/openfst/openfst-1.8.1.ebuild b/sci-misc/openfst/openfst-1.8.1.ebuild
new file mode 100644
index 000000000..16c275e8e
--- /dev/null
+++ b/sci-misc/openfst/openfst-1.8.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Finite State Transducer tools by Google et al"
+HOMEPAGE="http://www.openfst.org"
+SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_configure() {
+ local myeconfargs=(
+ --enable-compact-fsts
+ --enable-compress
+ --enable-const-fsts
+ --enable-far
+ --enable-linear-fsts
+ --enable-lookahead-fsts
+ --enable-mpdt
+ --enable-ngram-fsts
+ --enable-pdt
+ --enable-special
+ --enable-bin
+ --enable-grm
+ )
+ econf ${myeconfargs[@]}
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2021-03-04 10:56 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25 17:16 [gentoo-commits] proj/sci:master commit in: sci-misc/openfst/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2021-03-04 10:56 Andrew Ammerlaan
2021-03-04 10:56 Andrew Ammerlaan
2017-02-28 20:05 Justin Lecher
2014-11-13 0:15 Christoph Junghans
2013-12-02 13:12 Justin Lecher
2012-07-31 0:01 Flammie Pirinen
2011-06-24 17:09 Justin Lecher
2011-05-09 16:41 Flammie Pirinen
2011-05-09 16:41 Flammie Pirinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox