public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/molden: molden-4.7.ebuild molden-4.8.ebuild ChangeLog molden-4.7-r1.ebuild molden-4.8-r1.ebuild
@ 2010-09-16 17:26 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 4+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-09-16 17:26 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/09/16 17:26:26

  Modified:             molden-4.7.ebuild molden-4.8.ebuild ChangeLog
                        molden-4.7-r1.ebuild molden-4.8-r1.ebuild
  Log:
  virtual/glut -> media-libs/glut
  
  (Portage version: 2.2_rc83/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sci-chemistry/molden/molden-4.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild?r1=1.5&r2=1.6

Index: molden-4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- molden-4.7.ebuild	18 Jan 2010 19:17:56 -0000	1.5
+++ molden-4.7.ebuild	16 Sep 2010 17:26:26 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild,v 1.5 2010/01/18 19:17:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild,v 1.6 2010/09/16 17:26:26 scarabeus Exp $
 
 inherit eutils toolchain-funcs flag-o-matic fortran
 
@@ -14,7 +14,7 @@
 KEYWORDS="alpha amd64 ia64 x86"
 IUSE="opengl"
 
-RDEPEND="opengl? ( virtual/glut
+RDEPEND="opengl? ( media-libs/freeglut
 	virtual/opengl )
 	x11-libs/libXmu"
 DEPEND="${RDEPEND}



1.2                  sci-chemistry/molden/molden-4.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild?r1=1.1&r2=1.2

Index: molden-4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- molden-4.8.ebuild	26 Feb 2010 05:33:34 -0000	1.1
+++ molden-4.8.ebuild	16 Sep 2010 17:26:26 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild,v 1.1 2010/02/26 05:33:34 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild,v 1.2 2010/09/16 17:26:26 scarabeus Exp $
 
 EAPI="2"
 
@@ -16,7 +16,7 @@
 KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
 IUSE="opengl"
 
-RDEPEND="opengl? ( virtual/glut
+RDEPEND="opengl? ( media-libs/freeglut
 	virtual/opengl )
 	x11-libs/libXmu"
 DEPEND="${RDEPEND}



1.35                 sci-chemistry/molden/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	20 Jul 2010 11:03:31 -0000	1.34
+++ ChangeLog	16 Sep 2010 17:26:26 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/molden
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/ChangeLog,v 1.34 2010/07/20 11:03:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/ChangeLog,v 1.35 2010/09/16 17:26:26 scarabeus Exp $
+
+  16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> molden-4.7.ebuild,
+  molden-4.7-r1.ebuild, molden-4.8.ebuild, molden-4.8-r1.ebuild:
+  virtual/glut -> media-libs/glut
 
   20 Jul 2010; Justin Lecher <jlec@gentoo.org> molden-4.7-r1.ebuild,
   molden-4.8-r1.ebuild:



1.3                  sci-chemistry/molden/molden-4.7-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild?r1=1.2&r2=1.3

Index: molden-4.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- molden-4.7-r1.ebuild	20 Jul 2010 11:03:31 -0000	1.2
+++ molden-4.7-r1.ebuild	16 Sep 2010 17:26:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild,v 1.2 2010/07/20 11:03:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild,v 1.3 2010/09/16 17:26:26 scarabeus Exp $
 
 EAPI="3"
 
@@ -21,7 +21,7 @@
 RDEPEND="
 	x11-libs/libXmu
 	opengl? (
-		virtual/glut
+		media-libs/freeglut
 		virtual/opengl )"
 DEPEND="${RDEPEND}
 	x11-misc/gccmakedep



1.3                  sci-chemistry/molden/molden-4.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild?r1=1.2&r2=1.3

Index: molden-4.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- molden-4.8-r1.ebuild	20 Jul 2010 11:03:31 -0000	1.2
+++ molden-4.8-r1.ebuild	16 Sep 2010 17:26:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild,v 1.2 2010/07/20 11:03:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild,v 1.3 2010/09/16 17:26:26 scarabeus Exp $
 
 EAPI="3"
 
