Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisio/
Date: Wed, 28 Jun 2017 19:12:22
Message-Id: 1498677103.aa1f14cce15f92024e56d92cc038e063245ecdf7.asturm@gentoo
1 commit: aa1f14cce15f92024e56d92cc038e063245ecdf7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 28 18:13:55 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 28 19:11:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1f14cc
7
8 media-libs/libvisio: Drop keywords except ppc
9
10 Gentoo-bug: 622924
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 media-libs/libvisio/libvisio-0.0.30.ebuild | 10 +++-------
15 1 file changed, 3 insertions(+), 7 deletions(-)
16
17 diff --git a/media-libs/libvisio/libvisio-0.0.30.ebuild b/media-libs/libvisio/libvisio-0.0.30.ebuild
18 index 6b1f8404296..ceb0ca95adb 100644
19 --- a/media-libs/libvisio/libvisio-0.0.30.ebuild
20 +++ b/media-libs/libvisio/libvisio-0.0.30.ebuild
21 @@ -1,20 +1,17 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27
28 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/"
29 inherit base eutils
30 -[[ ${PV} == 9999 ]] && inherit autotools git-2
31
32 DESCRIPTION="Library parsing the visio documents"
33 HOMEPAGE="https://www.freedesktop.org/wiki/Software/libvisio"
34 -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
35 +SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
36
37 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
38 SLOT="0"
39 -[[ ${PV} == 9999 ]] || \
40 -KEYWORDS="amd64 ~arm ppc x86"
41 +KEYWORDS="ppc"
42 IUSE="doc static-libs"
43
44 RDEPEND="
45 @@ -35,7 +32,6 @@ DEPEND="${RDEPEND}
46 src_prepare() {
47 [[ -d m4 ]] || mkdir "m4"
48 base_src_prepare
49 - [[ ${PV} == 9999 ]] && eautoreconf
50 }
51
52 src_configure() {