diff options
author | 2011-08-20 14:25:04 +0000 | |
---|---|---|
committer | 2011-08-20 14:25:04 +0000 | |
commit | c99efdf8af43c7e59693a121d41ad0ab3ad07197 (patch) | |
tree | a641af5d02749551d5c2dd3bf9590100a4b12d5c /media-libs/libvisio | |
parent | Version bump (diff) | |
download | gentoo-2-c99efdf8af43c7e59693a121d41ad0ab3ad07197.tar.gz gentoo-2-c99efdf8af43c7e59693a121d41ad0ab3ad07197.tar.bz2 gentoo-2-c99efdf8af43c7e59693a121d41ad0ab3ad07197.zip |
Bump libvisio to latest release.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libvisio')
-rw-r--r-- | media-libs/libvisio/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-0.0.5.ebuild (renamed from media-libs/libvisio/libvisio-0.0.4.ebuild) | 12 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-9999.ebuild | 11 |
3 files changed, 20 insertions, 11 deletions
diff --git a/media-libs/libvisio/ChangeLog b/media-libs/libvisio/ChangeLog index c90d210677e9..5eaec7098162 100644 --- a/media-libs/libvisio/ChangeLog +++ b/media-libs/libvisio/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libvisio # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.3 2011/08/11 14:14:18 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.4 2011/08/20 14:25:04 scarabeus Exp $ + +*libvisio-0.0.5 (20 Aug 2011) + + 20 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> -libvisio-0.0.4.ebuild, + +libvisio-0.0.5.ebuild, libvisio-9999.ebuild: + Bump libvisio to latest release. 11 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> libvisio-0.0.4.ebuild, libvisio-9999.ebuild: diff --git a/media-libs/libvisio/libvisio-0.0.4.ebuild b/media-libs/libvisio/libvisio-0.0.5.ebuild index e9cf34b19447..5251732421cc 100644 --- a/media-libs/libvisio/libvisio-0.0.4.ebuild +++ b/media-libs/libvisio/libvisio-0.0.5.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.4.ebuild,v 1.2 2011/08/11 14:14:18 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.5.ebuild,v 1.1 2011/08/20 14:25:04 scarabeus Exp $ EAPI=4 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/" -[[ ${PV} == 9999 ]] && vcs=git-2 -inherit autotools ${vcs} +[[ ${PV} == 9999 ]] && vcs="autotools git-2" +inherit base ${vcs} unset vcs DESCRIPTION="Library parsing the visio documents" HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio" -[[ ${PV} == 9999 ]] || SRC_URI="http://cgit.freedesktop.org/libreoffice/contrib/${PN}/snapshot/${P}.tar.bz2" +[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" @@ -28,12 +28,14 @@ DEPEND="${DEPEND} " src_prepare() { - eautoreconf + base_src_prepare + [[ ${PV} == 9999 ]] && eautoreconf } src_configure() { econf \ $(use_enable static-libs static) \ + --disable-werror \ $(use_with doc docs) } diff --git a/media-libs/libvisio/libvisio-9999.ebuild b/media-libs/libvisio/libvisio-9999.ebuild index 0496ba5ff6b2..4a134d6bfcd0 100644 --- a/media-libs/libvisio/libvisio-9999.ebuild +++ b/media-libs/libvisio/libvisio-9999.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2011 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.3 2011/08/11 14:14:18 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.4 2011/08/20 14:25:04 scarabeus Exp $ EAPI=4 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/" -[[ ${PV} == 9999 ]] && vcs=git-2 -inherit autotools ${vcs} +[[ ${PV} == 9999 ]] && vcs="autotools git-2" +inherit base ${vcs} unset vcs DESCRIPTION="Library parsing the visio documents" HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio" -[[ ${PV} == 9999 ]] || SRC_URI="http://cgit.freedesktop.org/libreoffice/contrib/${PN}/snapshot/${P}.tar.bz2" +[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" @@ -28,7 +28,8 @@ DEPEND="${DEPEND} " src_prepare() { - eautoreconf + base_src_prepare + [[ ${PV} == 9999 ]] && eautoreconf } src_configure() { |