* [gentoo-commits] gentoo-x86 commit in app-text/libexttextcat: ChangeLog libexttextcat-3.3.0-r1.ebuild libexttextcat-3.3.0.ebuild
@ 2012-05-30 14:00 Marien Zwart (marienz)
0 siblings, 0 replies; only message in thread
From: Marien Zwart (marienz) @ 2012-05-30 14:00 UTC (permalink / raw
To: gentoo-commits
marienz 12/05/30 14:00:35
Modified: ChangeLog
Added: libexttextcat-3.3.0-r1.ebuild
Removed: libexttextcat-3.3.0.ebuild
Log:
Fix pkgconfig file (bug #418231), remove broken version.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Revision Changes Path
1.8 app-text/libexttextcat/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libexttextcat/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libexttextcat/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libexttextcat/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libexttextcat/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 30 May 2012 08:01:10 -0000 1.7
+++ ChangeLog 30 May 2012 14:00:35 -0000 1.8
@@ -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.7 2012/05/30 08:01:10 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/ChangeLog,v 1.8 2012/05/30 14:00:35 marienz Exp $
+
+*libexttextcat-3.3.0-r1 (30 May 2012)
+
+ 30 May 2012; Marien Zwart <marienz@gentoo.org>
+ +files/libexttextcat-3.3.0-pkgconfig.patch, +libexttextcat-3.3.0-r1.ebuild:
+ Fix pkgconfig file (bug #418231), remove broken version.
*libexttextcat-3.3.0 (30 May 2012)
1.1 app-text/libexttextcat/libexttextcat-3.3.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libexttextcat/libexttextcat-3.3.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libexttextcat/libexttextcat-3.3.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: libexttextcat-3.3.0-r1.ebuild
===================================================================
# 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 $
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"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
DEPEND=""
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}/${P}-pkgconfig.patch"
}
src_configure() {
econf \
--disable-werror \
$(use_enable static-libs static)
}
src_install() {
default
find "${ED}" -name '*.la' -exec rm -f {} +
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-30 14:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30 14:00 [gentoo-commits] gentoo-x86 commit in app-text/libexttextcat: ChangeLog libexttextcat-3.3.0-r1.ebuild libexttextcat-3.3.0.ebuild Marien Zwart (marienz)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox