diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-10-04 19:16:52 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-10-04 19:16:52 +0000 |
commit | d7c952bc35737e1fb3e4c9eba0d21585ce62cb6f (patch) | |
tree | 398d231ae783bd89c8d090377d3ed6f00ad69635 /app-text | |
parent | Bump to latest. Drop older. (diff) | |
download | historical-d7c952bc35737e1fb3e4c9eba0d21585ce62cb6f.tar.gz historical-d7c952bc35737e1fb3e4c9eba0d21585ce62cb6f.tar.bz2 historical-d7c952bc35737e1fb3e4c9eba0d21585ce62cb6f.zip |
Pkgmove from libtextcat.
Package-Manager: portage-2.2.0_alpha60/cvs/Linux x86_64
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libexttextcat/ChangeLog | 38 | ||||
-rw-r--r-- | app-text/libexttextcat/libexttextcat-3.1.1.ebuild | 28 | ||||
-rw-r--r-- | app-text/libexttextcat/metadata.xml | 5 |
3 files changed, 71 insertions, 0 deletions
diff --git a/app-text/libexttextcat/ChangeLog b/app-text/libexttextcat/ChangeLog new file mode 100644 index 000000000000..eb3d3ad69e73 --- /dev/null +++ b/app-text/libexttextcat/ChangeLog @@ -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 index 000000000000..9084c3760c65 --- /dev/null +++ b/app-text/libexttextcat/libexttextcat-3.1.1.ebuild @@ -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 index 000000000000..5d46203011d6 --- /dev/null +++ b/app-text/libexttextcat/metadata.xml @@ -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> |