mrueg 15/01/02 14:23:55 Modified: ChangeLog Added: libwps-0.3.1.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.58 app-text/libwps/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwps/ChangeLog?rev=1.58&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwps/ChangeLog?rev=1.58&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwps/ChangeLog?r1=1.57&r2=1.58 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/libwps/ChangeLog,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- ChangeLog 21 Nov 2014 11:43:41 -0000 1.57 +++ ChangeLog 2 Jan 2015 14:23:55 -0000 1.58 @@ -1,6 +1,11 @@ # ChangeLog for app-text/libwps -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwps/ChangeLog,v 1.57 2014/11/21 11:43:41 klausman Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libwps/ChangeLog,v 1.58 2015/01/02 14:23:55 mrueg Exp $ + +*libwps-0.3.1 (02 Jan 2015) + + 02 Jan 2015; Manuel RĂ¼ger <[email protected]> +libwps-0.3.1.ebuild: + Version bump. 21 Nov 2014; Tobias Klausmann <[email protected]> libwps-0.3.0.ebuild: Keyworded on alpha, bug 520692 1.1 app-text/libwps/libwps-0.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwps/libwps-0.3.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwps/libwps-0.3.1.ebuild?rev=1.1&content-type=text/plain Index: libwps-0.3.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/libwps/libwps-0.3.1.ebuild,v 1.1 2015/01/02 14:23:55 mrueg Exp $ EAPI=5 inherit base eutils DESCRIPTION="Microsoft Works file word processor format import filter library" HOMEPAGE="http://libwps.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="|| ( LGPL-2.1 MPL-2.0 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~x86" IUSE="doc debug static-libs" RDEPEND=" app-text/libwpd:0.10 dev-libs/boost:= dev-libs/librevenge " DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen ) " src_configure() { econf \ --disable-werror \ $(use_enable static-libs static) \ --docdir=/usr/share/doc/${PF} \ $(use_with doc docs) \ $(use_enable debug) } src_install() { default prune_libtool_files --all }
