aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-11-12 14:18:00 +0100
committerJustin Lecher <jlec@gentoo.org>2014-11-12 14:18:00 +0100
commitfac20bb0155e43e5b69e0a9e64ef73704de9954f (patch)
tree9a3bc05e6949bc7f48719f7496275b043af6dc13 /sci-misc/openfst
parentsci-misc/omorfi: Bump to EAPI=5 (diff)
downloadsci-fac20bb0155e43e5b69e0a9e64ef73704de9954f.tar.gz
sci-fac20bb0155e43e5b69e0a9e64ef73704de9954f.tar.bz2
sci-fac20bb0155e43e5b69e0a9e64ef73704de9954f.zip
sci-misc/openfst: Drop old
Package-Manager: portage-2.2.14
Diffstat (limited to 'sci-misc/openfst')
-rw-r--r--sci-misc/openfst/ChangeLog5
-rw-r--r--sci-misc/openfst/Manifest1
-rw-r--r--sci-misc/openfst/openfst-1.2.7.ebuild34
3 files changed, 4 insertions, 36 deletions
diff --git a/sci-misc/openfst/ChangeLog b/sci-misc/openfst/ChangeLog
index 3d9cf2cd8..47bb94e86 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/Manifest b/sci-misc/openfst/Manifest
index effcbf472..ad46d23ff 100644
--- a/sci-misc/openfst/Manifest
+++ b/sci-misc/openfst/Manifest
@@ -1,2 +1 @@
-DIST openfst-1.2.7.tar.gz 668134 SHA256 a38b10a7a1b6c054fb15035f3197f566ac6b23bc2acd5958052165ae7ce5c11c SHA512 899297a12b51acef51a82148a04160acd4bb4e1925da18e20a810814401542aaa582928ae3b80b96f49890420796cae7acd7cbf1d21fb6bc6c755254f1ae2c67 WHIRLPOOL b9c1d9a7b592a43cd77aa6778451c9de8bbf135f39f1415d467b25279c6a360c9537dcdb8b9795023e482462668e61ad66de8e843f211b72a7986b448d6e200a
DIST openfst-1.3.4.tar.gz 769158 SHA256 e95fa96674e1c9d6866bbf79b9cd755c5121ad165b76224c7c6bbfa139399a61 SHA512 6ed87cbb949776b8702545a51d129e03f33428369b20255d637191e054ce04e529969aef49549b098b144cfde45cd9b741e6cba6680f815c04ad5717fdb0cbd9 WHIRLPOOL 593fd22668044f9ec8df70c274ee910f9da85a48fcd33c73993e54afd21298208d69804342b4e3a5d36e59aa92e853e84d95d1623c3708e7e1fc70e42916949f
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 1f197bcd5..000000000
--- 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"
-}