From 00735219a61cb0b04ea38d724d084a28189e6953 Mon Sep 17 00:00:00 2001 From: Reinis Danne Date: Thu, 14 Nov 2013 19:56:32 +0200 Subject: sci-chemistry/wxmacmolplt: Bump to 7.5 --- sci-chemistry/wxmacmolplt/ChangeLog | 7 +++- sci-chemistry/wxmacmolplt/Manifest | 1 + sci-chemistry/wxmacmolplt/wxmacmolplt-7.5.ebuild | 44 ++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 sci-chemistry/wxmacmolplt/wxmacmolplt-7.5.ebuild (limited to 'sci-chemistry/wxmacmolplt') diff --git a/sci-chemistry/wxmacmolplt/ChangeLog b/sci-chemistry/wxmacmolplt/ChangeLog index 916fc27f5..a7f4695b8 100644 --- a/sci-chemistry/wxmacmolplt/ChangeLog +++ b/sci-chemistry/wxmacmolplt/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for sci-chemistry/wxmacmolplt -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*wxmacmolplt-7.5 (14 Nov 2013) + + 14 Nov 2013; Reinis Danne +wxmacmolplt-7.5.ebuild: + Bump to version 7.5, switch to using wxwidgets 2.9. + 28 Oct 2012; Justin Lecher wxmacmolplt-7.4.3.ebuild, metadata.xml: Fix prefix awareness; correct desktop file creation diff --git a/sci-chemistry/wxmacmolplt/Manifest b/sci-chemistry/wxmacmolplt/Manifest index 9d482c752..fb2b37bb0 100644 --- a/sci-chemistry/wxmacmolplt/Manifest +++ b/sci-chemistry/wxmacmolplt/Manifest @@ -1 +1,2 @@ DIST wxmacmolplt-7.4.3.tar.gz 1821649 SHA256 f7e9c282d6370983c36fb5121eb5036e9e4044a98fb43bf9e269686846fccee9 SHA512 da2b871a3b134eb5b8ee881f98821f785bb41da2845f92e1c47b8ff6755ab8a3dad8bd04273e8418b08a8d15695b70ec1b36f5005a9d8c50b454ec92d925594c WHIRLPOOL 8d321a8817057f1091baa10f62d6e761a62a784d45c1ecdaab09fb8c40ce657c055b207b39757028182a287be50b5a02cb36e176a2ea790c3193cfd0a6878255 +DIST wxmacmolplt-7.5.tar.gz 1965376 SHA256 df74762d106e4b44bba8ced84d2df78848052fea543937c51297479fa98fc787 SHA512 a1064d5068136b2a91328c7f912ff57d4741081d6d61437e7b4567fbf732917485b391493d637b8892bdad50b539363cfa9c778bb35407a9c0a2bfed20e42bc0 WHIRLPOOL 9cda289232f7323819b7426dc17532396e633514e292e11f71404f380f174c1439b788bffff594f8d9a72cc0ddca48d799a173ff14a9b783edb8bc64f0b4e04c diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5.ebuild new file mode 100644 index 000000000..ccbdf221b --- /dev/null +++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +WX_GTK_VER=2.9 + +inherit base eutils autotools wxwidgets + +DESCRIPTION="Chemical 3D graphics program with GAMESS input builder" +HOMEPAGE="http://www.scl.ameslab.gov/MacMolPlt/" +SRC_URI="http://wxmacmolplt.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="flash" + +RDEPEND=" + media-libs/glew + media-libs/mesa + x11-libs/wxGTK:2.9[X,opengl] + flash? ( media-libs/ming )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-7.4.3-glew.patch + sed -i -e "/^dist_doc_DATA/d" Makefile.am \ + || die "Failed to disable installation of LICENSE file" + eautoreconf +} + +src_configure() { + econf \ + --with-glew \ + $(use_with flash ming) +} + +src_install() { + default + doicon resources/${PN}.png + make_desktop_entry ${PN} wxMacMolPlt ${PN} "Science;DataVisualization;" +} -- cgit v1.2.3-18-g5258