dilfridge 15/04/04 23:37:57 Modified: ChangeLog Added: libexttextcat-3.4.4.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.15 app-text/libexttextcat/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libexttextcat/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libexttextcat/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libexttextcat/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/libexttextcat/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 30 May 2013 07:58:23 -0000 1.14 +++ ChangeLog 4 Apr 2015 23:37:57 -0000 1.15 @@ -1,6 +1,12 @@ # ChangeLog for app-text/libexttextcat -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/ChangeLog,v 1.14 2013/05/30 07:58:23 scarabeus Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/ChangeLog,v 1.15 2015/04/04 23:37:57 dilfridge Exp $ + +*libexttextcat-3.4.4 (04 Apr 2015) + + 04 Apr 2015; Andreas K. Huettel <[email protected]> + +libexttextcat-3.4.4.ebuild: + Version bump 30 May 2013; Tomáš Chvátal <[email protected]> -libexttextcat-3.3.1.ebuild: Drop overshadowed version. 1.1 app-text/libexttextcat/libexttextcat-3.4.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libexttextcat/libexttextcat-3.4.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libexttextcat/libexttextcat-3.4.4.ebuild?rev=1.1&content-type=text/plain Index: libexttextcat-3.4.4.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/libexttextcat-3.4.4.ebuild,v 1.1 2015/04/04 23:37:57 dilfridge Exp $ EAPI=5 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_configure() { econf \ --disable-werror \ $(use_enable static-libs static) } src_install() { default prune_libtool_files --all }