@@ -21,7 +21,7 @@
 RDEPEND="
 	x11-libs/libXmu
 	opengl? (
-		virtual/glut
+		media-libs/freeglut
 		virtual/opengl )"
 DEPEND="${RDEPEND}
 	x11-misc/gccmakedep






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/molden: molden-4.7.ebuild molden-4.8.ebuild ChangeLog molden-4.7-r1.ebuild molden-4.8-r1.ebuild
@ 2010-12-16 15:09 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2010-12-16 15:09 UTC (permalink / raw
  To: gentoo-commits

jlec        10/12/16 15:09:26

  Modified:             molden-4.7.ebuild molden-4.8.ebuild ChangeLog
                        molden-4.7-r1.ebuild molden-4.8-r1.ebuild
  Log:
  Removal of fortran.eclass, #348851
  
  (Portage version: 2.2.0_alpha8/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-chemistry/molden/molden-4.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild?r1=1.6&r2=1.7

Index: molden-4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- molden-4.7.ebuild	16 Sep 2010 17:26:26 -0000	1.6
+++ molden-4.7.ebuild	16 Dec 2010 15:09:26 -0000	1.7
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild,v 1.6 2010/09/16 17:26:26 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild,v 1.7 2010/12/16 15:09:26 jlec Exp $
 
-inherit eutils toolchain-funcs flag-o-matic fortran
+inherit eutils toolchain-funcs flag-o-matic
 
 MY_P="${PN}${PV}"
 DESCRIPTION="Display molecular density from GAMESS-UK, GAMESS-US, GAUSSIAN and Mopac/Ampac."
@@ -23,8 +23,6 @@
 
 S="${WORKDIR}/${MY_P}"
 
-FORTRAN="g77 gfortran"
-
 src_compile() {
 	# Use -mieee on alpha, according to the Makefile
 	use alpha && append-flags -mieee
@@ -34,7 +32,7 @@
 	# assignment on the same line.
 	typeset -a args
 	args=( CC="$(tc-getCC) ${CFLAGS}" \
-		FC="${FORTRANC}" LDR="${FORTRANC}" FFLAGS="${FFLAGS}" )
+		FC="$(tc-getFC)" LDR="$(tc-getFC)" FFLAGS="${FFLAGS}" )
 
 	einfo "Building Molden..."
 	emake -j1 "${args[@]}" || die "molden emake failed"



1.3                  sci-chemistry/molden/molden-4.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild?r1=1.2&r2=1.3

Index: molden-4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- molden-4.8.ebuild	16 Sep 2010 17:26:26 -0000	1.2
+++ molden-4.8.ebuild	16 Dec 2010 15:09:26 -0000	1.3
@@ -1,12 +1,13 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild,v 1.2 2010/09/16 17:26:26 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild,v 1.3 2010/12/16 15:09:26 jlec Exp $
 
 EAPI="2"
 
-inherit eutils toolchain-funcs flag-o-matic fortran
+inherit eutils toolchain-funcs flag-o-matic
 
 MY_P="${PN}${PV}"
+
 DESCRIPTION="Display molecular density from GAMESS-UK, GAMESS-US, GAUSSIAN and Mopac/Ampac."
 HOMEPAGE="http://www.cmbi.kun.nl/~schaft/molden/molden.html"
 SRC_URI="ftp://ftp.cmbi.kun.nl/pub/molgraph/${PN}/${MY_P}.tar.gz"
@@ -25,12 +26,11 @@
 
 S="${WORKDIR}/${MY_P}"
 
-FORTRAN="g77 gfortran"
-
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-ambfor.patch
-	epatch "${FILESDIR}"/${P}-overflow.patch
-	epatch "${FILESDIR}"/${P}-ldflags.patch
+	epatch \
+		"${FILESDIR}"/${P}-ambfor.patch \
+		"${FILESDIR}"/${P}-overflow.patch \
+		"${FILESDIR}"/${P}-ldflags.patch
 }
 
 src_compile() {
@@ -42,7 +42,7 @@
 	# assignment on the same line.
 	typeset -a args
 	args=( CC="$(tc-getCC) ${CFLAGS}" \
-		FC="${FORTRANC}" LDR="${FORTRANC}" FFLAGS="${FFLAGS}" )
+		FC="$(tc-getFC)" LDR="$(tc-getFC)" FFLAGS="${FFLAGS}" )
 
 	einfo "Building Molden..."
 	emake -j1 "${args[@]}" || die "molden emake failed"



1.36                 sci-chemistry/molden/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	16 Sep 2010 17:26:26 -0000	1.35
+++ ChangeLog	16 Dec 2010 15:09:26 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/molden
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/ChangeLog,v 1.35 2010/09/16 17:26:26 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/ChangeLog,v 1.36 2010/12/16 15:09:26 jlec Exp $
+
+  16 Dec 2010; Justin Lecher <jlec@gentoo.org> molden-4.7.ebuild,
+  molden-4.7-r1.ebuild, molden-4.8.ebuild, molden-4.8-r1.ebuild:
+  Removal of fortran.eclass, #348851
 
   16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> molden-4.7.ebuild,
   molden-4.7-r1.ebuild, molden-4.8.ebuild, molden-4.8-r1.ebuild:



1.4                  sci-chemistry/molden/molden-4.7-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild?r1=1.3&r2=1.4

Index: molden-4.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- molden-4.7-r1.ebuild	16 Sep 2010 17:26:26 -0000	1.3
+++ molden-4.7-r1.ebuild	16 Dec 2010 15:09:26 -0000	1.4
@@ -1,12 +1,11 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild,v 1.3 2010/09/16 17:26:26 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild,v 1.4 2010/12/16 15:09:26 jlec Exp $
 
 EAPI="3"
 
-inherit eutils flag-o-matic fortran toolchain-funcs
+inherit eutils flag-o-matic toolchain-funcs
 
-FORTRAN="g77 gfortran"
 MY_P="${PN}${PV}"
 
 DESCRIPTION="Display molecular density from GAMESS-UK, GAMESS-US, GAUSSIAN and Mopac/Ampac."
@@ -31,9 +30,9 @@
 S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-glibc-2.11.patch
-	epatch "${FILESDIR}"/${P}-ldflags.patch
-	epatch "${FILESDIR}"/${P}-implicit-dec.patch
+	epatch "${FILESDIR}"/${P}-glibc-2.11.patch \
+		"${FILESDIR}"/${P}-ldflags.patch \
+		"${FILESDIR}"/${P}-implicit-dec.patch
 	sed 's:makedepend:gccmakedep:g' -i surf/Makefile
 }
 
