summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-06-10 07:05:20 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-06-10 07:05:20 +0000
commit6957fcd68de61849b1365a6416611aa5bfa2a848 (patch)
treed34c2a2cabe2892b489de23d9cc3cb206fd9b583 /app-text
parentVersion bump. Drop x86 keyword, bug 417587. (diff)
downloadgentoo-2-6957fcd68de61849b1365a6416611aa5bfa2a848.tar.gz
gentoo-2-6957fcd68de61849b1365a6416611aa5bfa2a848.tar.bz2
gentoo-2-6957fcd68de61849b1365a6416611aa5bfa2a848.zip
Version bump to latest.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/libexttextcat/ChangeLog8
-rw-r--r--app-text/libexttextcat/files/libexttextcat-3.3.0-pkgconfig.patch12
-rw-r--r--app-text/libexttextcat/libexttextcat-3.3.1.ebuild (renamed from app-text/libexttextcat/libexttextcat-3.3.0-r1.ebuild)8
3 files changed, 8 insertions, 20 deletions
diff --git a/app-text/libexttextcat/ChangeLog b/app-text/libexttextcat/ChangeLog
index 13720b417314..abf01a572a64 100644
--- a/app-text/libexttextcat/ChangeLog
+++ b/app-text/libexttextcat/ChangeLog
@@ -1,6 +1,12 @@
# 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.8 2012/05/30 14:00:35 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/ChangeLog,v 1.9 2012/06/10 07:05:20 scarabeus Exp $
+
+*libexttextcat-3.3.1 (10 Jun 2012)
+
+ 10 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> +libexttextcat-3.3.1.ebuild,
+ -files/libexttextcat-3.3.0-pkgconfig.patch, -libexttextcat-3.3.0-r1.ebuild:
+ Version bump to latest.
*libexttextcat-3.3.0-r1 (30 May 2012)
diff --git a/app-text/libexttextcat/files/libexttextcat-3.3.0-pkgconfig.patch b/app-text/libexttextcat/files/libexttextcat-3.3.0-pkgconfig.patch
deleted file mode 100644
index 7fa84cca6c0f..000000000000
--- a/app-text/libexttextcat/files/libexttextcat-3.3.0-pkgconfig.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/libexttextcat.pc.in b/libexttextcat.pc.in
-index 5055180..228eb9b 100644
---- a/libexttextcat.pc.in
-+++ b/libexttextcat.pc.in
-@@ -10,6 +10,6 @@ Name: libexttextcat
- Description: Library implementing N-gram-based text categorization
- Version: @VERSION@
- Requires:
--Libs: -L${libdir} -lexttextcat
-+Libs: -L${libdir} -lexttextcat-1.0
- Cflags: -I${includedir}/libexttextcat/
-
diff --git a/app-text/libexttextcat/libexttextcat-3.3.0-r1.ebuild b/app-text/libexttextcat/libexttextcat-3.3.1.ebuild
index 2fb8862caf07..3f78ce073399 100644
--- a/app-text/libexttextcat/libexttextcat-3.3.0-r1.ebuild
+++ b/app-text/libexttextcat/libexttextcat-3.3.1.ebuild
@@ -1,11 +1,9 @@
# 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.3.0-r1.ebuild,v 1.1 2012/05/30 14:00:35 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/libexttextcat-3.3.1.ebuild,v 1.1 2012/06/10 07:05:20 scarabeus Exp $
EAPI=4
-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"
@@ -18,10 +16,6 @@ IUSE="static-libs"
DEPEND=""
RDEPEND="${DEPEND}"
-src_prepare() {
- epatch "${FILESDIR}/${P}-pkgconfig.patch"
-}
-
src_configure() {
econf \
--disable-werror \