Pkgmove from libtextcat.
authorTomas Chvatal <scarabeus@gentoo.org>
Tue, 4 Oct 2011 19:16:52 +0000 (19:16 +0000)
committerTomas Chvatal <scarabeus@gentoo.org>
Tue, 4 Oct 2011 19:16:52 +0000 (19:16 +0000)
Package-Manager: portage-2.2.0_alpha60/cvs/Linux x86_64

app-text/libexttextcat/ChangeLog [new file with mode: 0644]
app-text/libexttextcat/libexttextcat-3.1.1.ebuild [new file with mode: 0644]
app-text/libexttextcat/metadata.xml [new file with mode: 0644]

diff --git a/app-text/libexttextcat/ChangeLog b/app-text/libexttextcat/ChangeLog
new file mode 100644 (file)
index 0000000..eb3d3ad
--- /dev/null
@@ -0,0 +1,38 @@
+# 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.
+
diff --git a/app-text/libexttextcat/libexttextcat-3.1.1.ebuild b/app-text/libexttextcat/libexttextcat-3.1.1.ebuild
new file mode 100644 (file)
index 0000000..9084c37
--- /dev/null
@@ -0,0 +1,28 @@
+# 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 {} +
+}
diff --git a/app-text/libexttextcat/metadata.xml b/app-text/libexttextcat/metadata.xml
new file mode 100644 (file)
index 0000000..5d46203
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <herd>openoffice</herd>
+</pkgmetadata>