@@ -46,7 +45,7 @@
 	# assignment on the same line.
 	typeset -a args
 	args=( CC="$(tc-getCC) ${CFLAGS}" \
-		FC="${FORTRANC}" LDR="${FORTRANC} ${LDFLAGS}" FFLAGS="${FFLAGS}" )
+		FC="$(tc-getFC)" LDR="$(tc-getFC) ${LDFLAGS}" FFLAGS="${FFLAGS}" )
 
 	einfo "Building Molden..."
 	emake -j1 "${args[@]}" || die "molden emake failed"



1.4                  sci-chemistry/molden/molden-4.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild?r1=1.3&r2=1.4

Index: molden-4.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- molden-4.8-r1.ebuild	16 Sep 2010 17:26:26 -0000	1.3
+++ molden-4.8-r1.ebuild	16 Dec 2010 15:09:26 -0000	1.4
@@ -1,12 +1,11 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild,v 1.3 2010/09/16 17:26:26 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild,v 1.4 2010/12/16 15:09:26 jlec Exp $
 
 EAPI="3"
 
-inherit eutils flag-o-matic fortran toolchain-funcs
+inherit eutils flag-o-matic toolchain-funcs
 
-FORTRAN="g77 gfortran"
 MY_P="${PN}${PV}"
 
 DESCRIPTION="Display molecular density from GAMESS-UK, GAMESS-US, GAUSSIAN and Mopac/Ampac."
@@ -31,10 +30,10 @@
 S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-ambfor.patch
-	epatch "${FILESDIR}"/${P}-overflow.patch
-	epatch "${FILESDIR}"/${P}-ldflags.patch
-	epatch "${FILESDIR}"/${PN}-4.7-implicit-dec.patch
+	epatch "${FILESDIR}"/${P}-ambfor.patch \
+		"${FILESDIR}"/${P}-overflow.patch \
+		"${FILESDIR}"/${P}-ldflags.patch \
+		"${FILESDIR}"/${PN}-4.7-implicit-dec.patch
 	sed 's:makedepend:gccmakedep:g' -i surf/Makefile
 }
 
@@ -47,7 +46,7 @@
 	# assignment on the same line.
 	typeset -a args
 	args=( CC="$(tc-getCC) ${CFLAGS}" \
-		FC="${FORTRANC}" LDR="${FORTRANC}" FFLAGS="${FFLAGS}" )
+		FC="$(tc-getFC)" LDR="$(tc-getFC)" FFLAGS="${FFLAGS}" )
 
 	einfo "Building Molden..."
 	emake -j1 "${args[@]}" || die "molden emake failed"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/molden: molden-4.7.ebuild molden-4.8.ebuild ChangeLog molden-4.7-r1.ebuild molden-4.8-r1.ebuild
