Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, media-gfx/pstoedit/
Date: Fri, 06 Sep 2019 13:07:10
Message-Id: 1567775223.8af535d81fd1f9cde078d78be5c1973252b707e9.mgorny@gentoo
1 commit: 8af535d81fd1f9cde078d78be5c1973252b707e9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 6 13:00:26 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 6 13:07:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af535d8
7
8 media-gfx/pstoedit: Remove media-libs/ming dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-gfx/pstoedit/metadata.xml | 1 -
13 media-gfx/pstoedit/pstoedit-3.70-r1.ebuild | 9 ++++-----
14 profiles/base/package.use.mask | 1 -
15 3 files changed, 4 insertions(+), 7 deletions(-)
16
17 diff --git a/media-gfx/pstoedit/metadata.xml b/media-gfx/pstoedit/metadata.xml
18 index b2d783b728a..6bf9a32c523 100644
19 --- a/media-gfx/pstoedit/metadata.xml
20 +++ b/media-gfx/pstoedit/metadata.xml
21 @@ -11,7 +11,6 @@
22 </maintainer>
23 <use>
24 <flag name="emf">Enable <pkg>media-libs/libemf</pkg> support</flag>
25 - <flag name="flash">Enable <pkg>media-libs/ming</pkg> SWF support</flag>
26 <flag name="pptx">Enable support for generating PowerPoint pptx files</flag>
27 </use>
28 <upstream>
29
30 diff --git a/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild b/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild
31 index 6ce7a5d378c..b42c1daabf4 100644
32 --- a/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild
33 +++ b/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 +# Copyright 1999-2019 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40 @@ -12,13 +12,12 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
41 LICENSE="GPL-2"
42 SLOT="0"
43 KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
44 -IUSE="emf flash imagemagick plotutils pptx static-libs"
45 +IUSE="emf imagemagick plotutils pptx static-libs"
46
47 RDEPEND="
48 >=media-libs/gd-2.0.35-r1:=
49 >=app-text/ghostscript-gpl-8.71-r1
50 emf? ( >=media-libs/libemf-1.0.3 )
51 - flash? ( >=media-libs/ming-0.4.3 )
52 imagemagick? ( >=media-gfx/imagemagick-6.6.1.2[cxx] )
53 plotutils? ( media-libs/plotutils )
54 pptx? ( dev-libs/libzip )
55 @@ -49,8 +48,8 @@ src_configure() {
56 $(use_with emf) \
57 $(use_with imagemagick magick) \
58 $(use_with plotutils libplot) \
59 - $(use_with flash swf) \
60 - $(use_with pptx)
61 + $(use_with pptx) \
62 + --without-swf
63 }
64
65 src_install() {
66
67 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
68 index 82413ef6a62..b8cbc409a28 100644
69 --- a/profiles/base/package.use.mask
70 +++ b/profiles/base/package.use.mask
71 @@ -35,7 +35,6 @@ sys-cluster/openmpi openmpi_fabrics_open-mx
72
73 # Aaron Bauman <bman@g.o> (2019-08-04)
74 # media-libs/ming will be removed in 30 days
75 -media-gfx/pstoedit flash
76 sci-chemistry/wxmacmolplt flash
77
78 # Thomas Deutschmann <whissi@g.o> (2019-08-03)