diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-07-25 21:15:37 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-07-25 21:15:37 +0000 |
commit | 4df6a6e39602bbef447f9963d4024c7a8a6c52f7 (patch) | |
tree | 1edf4fda37a0161a6827d4ca7496ab4a8e546c22 | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-4df6a6e39602bbef447f9963d4024c7a8a6c52f7.tar.gz gentoo-2-4df6a6e39602bbef447f9963d4024c7a8a6c52f7.tar.bz2 gentoo-2-4df6a6e39602bbef447f9963d4024c7a8a6c52f7.zip |
Version bump by Andreas Sturmlechner (genstorm)
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
-rw-r--r-- | media-libs/libvisio/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-0.1.3.ebuild | 55 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-9999.ebuild | 11 | ||||
-rw-r--r-- | media-libs/libvisio/metadata.xml | 3 |
4 files changed, 71 insertions, 6 deletions
diff --git a/media-libs/libvisio/ChangeLog b/media-libs/libvisio/ChangeLog index 37462d861bee..acdb0962759c 100644 --- a/media-libs/libvisio/ChangeLog +++ b/media-libs/libvisio/ChangeLog @@ -1,6 +1,12 @@ # 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.64 2015/04/30 05:56:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.65 2015/07/25 21:15:37 dilfridge Exp $ + +*libvisio-0.1.3 (25 Jul 2015) + + 25 Jul 2015; Andreas K. Huettel <dilfridge@gentoo.org> +libvisio-0.1.3.ebuild, + libvisio-9999.ebuild, metadata.xml: + Version bump by Andreas Sturmlechner (genstorm) 30 Apr 2015; Jeroen Roovers <jer@gentoo.org> libvisio-0.1.1.ebuild: Marked ~ppc64 (bug #538520). diff --git a/media-libs/libvisio/libvisio-0.1.3.ebuild b/media-libs/libvisio/libvisio-0.1.3.ebuild new file mode 100644 index 000000000000..b3b38d4cc5da --- /dev/null +++ b/media-libs/libvisio/libvisio-0.1.3.ebuild @@ -0,0 +1,55 @@ +# 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.3.ebuild,v 1.1 2015/07/25 21:15:37 dilfridge Exp $ + +EAPI=5 + +EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libvisio/" +inherit base eutils +[[ ${PV} == 9999 ]] && inherit autotools git-r3 + +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 tools" + +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) \ + $(use_enable tools) +} + +src_install() { + default + prune_libtool_files --all +} diff --git a/media-libs/libvisio/libvisio-9999.ebuild b/media-libs/libvisio/libvisio-9999.ebuild index 19b33f2231f4..29fe8e7f73e8 100644 --- a/media-libs/libvisio/libvisio-9999.ebuild +++ b/media-libs/libvisio/libvisio-9999.ebuild @@ -1,12 +1,12 @@ # 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-9999.ebuild,v 1.21 2015/02/04 14:37:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.22 2015/07/25 21:15:37 dilfridge Exp $ EAPI=5 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libvisio/" inherit base eutils -[[ ${PV} == 9999 ]] && inherit autotools git-2 +[[ ${PV} == 9999 ]] && inherit autotools git-r3 DESCRIPTION="Library parsing the visio documents" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libvisio" @@ -15,8 +15,8 @@ HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libvisio" LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" -IUSE="doc static-libs test" +KEYWORDS="~amd64 ~arm ~hppa ~x86" +IUSE="doc static-libs test tools" RDEPEND=" dev-libs/icu:= @@ -45,7 +45,8 @@ src_configure() { $(use_enable static-libs static) \ --disable-werror \ $(use_with doc docs) \ - $(use_enable test tests) + $(use_enable test tests) \ + $(use_enable tools) } src_install() { diff --git a/media-libs/libvisio/metadata.xml b/media-libs/libvisio/metadata.xml index 5d46203011d6..96e7f4f60d1e 100644 --- a/media-libs/libvisio/metadata.xml +++ b/media-libs/libvisio/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>openoffice</herd> + <use> + <flag name="tools">Build conversion tools</flag> + </use> </pkgmetadata> |