--- /dev/null
+# ChangeLog for app-text/libexttextcat
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/ChangeLog,v 1.1 2011/10/04 19:16:52 scarabeus Exp $
+
+*libexttextcat-3.1.1 (04 Oct 2011)
+
+ 04 Oct 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ +libexttextcat-3.1.1.ebuild, +metadata.xml:
+ Pkgmove from libtextcat.
+
+*libtextcat-3.1.1 (04 Oct 2011)
+
+ 04 Oct 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ -libtextcat-3.1.0.ebuild, +libtextcat-3.1.1.ebuild:
+ Bump to latest. Drop older.
+
+*libtextcat-3.1.0 (30 Sep 2011)
+
+ 30 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ -libtextcat-3.0.1.ebuild, +libtextcat-3.1.0.ebuild:
+ Version bump to latest release. Drop older.
+
+*libtextcat-3.0.1 (23 Sep 2011)
+
+ 23 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ -files/2.2-catalan-shorttexts.patch, -libtextcat-2.2.ebuild,
+ -files/2.2-exportapi.patch, +libtextcat-3.0.1.ebuild,
+ -files/2.2-openoffice.patch:
+ Bump to latest release, includes the libreo fixes.
+
+*libtextcat-2.2 (09 Aug 2011)
+
+ 09 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ +files/2.2-catalan-shorttexts.patch, +files/2.2-exportapi.patch,
+ +libtextcat-2.2.ebuild, +files/2.2-openoffice.patch, +metadata.xml:
+ Initial commit for libtextcat package. Will be required by libreoffice-3.5,
+ currently bundled inside thus keeping keywords same as lo has.
+
--- /dev/null
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/libexttextcat-3.1.1.ebuild,v 1.1 2011/10/04 19:16:52 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/${P}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~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 {} +
+}