@ 2011-06-21  9:06 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21  9:06 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/21 09:06:35

  Modified:             molden-4.7.ebuild molden-4.8.ebuild ChangeLog
                        molden-4.7-r1.ebuild molden-4.8-r1.ebuild
  Log:
  Added fortran-2.eclass support
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sci-chemistry/molden/molden-4.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild?r1=1.7&r2=1.8

Index: molden-4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- molden-4.7.ebuild	16 Dec 2010 15:09:26 -0000	1.7
+++ molden-4.7.ebuild	21 Jun 2011 09:06:35 -0000	1.8
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild,v 1.7 2010/12/16 15:09:26 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild,v 1.8 2011/06/21 09:06:35 jlec Exp $
 
-inherit eutils toolchain-funcs flag-o-matic
+inherit eutils fortran-2 toolchain-funcs flag-o-matic
 
 MY_P="${PN}${PV}"
 DESCRIPTION="Display molecular density from GAMESS-UK, GAMESS-US, GAUSSIAN and Mopac/Ampac."



1.4                  sci-chemistry/molden/molden-4.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild?r1=1.3&r2=1.4

Index: molden-4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- molden-4.8.ebuild	16 Dec 2010 15:09:26 -0000	1.3
+++ molden-4.8.ebuild	21 Jun 2011 09:06:35 -0000	1.4
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild,v 1.3 2010/12/16 15:09:26 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild,v 1.4 2011/06/21 09:06:35 jlec Exp $
 
 EAPI="2"
 
-inherit eutils toolchain-funcs flag-o-matic
+inherit eutils fortran-2 toolchain-funcs flag-o-matic
 
 MY_P="${PN}${PV}"
 



1.37                 sci-chemistry/molden/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	16 Dec 2010 15:09:26 -0000	1.36
+++ ChangeLog	21 Jun 2011 09:06:35 -0000	1.37
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/molden
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/ChangeLog,v 1.36 2010/12/16 15:09:26 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/ChangeLog,v 1.37 2011/06/21 09:06:35 jlec Exp $
+
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> molden-4.7.ebuild,
+  molden-4.7-r1.ebuild, molden-4.8.ebuild, molden-4.8-r1.ebuild:
+  Added fortran-2.eclass support
 
   16 Dec 2010; Justin Lecher <jlec@gentoo.org> molden-4.7.ebuild,
   molden-4.7-r1.ebuild, molden-4.8.ebuild, molden-4.8-r1.ebuild:



1.5                  sci-chemistry/molden/molden-4.7-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild?r1=1.4&r2=1.5

Index: molden-4.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- molden-4.7-r1.ebuild	16 Dec 2010 15:09:26 -0000	1.4
+++ molden-4.7-r1.ebuild	21 Jun 2011 09:06:35 -0000	1.5
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild,v 1.4 2010/12/16 15:09:26 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild,v 1.5 2011/06/21 09:06:35 jlec Exp $
 
 EAPI="3"
 
-inherit eutils flag-o-matic toolchain-funcs
+inherit eutils fortran-2 flag-o-matic toolchain-funcs
 
 MY_P="${PN}${PV}"
 



1.5                  sci-chemistry/molden/molden-4.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild?r1=1.4&r2=1.5

Index: molden-4.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- molden-4.8-r1.ebuild	16 Dec 2010 15:09:26 -0000	1.4
+++ molden-4.8-r1.ebuild	21 Jun 2011 09:06:35 -0000	1.5
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild,v 1.4 2010/12/16 15:09:26 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild,v 1.5 2011/06/21 09:06:35 jlec Exp $
 
 EAPI="3"
 
-inherit eutils flag-o-matic toolchain-funcs
+inherit eutils fortran-2 flag-o-matic toolchain-funcs
 
 MY_P="${PN}${PV}"
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/molden: molden-4.7.ebuild molden-4.8.ebuild ChangeLog molden-4.7-r1.ebuild molden-4.8-r1.ebuild
@ 2011-06-21 16:03 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21 16:03 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/21 16:03:06

  Modified:             molden-4.7.ebuild molden-4.8.ebuild ChangeLog
                        molden-4.7-r1.ebuild molden-4.8-r1.ebuild
  Log:
  Add dependency on virtual/fortran
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  sci-chemistry/molden/molden-4.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild?r1=1.8&r2=1.9

