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/libcdr/
Date: Wed, 28 Jun 2017 19:12:24
Message-Id: 1498677103.b401e80a0d95476acde8afdd850d82de96b3ebda.asturm@gentoo
1 commit: b401e80a0d95476acde8afdd850d82de96b3ebda
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 28 18:26:24 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=b401e80a
7
8 media-libs/libcdr: Drop keywords except ppc
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 media-libs/libcdr/libcdr-0.0.14.ebuild | 10 +++-------
13 media-libs/libcdr/libcdr-0.0.16.ebuild | 9 +++------
14 2 files changed, 6 insertions(+), 13 deletions(-)
15
16 diff --git a/media-libs/libcdr/libcdr-0.0.14.ebuild b/media-libs/libcdr/libcdr-0.0.14.ebuild
17 index 0b82db964c8..6d8dcbd97ab 100644
18 --- a/media-libs/libcdr/libcdr-0.0.14.ebuild
19 +++ b/media-libs/libcdr/libcdr-0.0.14.ebuild
20 @@ -1,21 +1,18 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libcdr/"
28 inherit base eutils
29 -[[ ${PV} == 9999 ]] && inherit autotools git-2
30
31 DESCRIPTION="Library parsing the Corel cdr documents"
32 HOMEPAGE="https://www.freedesktop.org/wiki/Software/libcdr"
33 -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
34 +SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
35
36 LICENSE="LGPL-2.1"
37 SLOT="0"
38 -[[ ${PV} == 9999 ]] || \
39 -KEYWORDS="amd64 ~arm ppc x86"
40 -
41 +KEYWORDS="ppc"
42 IUSE="doc static-libs"
43
44 RDEPEND="
45 @@ -35,7 +32,6 @@ DEPEND="${RDEPEND}
46 src_prepare() {
47 base_src_prepare
48 [[ -d m4 ]] || mkdir "m4"
49 - [[ ${PV} == 9999 ]] && eautoreconf
50 }
51
52 src_configure() {
53
54 diff --git a/media-libs/libcdr/libcdr-0.0.16.ebuild b/media-libs/libcdr/libcdr-0.0.16.ebuild
55 index 03599aafd91..0aa06669283 100644
56 --- a/media-libs/libcdr/libcdr-0.0.16.ebuild
57 +++ b/media-libs/libcdr/libcdr-0.0.16.ebuild
58 @@ -1,20 +1,18 @@
59 -# Copyright 1999-2015 Gentoo Foundation
60 +# Copyright 1999-2017 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62
63 EAPI=5
64
65 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libcdr/"
66 inherit base eutils
67 -[[ ${PV} == 9999 ]] && inherit autotools git-2
68
69 DESCRIPTION="Library parsing the Corel cdr documents"
70 HOMEPAGE="https://www.freedesktop.org/wiki/Software/libcdr"
71 -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
72 +SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
73
74 LICENSE="MPL-2.0"
75 SLOT="0"
76 -[[ ${PV} == 9999 ]] || \
77 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
78 +KEYWORDS="~ppc"
79 IUSE="doc static-libs"
80
81 RDEPEND="
82 @@ -34,7 +32,6 @@ DEPEND="${RDEPEND}
83 src_prepare() {
84 base_src_prepare
85 [[ -d m4 ]] || mkdir "m4"
86 - [[ ${PV} == 9999 ]] && eautoreconf
87 }
88
89 src_configure() {