mgorny 15/02/04 09:04:51 Modified: ChangeLog Added: libmspub-0.1.2.ebuild Log: Version bump. Bug #538748. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.15 app-text/libmspub/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 10 Oct 2014 20:17:19 -0000 1.14 +++ ChangeLog 4 Feb 2015 09:04:51 -0000 1.15 @@ -1,6 +1,11 @@ # ChangeLog for app-text/libmspub -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.14 2014/10/10 20:17:19 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.15 2015/02/04 09:04:51 mgorny Exp $ + +*libmspub-0.1.2 (04 Feb 2015) + + 04 Feb 2015; Michał Górny <[email protected]> +libmspub-0.1.2.ebuild: + Version bump. Bug #538748. 10 Oct 2014; Markus Meier <[email protected]> libmspub-0.1.1.ebuild: add ~arm, bug #520692 1.1 app-text/libmspub/libmspub-0.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild?rev=1.1&content-type=text/plain Index: libmspub-0.1.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild,v 1.1 2015/02/04 09:04:51 mgorny Exp $ EAPI=5 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/" inherit base eutils [[ ${PV} == 9999 ]] && inherit autotools git-2 DESCRIPTION="Library parsing Microsoft Publisher documents" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libmspub" [[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} == 9999 ]] || \ KEYWORDS="~amd64 ~arm ~x86" IUSE="doc static-libs" RDEPEND=" dev-libs/icu:= dev-libs/librevenge sys-libs/zlib " DEPEND="${RDEPEND} virtual/pkgconfig dev-libs/boost sys-devel/libtool doc? ( app-doc/doxygen ) " src_prepare() { base_src_prepare [[ -d m4 ]] || mkdir "m4" [[ ${PV} == 9999 ]] && eautoreconf } src_configure() { econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ $(use_enable static-libs static) \ --disable-werror \ $(use_with doc docs) } src_install() { default prune_libtool_files --all }