Index: molden-4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- molden-4.7.ebuild	21 Jun 2011 09:06:35 -0000	1.8
+++ molden-4.7.ebuild	21 Jun 2011 16:03:06 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild,v 1.8 2011/06/21 09:06:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7.ebuild,v 1.9 2011/06/21 16:03:06 jlec Exp $
 
 inherit eutils fortran-2 toolchain-funcs flag-o-matic
 
@@ -14,7 +14,9 @@
 KEYWORDS="alpha amd64 ia64 x86"
 IUSE="opengl"
 
-RDEPEND="opengl? ( media-libs/freeglut
+RDEPEND="
+	virtual/fortran
+	opengl? ( media-libs/freeglut
 	virtual/opengl )
 	x11-libs/libXmu"
 DEPEND="${RDEPEND}



1.5                  sci-chemistry/molden/molden-4.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild?r1=1.4&r2=1.5

Index: molden-4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- molden-4.8.ebuild	21 Jun 2011 09:06:35 -0000	1.4
+++ molden-4.8.ebuild	21 Jun 2011 16:03:06 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild,v 1.4 2011/06/21 09:06:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8.ebuild,v 1.5 2011/06/21 16:03:06 jlec Exp $
 
 EAPI="2"
 
@@ -17,7 +17,9 @@
 KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
 IUSE="opengl"
 
-RDEPEND="opengl? ( media-libs/freeglut
+RDEPEND="
+	virtual/fortran
+	opengl? ( media-libs/freeglut
 	virtual/opengl )
 	x11-libs/libXmu"
 DEPEND="${RDEPEND}



1.38                 sci-chemistry/molden/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	21 Jun 2011 09:06:35 -0000	1.37
+++ ChangeLog	21 Jun 2011 16:03:06 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/molden
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/ChangeLog,v 1.37 2011/06/21 09:06:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/ChangeLog,v 1.38 2011/06/21 16:03:06 jlec Exp $
+
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> molden-4.7.ebuild,
+  molden-4.7-r1.ebuild, molden-4.8.ebuild, molden-4.8-r1.ebuild:
+  Add dependency on virtual/fortran
 
   21 Jun 2011; Justin Lecher <jlec@gentoo.org> molden-4.7.ebuild,
   molden-4.7-r1.ebuild, molden-4.8.ebuild, molden-4.8-r1.ebuild:



1.6                  sci-chemistry/molden/molden-4.7-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild?r1=1.5&r2=1.6

Index: molden-4.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- molden-4.7-r1.ebuild	21 Jun 2011 09:06:35 -0000	1.5
+++ molden-4.7-r1.ebuild	21 Jun 2011 16:03:06 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild,v 1.5 2011/06/21 09:06:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.7-r1.ebuild,v 1.6 2011/06/21 16:03:06 jlec Exp $
 
 EAPI="3"
 
@@ -18,6 +18,8 @@
 IUSE="opengl"
 
 RDEPEND="
+	virtual/fortran
+
 	x11-libs/libXmu
 	opengl? (
 		media-libs/freeglut



1.6                  sci-chemistry/molden/molden-4.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild?r1=1.5&r2=1.6

Index: molden-4.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- molden-4.8-r1.ebuild	21 Jun 2011 09:06:35 -0000	1.5
+++ molden-4.8-r1.ebuild	21 Jun 2011 16:03:06 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild,v 1.5 2011/06/21 09:06:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molden/molden-4.8-r1.ebuild,v 1.6 2011/06/21 16:03:06 jlec Exp $
 
 EAPI="3"
 
@@ -18,6 +18,8 @@
 IUSE="opengl"
 
 RDEPEND="
+	virtual/fortran
+
 	x11-libs/libXmu
 	opengl? (
 		media-libs/freeglut






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-06-21 16:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-16 17:26 [gentoo-commits] gentoo-x86 commit in sci-chemistry/molden: molden-4.7.ebuild molden-4.8.ebuild ChangeLog molden-4.7-r1.ebuild molden-4.8-r1.ebuild Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-16 15:09 Justin Lecher (jlec)
2011-06-21  9:06 Justin Lecher (jlec)
2011-06-21 16:03 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