public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/tinker: ChangeLog tinker-5.1.01.ebuild tinker-5.1.ebuild
@ 2010-02-17 20:27 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-02-17 20:27 UTC (permalink / raw
  To: gentoo-commits

jlec        10/02/17 20:27:53

  Modified:             ChangeLog
  Added:                tinker-5.1.01.ebuild
  Removed:              tinker-5.1.ebuild
  Log:
  Moved to new upstream release and naming policy, bug 305007
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 sci-chemistry/tinker/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/tinker/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/tinker/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/tinker/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	13 Feb 2010 20:07:43 -0000	1.14
+++ ChangeLog	17 Feb 2010 20:27:53 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for sci-chemistry/tinker
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/ChangeLog,v 1.14 2010/02/13 20:07:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/ChangeLog,v 1.15 2010/02/17 20:27:53 jlec Exp $
+
+*tinker-5.1.01 (17 Feb 2010)
+
+  17 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org> -tinker-5.1.ebuild,
+  +tinker-5.1.01.ebuild:
+  Moved to new upstream release and naming policy, bug 305007
 
 *tinker-5.1 (13 Feb 2010)
 



1.1                  sci-chemistry/tinker/tinker-5.1.01.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/tinker/tinker-5.1.01.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/tinker/tinker-5.1.01.ebuild?rev=1.1&content-type=text/plain

Index: tinker-5.1.01.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/tinker-5.1.01.ebuild,v 1.1 2010/02/17 20:27:53 jlec Exp $

EAPI="2"
FORTRAN="gfortran ifc"

inherit fortran

DESCRIPTION="Molecular modeling package that includes force fields, such as AMBER and CHARMM."
HOMEPAGE="http://dasher.wustl.edu/tinker/"
SRC_URI="http://dasher.wustl.edu/tinker/downloads/${P}.tar.gz"

SLOT="0"
LICENSE="Tinker"
KEYWORDS="~amd64 ~x86"
IUSE=""

# RDEPEND="dev-java/j3d-core"
RESTRICT="mirror"

S="${WORKDIR}"/tinker/source

src_compile() {
	emake \
		-f ../make/Makefile \
		F77="${FORTRANC}" \
		F77FLAGS=-c \
		OPTFLAGS="${FFLAGS}" \
		LINKFLAGS="${LDFLAGS}" \
		|| die
}

src_install() {
	dodoc \
		"${WORKDIR}"/tinker/doc/{*.txt,announce/release-*,*.pdf,0README} || die

	dolib.a libtinker.a || die

	for EXE in *.x; do
		newbin ${EXE} ${EXE%.x} || die
	done

	docinto example
	dodoc "${WORKDIR}"/tinker/example/* || die

	docinto test
	dodoc "${WORKDIR}"/tinker/test/* || die

	dobin "${WORKDIR}"/tinker/perl/mdavg || die

	insinto /usr/share/tinker/params
	doins "${WORKDIR}"/tinker/params/* || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-17 20:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-17 20:27 [gentoo-commits] gentoo-x86 commit in sci-chemistry/tinker: ChangeLog tinker-5.1.01.ebuild tinker-5.1.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox