mgorny 15/02/04 09:20:50 Modified: ChangeLog Added: libodfgen-0.1.3.ebuild Log: Version bump. Bug #538754. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.17 app-text/libodfgen/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 30 Dec 2014 15:07:14 -0000 1.16 +++ ChangeLog 4 Feb 2015 09:20:50 -0000 1.17 @@ -1,6 +1,11 @@ # ChangeLog for app-text/libodfgen -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v 1.16 2014/12/30 15:07:14 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v 1.17 2015/02/04 09:20:50 mgorny Exp $ + +*libodfgen-0.1.3 (04 Feb 2015) + + 04 Feb 2015; Michał Górny <[email protected]> +libodfgen-0.1.3.ebuild: + Version bump. Bug #538754. 30 Dec 2014; Andreas K. Huettel <[email protected]> libodfgen-0.0.4.ebuild: 1.1 app-text/libodfgen/libodfgen-0.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/libodfgen-0.1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/libodfgen-0.1.3.ebuild?rev=1.1&content-type=text/plain Index: libodfgen-0.1.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/libodfgen-0.1.3.ebuild,v 1.1 2015/02/04 09:20:50 mgorny Exp $ EAPI=5 inherit eutils DESCRIPTION="Library to generate ODF documents from libwpd and libwpg" HOMEPAGE="http://libwpd.sf.net" SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz" # git://git.code.sf.net/p/libwpd/libodfgen LICENSE="|| ( LGPL-2.1 MPL-2.0 )" SLOT="0" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="doc" RDEPEND=" dev-libs/librevenge " DEPEND="${RDEPEND} >=dev-libs/boost-1.46 virtual/pkgconfig doc? ( app-doc/doxygen ) " src_configure() { econf \ --disable-static \ --disable-werror \ --with-sharedptr=boost \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ $(use_with doc docs) } src_install() { default prune_libtool_files --all }
