jlec 14/07/22 16:49:36 Modified: ChangeLog Added: molmol-2k_p2-r5.ebuild Log: sci-chemistry/molmol: Importing latest changes from sf.net molmol for mac project (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.35 sci-chemistry/molmol/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molmol/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molmol/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molmol/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molmol/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 2 May 2013 10:17:43 -0000 1.34 +++ ChangeLog 22 Jul 2014 16:49:36 -0000 1.35 @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/molmol -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molmol/ChangeLog,v 1.34 2013/05/02 10:17:43 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molmol/ChangeLog,v 1.35 2014/07/22 16:49:36 jlec Exp $ + +*molmol-2k_p2-r5 (22 Jul 2014) + + 22 Jul 2014; Justin Lecher <j...@gentoo.org> +molmol-2k_p2-r5.ebuild, + +files/opengl.patch, +files/wild.patch: + Importing latest changes from sf.net molmol for mac project *molmol-2k_p2-r4 (02 May 2013) 1.1 sci-chemistry/molmol/molmol-2k_p2-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molmol/molmol-2k_p2-r5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molmol/molmol-2k_p2-r5.ebuild?rev=1.1&content-type=text/plain Index: molmol-2k_p2-r5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molmol/molmol-2k_p2-r5.ebuild,v 1.1 2014/07/22 16:49:36 jlec Exp $ EAPI=5 inherit eutils multilib prefix toolchain-funcs MY_PV="${PV/_p/.}.0" MY_P="${PN}-${MY_PV}" DESCRIPTION="Publication-quality molecular visualization package" HOMEPAGE="http://hugin.ethz.ch/wuthrich/software/molmol/index.html" SRC_URI=" ftp://ftp.mol.biol.ethz.ch/software/MOLMOL/unix-gzip/${MY_P}-src.tar.gz ftp://ftp.mol.biol.ethz.ch/software/MOLMOL/unix-gzip/${MY_P}-doc.tar.gz" LICENSE="molmol" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND=" || ( ( media-libs/mesa x11-libs/libGLw ) media-libs/mesa[motif] ) media-libs/libpng:0 media-libs/tiff:0 sys-libs/zlib virtual/glu virtual/jpeg x11-libs/libXpm x11-libs/motif:0 x11-apps/xdpyinfo" RDEPEND="${DEPEND}" S="${WORKDIR}" MAKEOPTS="${MAKEOPTS} -j1" pkg_setup() { MMDIR="/usr/$(get_libdir)/molmol" } src_prepare() { rm -rf tiff* # Patch from http://pjf.net/science/molmol.html, where src.rpm is provided epatch "${FILESDIR}"/pjf_RH9_molmol2k2.diff epatch "${FILESDIR}"/prefix.patch eprefixify molmol epatch "${FILESDIR}"/ldflags.patch epatch "${FILESDIR}"/opengl.patch ln -s makedef.lnx "${S}"/makedef || die sed \ -e "s:ksh:sh:" \ -e "s:^MOLMOLHOME.*:MOLMOLHOME=${EPREFIX}/${MMDIR};MOLMOLDEV=\"Motif/OpenGL\":" \ -i "${S}"/molmol || die sed \ -e "s:^MCFLAGS.*:MCFLAGS = ${CFLAGS}:" \ -e "s:^CC.*:CC = $(tc-getCC):" \ -i "${S}"/makedef || die epatch "${FILESDIR}"/cast.patch epatch "${FILESDIR}"/libpng15.patch # patch from fink # fixes numerous bad bracings and hopefully the OGL bug 429974 epatch "${FILESDIR}"/${P}-fink.patch epatch "${FILESDIR}"/wild.patch tc-export AR } src_install() { dobin molmol exeinto ${MMDIR} doexe src/main/molmol insinto ${MMDIR} doins -r auxil help macros man setup tips dodoc HISTORY README }