jlec 14/10/14 18:08:37 Modified: metadata.xml ChangeLog Added: molscript-2.1.2-r2.ebuild Log: sci-chemistry/molscript: Bump to EAPI=5 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.5 sci-chemistry/molscript/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molscript/metadata.xml?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molscript/metadata.xml?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molscript/metadata.xml?r1=1.4&r2=1.5 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molscript/metadata.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- metadata.xml 20 Sep 2006 05:08:59 -0000 1.4 +++ metadata.xml 14 Oct 2014 18:08:37 -0000 1.5 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-chemistry</herd> + <herd>sci-chemistry</herd> </pkgmetadata> 1.16 sci-chemistry/molscript/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molscript/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molscript/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molscript/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molscript/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 9 Aug 2011 08:25:28 -0000 1.15 +++ ChangeLog 14 Oct 2014 18:08:37 -0000 1.16 @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/molscript -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molscript/ChangeLog,v 1.15 2011/08/09 08:25:28 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molscript/ChangeLog,v 1.16 2014/10/14 18:08:37 jlec Exp $ + +*molscript-2.1.2-r2 (14 Oct 2014) + + 14 Oct 2014; Justin Lecher <[email protected]> +molscript-2.1.2-r2.ebuild, + metadata.xml: + Bump to EAPI=5 09 Aug 2011; Samuli Suominen <[email protected]> +files/2.1.2-libpng15.patch, molscript-2.1.2-r1.ebuild: 1.1 sci-chemistry/molscript/molscript-2.1.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild?rev=1.1&content-type=text/plain Index: molscript-2.1.2-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild,v 1.1 2014/10/14 18:08:37 jlec Exp $ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Display molecular 3D structures, such as proteins, in both schematic and detailed representations" HOMEPAGE="http://www.avatar.se/molscript/" SRC_URI="${P}.tar.gz" LICENSE="glut molscript" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND=" virtual/jpeg media-libs/libpng media-libs/gd media-libs/freeglut || ( x11-libs/libXmu x11-libs/libXext x11-libs/libX11 )" RDEPEND="${DEPEND}" RESTRICT="fetch" pkg_nofetch() { elog "Please visit ${HOMEPAGE}" elog "and get ${A}." elog "Place it in ${DISTDIR}" } src_prepare() { epatch \ "${FILESDIR}"/fix-makefile-shared.patch \ "${FILESDIR}"/${PV}-ldflags.patch \ "${FILESDIR}"/${PV}-prll.patch \ "${FILESDIR}"/${PV}-libpng15.patch # Provide glutbitmap.h, because freeglut doesn't have it cp "${FILESDIR}"/glutbitmap.h "${S}"/clib/ || die # Stop an incredibly hacky include sed \ -e 's:<../lib/glut/glutbitmap.h>:"glutbitmap.h":g' \ -i "${S}"/clib/ogl_bitmap_character.c || die } src_compile() { # Prefix of programs it links with export FREEWAREDIR="${EPREFIX}/usr" ln -s Makefile.complete Makefile || die emake \ CC="$(tc-getCC)" \ COPT="${CFLAGS}" } src_install() { dobin molscript molauto dohtml "${S}"/doc/*.html }
