From e3cf2c86fca1750343c1885311f857f185ee4f2d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 8 Sep 2019 01:07:24 +0100 Subject: gentoo resync : 08.09.2019 --- sci-chemistry/Manifest.gz | Bin 16877 -> 16878 bytes sci-chemistry/wxmacmolplt/Manifest | 4 ++-- sci-chemistry/wxmacmolplt/metadata.xml | 3 --- sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild | 7 +++---- 4 files changed, 5 insertions(+), 9 deletions(-) (limited to 'sci-chemistry') diff --git a/sci-chemistry/Manifest.gz b/sci-chemistry/Manifest.gz index 8103b64845c5..ede7d91dbca9 100644 Binary files a/sci-chemistry/Manifest.gz and b/sci-chemistry/Manifest.gz differ diff --git a/sci-chemistry/wxmacmolplt/Manifest b/sci-chemistry/wxmacmolplt/Manifest index 199b55c1a275..a3ae9111a568 100644 --- a/sci-chemistry/wxmacmolplt/Manifest +++ b/sci-chemistry/wxmacmolplt/Manifest @@ -1,4 +1,4 @@ AUX wxmacmolplt-7.5-glew.patch 415 BLAKE2B 733398664fae6fa3a6d11026a085010381998c68b2032958e3c7aa6516eb8578d08656b0ff5fcd2742c52f8b20053241a140b207ca08509396dd7177ed5247b4 SHA512 4d15247fbb5c2d9a60e7427b2c2f91d8a8f82cc457c681687f3046eda8e913125a0e041fd5d28744e0b12fe96b71280432b27bcdea5b7a8af7718b2f2d820d9e DIST wxmacmolplt-7.5.tar.gz 1965376 BLAKE2B 01033266ae66a215582a62690e792ca4ae82c8a8885fe277e2e77ee67ff70f02f6a9c10467ea6f3cee15933c6c89ba3c6137c9d29e47322ac4f395a3efd41383 SHA512 a1064d5068136b2a91328c7f912ff57d4741081d6d61437e7b4567fbf732917485b391493d637b8892bdad50b539363cfa9c778bb35407a9c0a2bfed20e42bc0 -EBUILD wxmacmolplt-7.5-r1.ebuild 974 BLAKE2B f10bac00758060fe92c4bb59e19b8efdbb027093b436e1d4bbe9503a4d37c44ea70cedf3ef2506b9bbc842e573d77ff11c759212c620fa1239c341003fe6ac90 SHA512 bb069e1050052910691be01b9a442a0777e800d1593b75de8ab5b0979d31fc5b3e75310d3b183dce3b1ceff36706e2aa2a3affcb45a7d77e9eed35a5550b6e0e -MISC metadata.xml 754 BLAKE2B ba9feac2d4de3bd14ab7a0f4101c826dadeb9bfd158006affae81f92e5acb613ffa853213ff47019e319810741d87223ac57387f2eba5ea9c87137cdb9a60ef7 SHA512 b5cd355851122f768fe0670518df7d4dbc2bd0a04c057acd95d25c3beedd8483d40dbd95b3d3090904b4e4d6289153731d8b0aa0c4753ee9614f1d693a409486 +EBUILD wxmacmolplt-7.5-r1.ebuild 933 BLAKE2B 8f32e1c3a156cd5330a8783803b5fe1da39a6ef17d3aad03448f17a6a7bebffd10d9c65ddc5db96440baf98bc433f6dd47b30a6fa9f4eeea87ea38ea5ed8514d SHA512 3dd67e87c04fc54810bb4efa799df1cda4d8c87817b39ce29b8a165499d3b74283b56f7303997ec83a80f9bff58666a7f440355e4dfab3631aef588892a56164 +MISC metadata.xml 635 BLAKE2B 16b84b540cfe7fd49b9087c530ee49e035fc930a392dfaaef798338b3361c2b1d11626020d56de871066998f0e88ab39c3a6fac0633b3f8b07864a9c3424d0ae SHA512 d9bddd02379c3a39633028fbc6d0645ea9c46c344781e2c754539afa35577967a02e5c44278ec0fa015d0b9ba7f8fdeb0c9ad14d72d6abcaba85d0021c426f76 diff --git a/sci-chemistry/wxmacmolplt/metadata.xml b/sci-chemistry/wxmacmolplt/metadata.xml index 4fa3624287b4..9e890dd280b7 100644 --- a/sci-chemistry/wxmacmolplt/metadata.xml +++ b/sci-chemistry/wxmacmolplt/metadata.xml @@ -8,7 +8,4 @@ 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. - - Add support for flash movie generation using media-libs/ming - diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild index 9b08f966da9b..9b2d50862279 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() { -- cgit v1.2.3