summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-11-05 20:39:46 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-11-05 20:39:46 +0000
commit79f39b4f0b32e7b2600349645341f37363b7e191 (patch)
tree3cae6248ee0629d21659ebd9830e39e30c056012 /app-text
parentstable ppc ppc64, bug #441308 (diff)
downloadgentoo-2-79f39b4f0b32e7b2600349645341f37363b7e191.tar.gz
gentoo-2-79f39b4f0b32e7b2600349645341f37363b7e191.tar.bz2
gentoo-2-79f39b4f0b32e7b2600349645341f37363b7e191.zip
Version bump to latest.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/libexttextcat/ChangeLog7
-rw-r--r--app-text/libexttextcat/libexttextcat-3.4.0.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/app-text/libexttextcat/ChangeLog b/app-text/libexttextcat/ChangeLog
index 86d284a40222..bc8889ea5502 100644
--- a/app-text/libexttextcat/ChangeLog
+++ b/app-text/libexttextcat/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/libexttextcat
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/ChangeLog,v 1.11 2012/07/31 14:13:46 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/ChangeLog,v 1.12 2012/11/05 20:39:46 scarabeus Exp $
+
+*libexttextcat-3.4.0 (05 Nov 2012)
+
+ 05 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> +libexttextcat-3.4.0.ebuild:
+ Version bump to latest.
31 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> libexttextcat-3.3.1.ebuild:
Stable on amd64 and ppc wrt bug#427098.
diff --git a/app-text/libexttextcat/libexttextcat-3.4.0.ebuild b/app-text/libexttextcat/libexttextcat-3.4.0.ebuild
new file mode 100644
index 000000000000..aa1426aae504
--- /dev/null
+++ b/app-text/libexttextcat/libexttextcat-3.4.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/libexttextcat-3.4.0.ebuild,v 1.1 2012/11/05 20:39:46 scarabeus Exp $
+
+EAPI=4
+
+DESCRIPTION="Library implementing N-gram-based text categorization"
+HOMEPAGE="http://software.wise-guys.nl/libtextcat/"
+SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="static-libs"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ econf \
+ --disable-werror \
+ $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -exec rm -f {} +
+}