Signed-off-by: Michał Górny <mgorny@gentoo.org>
# kept around for dependency reasons from rakudo and friends.
>=dev-lang/nqp-2019.07 java
-# Aaron Bauman <bman@gentoo.org> (2019-08-04)
-# media-libs/ming will be removed in 30 days
-sci-chemistry/wxmacmolplt flash
-
# Thomas Deutschmann <whissi@gentoo.org> (2019-08-03)
# Early microcode loading is only supported on amd64 & x86
sys-kernel/linux-firmware initramfs
<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>
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"
src_configure() {
econf \
--with-glew \
- $(use_with flash ming)
+ --without-ming
}
src_install() {