dilfridge 14/09/14 09:21:44 Modified: libvisio-9999.ebuild ChangeLog Added: libvisio-0.1.0.ebuild Log: Version bump. Thanks to Andreas Sturmlechner. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Revision Changes Path 1.20 media-libs/libvisio/libvisio-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild?r1=1.19&r2=1.20 Index: libvisio-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- libvisio-9999.ebuild 27 Apr 2013 19:02:42 -0000 1.19 +++ libvisio-9999.ebuild 14 Sep 2014 09:21:44 -0000 1.20 @@ -1,16 +1,16 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.19 2013/04/27 19:02:42 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.20 2014/09/14 09:21:44 dilfridge Exp $ EAPI=5 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/" +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="http://www.freedesktop.org/wiki/Software/libvisio" -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" +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" @@ -19,9 +19,8 @@ IUSE="doc static-libs" RDEPEND=" - app-text/libwpd:0.9 - app-text/libwpg:0.2 dev-libs/icu:= + dev-libs/librevenge dev-libs/libxml2 sys-libs/zlib " 1.57 media-libs/libvisio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?r1=1.56&r2=1.57 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 1 Nov 2013 08:40:55 -0000 1.56 +++ ChangeLog 14 Sep 2014 09:21:44 -0000 1.57 @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libvisio -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.56 2013/11/01 08:40:55 scarabeus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.57 2014/09/14 09:21:44 dilfridge Exp $ + +*libvisio-0.1.0 (14 Sep 2014) + + 14 Sep 2014; Andreas K. Huettel <dilfri...@gentoo.org> + +libvisio-0.1.0.ebuild, libvisio-9999.ebuild: + Version bump. Thanks to Andreas Sturmlechner. 01 Nov 2013; Tomáš Chvátal <scarab...@gentoo.org> -libvisio-0.0.28.ebuild, libvisio-0.0.30.ebuild: 1.1 media-libs/libvisio/libvisio-0.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-0.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-0.1.0.ebuild?rev=1.1&content-type=text/plain Index: libvisio-0.1.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.1.0.ebuild,v 1.1 2014/09/14 09:21:44 dilfridge 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 ~x86" IUSE="doc static-libs" 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 ) " 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) } src_install() { default prune_libtool_files --all }