From: "Marien Zwart (marienz)" <marienz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/libexttextcat: ChangeLog libexttextcat-3.3.0-r1.ebuild libexttextcat-3.3.0.ebuild
Date: Wed, 30 May 2012 14:00:35 +0000 (UTC) [thread overview]
Message-ID: <20120530140035.7FC252004B@flycatcher.gentoo.org> (raw)
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 {} +
}
reply other threads:[~2012-05-30 14:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120530140035.7FC252004B@flycatcher.gentoo.org \
--to=marienz@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox