From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8FED138335 for ; Fri, 6 Sep 2019 13:07:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0BB8E0829; Fri, 6 Sep 2019 13:07:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3E94E0829 for ; Fri, 6 Sep 2019 13:07:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A36F134AD6C for ; Fri, 6 Sep 2019 13:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 505D8780 for ; Fri, 6 Sep 2019 13:07:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1567775223.8af535d81fd1f9cde078d78be5c1973252b707e9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, media-gfx/pstoedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pstoedit/metadata.xml media-gfx/pstoedit/pstoedit-3.70-r1.ebuild profiles/base/package.use.mask X-VCS-Directories: media-gfx/pstoedit/ profiles/base/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8af535d81fd1f9cde078d78be5c1973252b707e9 X-VCS-Branch: master Date: Fri, 6 Sep 2019 13:07:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c3ea26f5-29e5-4e68-b0bb-d502efe55a01 X-Archives-Hash: 2b3f9110d35098693fd2beac2347d645 commit: 8af535d81fd1f9cde078d78be5c1973252b707e9 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 6 13:00:26 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 6 13:07:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af535d8 media-gfx/pstoedit: Remove media-libs/ming dep Signed-off-by: Michał Górny gentoo.org> media-gfx/pstoedit/metadata.xml | 1 - media-gfx/pstoedit/pstoedit-3.70-r1.ebuild | 9 ++++----- profiles/base/package.use.mask | 1 - 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/media-gfx/pstoedit/metadata.xml b/media-gfx/pstoedit/metadata.xml index b2d783b728a..6bf9a32c523 100644 --- a/media-gfx/pstoedit/metadata.xml +++ b/media-gfx/pstoedit/metadata.xml @@ -11,7 +11,6 @@ Enable media-libs/libemf support - Enable media-libs/ming SWF support Enable support for generating PowerPoint pptx files diff --git a/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild b/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild index 6ce7a5d378c..b42c1daabf4 100644 --- a/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild +++ b/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,13 +12,12 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="emf flash imagemagick plotutils pptx static-libs" +IUSE="emf imagemagick plotutils pptx static-libs" RDEPEND=" >=media-libs/gd-2.0.35-r1:= >=app-text/ghostscript-gpl-8.71-r1 emf? ( >=media-libs/libemf-1.0.3 ) - flash? ( >=media-libs/ming-0.4.3 ) imagemagick? ( >=media-gfx/imagemagick-6.6.1.2[cxx] ) plotutils? ( media-libs/plotutils ) pptx? ( dev-libs/libzip ) @@ -49,8 +48,8 @@ src_configure() { $(use_with emf) \ $(use_with imagemagick magick) \ $(use_with plotutils libplot) \ - $(use_with flash swf) \ - $(use_with pptx) + $(use_with pptx) \ + --without-swf } src_install() { diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 82413ef6a62..b8cbc409a28 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -35,7 +35,6 @@ sys-cluster/openmpi openmpi_fabrics_open-mx # Aaron Bauman (2019-08-04) # media-libs/ming will be removed in 30 days -media-gfx/pstoedit flash sci-chemistry/wxmacmolplt flash # Thomas Deutschmann (2019-08-03)