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: sci-chemistry/wxmacmolplt/, profiles/base/
Date: Fri, 06 Sep 2019 13:07:10
Message-Id: 1567775224.be66753d850eceb8dcdbc8f8c40c5372fc5a911b.mgorny@gentoo
1 commit: be66753d850eceb8dcdbc8f8c40c5372fc5a911b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 6 13:03:49 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 6 13:07:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be66753d
7
8 sci-chemistry/wxmacmolplt: Remove media-libs/ming dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/base/package.use.mask | 4 ----
13 sci-chemistry/wxmacmolplt/metadata.xml | 3 ---
14 sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild | 7 +++----
15 3 files changed, 3 insertions(+), 11 deletions(-)
16
17 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
18 index b8cbc409a28..f493cc05738 100644
19 --- a/profiles/base/package.use.mask
20 +++ b/profiles/base/package.use.mask
21 @@ -33,10 +33,6 @@ sys-cluster/openmpi openmpi_fabrics_open-mx
22 # kept around for dependency reasons from rakudo and friends.
23 >=dev-lang/nqp-2019.07 java
24
25 -# Aaron Bauman <bman@g.o> (2019-08-04)
26 -# media-libs/ming will be removed in 30 days
27 -sci-chemistry/wxmacmolplt flash
28 -
29 # Thomas Deutschmann <whissi@g.o> (2019-08-03)
30 # Early microcode loading is only supported on amd64 & x86
31 sys-kernel/linux-firmware initramfs
32
33 diff --git a/sci-chemistry/wxmacmolplt/metadata.xml b/sci-chemistry/wxmacmolplt/metadata.xml
34 index 4fa3624287b..9e890dd280b 100644
35 --- a/sci-chemistry/wxmacmolplt/metadata.xml
36 +++ b/sci-chemistry/wxmacmolplt/metadata.xml
37 @@ -8,7 +8,4 @@
38 <longdescription>
39 wxMacMolPlt is a program for plotting 3D molecular structures and normal modes (vibrations), various orbitals and electron density maps. It reads a variety of file formats including any GAMESS input, log or IRC file directly to create animations. It has a simple GAMESS input (.inp) builder and a primitive molecule builder.
40 </longdescription>
41 - <use>
42 - <flag name="flash">Add support for flash movie generation using <pkg>media-libs/ming</pkg></flag>
43 - </use>
44 </pkgmetadata>
45
46 diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild
47 index 9b08f966da9..9b2d5086227 100644
48 --- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild
49 +++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild
50 @@ -14,13 +14,12 @@ SRC_URI="https://wxmacmolplt.googlecode.com/files/${P}.tar.gz"
51 LICENSE="GPL-2"
52 KEYWORDS="~amd64 ~x86"
53 SLOT="0"
54 -IUSE="flash"
55 +IUSE=""
56
57 RDEPEND="
58 media-libs/glew:0=
59 media-libs/mesa[X(+)]
60 - x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
61 - flash? ( media-libs/ming )"
62 + x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]"
63 DEPEND="${RDEPEND}
64 virtual/pkgconfig"
65
66 @@ -36,7 +35,7 @@ src_prepare() {
67 src_configure() {
68 econf \
69 --with-glew \
70 - $(use_with flash ming)
71 + --without-ming
72 }
73
74 src_install() {