mgorny 15/02/04 09:15:48 Modified: ChangeLog Added: libvisio-0.1.1.ebuild Log: Version bump. Bug #538298. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.60 media-libs/libvisio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 2 Feb 2015 14:46:18 -0000 1.59 +++ ChangeLog 4 Feb 2015 09:15:48 -0000 1.60 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libvisio # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.59 2015/02/02 14:46:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.60 2015/02/04 09:15:48 mgorny Exp $ + +*libvisio-0.1.1 (04 Feb 2015) + + 04 Feb 2015; Michał Górny <[email protected]> +libvisio-0.1.1.ebuild: + Version bump. Bug #538298. 02 Feb 2015; Jeroen Roovers <[email protected]> libvisio-0.1.0.ebuild: Marked ~hppa (bug #538520). 1.1 media-libs/libvisio/libvisio-0.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-0.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-0.1.1.ebuild?rev=1.1&content-type=text/plain Index: libvisio-0.1.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.1.1.ebuild,v 1.1 2015/02/04 09:15:48 mgorny Exp $ EAPI=5 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libvisio/" inherit base eutils [[ ${PV} == 9999 ]] && inherit autotools git-2 DESCRIPTION="Library parsing the visio documents" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libvisio" [[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" SLOT="0" [[ ${PV} == 9999 ]] || \ KEYWORDS="~amd64 ~arm ~hppa ~x86" IUSE="doc static-libs test" RDEPEND=" dev-libs/icu:= dev-libs/librevenge dev-libs/libxml2 sys-libs/zlib " DEPEND="${RDEPEND} >=dev-libs/boost-1.46 dev-util/gperf sys-devel/libtool virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( dev-util/cppunit ) " src_prepare() { [[ -d m4 ]] || mkdir "m4" base_src_prepare [[ ${PV} == 9999 ]] && eautoreconf } src_configure() { econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ $(use_enable static-libs static) \ --disable-werror \ $(use_with doc docs) \ $(use_enable test tests) } src_install() { default prune_libtool_files --all }
