Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/uniconvertor/
Date: Mon, 02 May 2016 07:52:02
Message-Id: 1462175506.91f36308f8226f775c5fb4258a9600e45a0779c4.polynomial-c@gentoo
1 commit: 91f36308f8226f775c5fb4258a9600e45a0779c4
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 07:46:22 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 07:51:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f36308
7
8 media-gfx/uniconvertor: Added slotdep for imagemagick. Bumped to EAPI-6.
9
10 Package-Manager: portage-2.2.28
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild | 10 ++++++----
14 1 file changed, 6 insertions(+), 4 deletions(-)
15
16 diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
17 index c41c976..505e9e5 100644
18 --- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
19 +++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=5
27 +EAPI=6
28
29 PYTHON_COMPAT=( python2_7 )
30
31 @@ -19,7 +19,7 @@ IUSE=""
32
33 RDEPEND="
34 dev-python/pycairo[${PYTHON_USEDEP}]
35 - media-gfx/imagemagick
36 + media-gfx/imagemagick:=
37 media-libs/lcms:2
38 dev-python/pillow[${PYTHON_USEDEP}]"
39 DEPEND="${RDEPEND}
40 @@ -33,8 +33,10 @@ PATCHES=(
41 )
42
43 python_prepare_all() {
44 + default
45 +
46 local wand
47 - wand=$(pkg-config --libs Wand | sed -e "s:^ *::g" -e "s: *$::g" -e "s:-l:\':g" -e "s: :',:g" -e "s:$:':g" -e "s:,'$::g")
48 + wand=$(pkg-config --libs MagickWand | sed -e "s:^ *::g" -e "s: *$::g" -e "s:-l:\':g" -e "s: :',:g" -e "s:$:':g" -e "s:,'$::g")
49
50 distutils-r1_python_prepare_all