commit:     be66753d850eceb8dcdbc8f8c40c5372fc5a911b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 13:03:49 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 13:07:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be66753d

sci-chemistry/wxmacmolplt: Remove media-libs/ming dep

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask                      | 4 ----
 sci-chemistry/wxmacmolplt/metadata.xml              | 3 ---
 sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild | 7 +++----
 3 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b8cbc409a28..f493cc05738 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -33,10 +33,6 @@ sys-cluster/openmpi openmpi_fabrics_open-mx
 # kept around for dependency reasons from rakudo and friends.
 >=dev-lang/nqp-2019.07 java
 
-# Aaron Bauman <b...@gentoo.org> (2019-08-04)
-# media-libs/ming will be removed in 30 days
-sci-chemistry/wxmacmolplt flash
-
 # Thomas Deutschmann <whi...@gentoo.org> (2019-08-03)
 # Early microcode loading is only supported on amd64 & x86
 sys-kernel/linux-firmware initramfs

diff --git a/sci-chemistry/wxmacmolplt/metadata.xml 
b/sci-chemistry/wxmacmolplt/metadata.xml
index 4fa3624287b..9e890dd280b 100644
--- a/sci-chemistry/wxmacmolplt/metadata.xml
+++ b/sci-chemistry/wxmacmolplt/metadata.xml
@@ -8,7 +8,4 @@
   <longdescription>
 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.
 </longdescription>
-  <use>
-    <flag name="flash">Add support for flash movie generation using 
<pkg>media-libs/ming</pkg></flag>
-  </use>
 </pkgmetadata>

diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild 
b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild
index 9b08f966da9..9b2d5086227 100644
--- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild
+++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild
@@ -14,13 +14,12 @@ 
SRC_URI="https://wxmacmolplt.googlecode.com/files/${P}.tar.gz";
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
-IUSE="flash"
+IUSE=""
 
 RDEPEND="
        media-libs/glew:0=
        media-libs/mesa[X(+)]
-       x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
-       flash? ( media-libs/ming )"
+       x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]"
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
@@ -36,7 +35,7 @@ src_prepare() {
 src_configure() {
        econf \
                --with-glew \
-               $(use_with flash ming)
+               --without-ming
 }
 
 src_install() {

Reply via email to