* [gentoo-commits] gentoo-x86 commit in app-text/libtextcat: libtextcat-3.1.0.ebuild ChangeLog libtextcat-3.0.1.ebuild
@ 2011-09-30 8:22 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2011-09-30 8:22 UTC (permalink / raw
To: gentoo-commits
scarabeus 11/09/30 08:22:50
Modified: ChangeLog
Added: libtextcat-3.1.0.ebuild
Removed: libtextcat-3.0.1.ebuild
Log:
Version bump to latest release. Drop older.
(Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
Revision Changes Path
1.3 app-text/libtextcat/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libtextcat/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libtextcat/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libtextcat/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libtextcat/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 23 Sep 2011 14:19:39 -0000 1.2
+++ ChangeLog 30 Sep 2011 08:22:50 -0000 1.3
@@ -1,6 +1,12 @@
# ChangeLog for app-text/libtextcat
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libtextcat/ChangeLog,v 1.2 2011/09/23 14:19:39 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libtextcat/ChangeLog,v 1.3 2011/09/30 08:22:50 scarabeus Exp $
+
+*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)
1.1 app-text/libtextcat/libtextcat-3.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libtextcat/libtextcat-3.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libtextcat/libtextcat-3.1.0.ebuild?rev=1.1&content-type=text/plain
Index: libtextcat-3.1.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libtextcat/libtextcat-3.1.0.ebuild,v 1.1 2011/09/30 08:22:50 scarabeus Exp $
EAPI=4
MY_P="libexttextcat-${PV}"
DESCRIPTION="Library implementing N-gram-based text categorization"
HOMEPAGE="http://software.wise-guys.nl/libtextcat/"
SRC_URI="http://dev-www.libreoffice.org/src/${MY_P}.tar.xz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
DEPEND=""
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
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:[~2011-09-30 10:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30 8:22 [gentoo-commits] gentoo-x86 commit in app-text/libtextcat: libtextcat-3.1.0.ebuild ChangeLog libtextcat-3.0.1.ebuild Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox