summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-04-04 23:37:57 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-04-04 23:37:57 +0000
commita56ca815d60145eb5384819c5eea39bda64faff6 (patch)
treef664f8200357856b59153331917b2167b39ff4db /app-text/libexttextcat
parentMark arm64/m68k/s390/sh stable. (diff)
downloadgentoo-2-a56ca815d60145eb5384819c5eea39bda64faff6.tar.gz
gentoo-2-a56ca815d60145eb5384819c5eea39bda64faff6.tar.bz2
gentoo-2-a56ca815d60145eb5384819c5eea39bda64faff6.zip
Version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'app-text/libexttextcat')
-rw-r--r--app-text/libexttextcat/ChangeLog10
-rw-r--r--app-text/libexttextcat/libexttextcat-3.4.4.ebuild30
2 files changed, 38 insertions, 2 deletions
diff --git a/app-text/libexttextcat/ChangeLog b/app-text/libexttextcat/ChangeLog
index c353f62aafe3..521bb91ec629 100644
--- a/app-text/libexttextcat/ChangeLog
+++ b/app-text/libexttextcat/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/libexttextcat
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/ChangeLog,v 1.14 2013/05/30 07:58:23 scarabeus Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/ChangeLog,v 1.15 2015/04/04 23:37:57 dilfridge Exp $
+
+*libexttextcat-3.4.4 (04 Apr 2015)
+
+ 04 Apr 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ +libexttextcat-3.4.4.ebuild:
+ Version bump
30 May 2013; Tomáš Chvátal <scarabeus@gentoo.org> -libexttextcat-3.3.1.ebuild:
Drop overshadowed version.
diff --git a/app-text/libexttextcat/libexttextcat-3.4.4.ebuild b/app-text/libexttextcat/libexttextcat-3.4.4.ebuild
new file mode 100644
index 000000000000..6009af76eac3
--- /dev/null
+++ b/app-text/libexttextcat/libexttextcat-3.4.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/libexttextcat-3.4.4.ebuild,v 1.1 2015/04/04 23:37:57 dilfridge Exp $
+
+EAPI=5
+
+inherit eutils
+
+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
+ prune_libtool_files --all
+}