public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/ccp4-libs: ChangeLog ccp4-libs-6.1.3-r4.ebuild ccp4-libs-6.1.3-r3.ebuild
Date: Thu, 16 Dec 2010 14:28:58 +0000 (UTC)	[thread overview]
Message-ID: <20101216142858.F2A7320054@flycatcher.gentoo.org> (raw)

jlec        10/12/16 14:28:58

  Modified:             ChangeLog ccp4-libs-6.1.3-r4.ebuild
                        ccp4-libs-6.1.3-r3.ebuild
  Log:
  Removal of fortran.eclass, #348851
  
  (Portage version: 2.2.0_alpha8/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 sci-libs/ccp4-libs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccp4-libs/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccp4-libs/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccp4-libs/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	8 Nov 2010 17:33:46 -0000	1.15
+++ ChangeLog	16 Dec 2010 14:28:58 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/ccp4-libs
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ChangeLog,v 1.15 2010/11/08 17:33:46 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ChangeLog,v 1.16 2010/12/16 14:28:58 jlec Exp $
+
+  16 Dec 2010; Justin Lecher <jlec@gentoo.org> ccp4-libs-6.1.3-r3.ebuild,
+  ccp4-libs-6.1.3-r4.ebuild:
+  Removal of fortran.eclass, #348851
 
   08 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org>
   ccp4-libs-6.1.3-r3.ebuild, ccp4-libs-6.1.3-r4.ebuild:



1.4                  sci-libs/ccp4-libs/ccp4-libs-6.1.3-r4.ebuild

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

Index: ccp4-libs-6.1.3-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ccp4-libs-6.1.3-r4.ebuild	8 Nov 2010 17:33:46 -0000	1.3
+++ ccp4-libs-6.1.3-r4.ebuild	16 Dec 2010 14:28:58 -0000	1.4
@@ -1,12 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r4.ebuild,v 1.3 2010/11/08 17:33:46 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r4.ebuild,v 1.4 2010/12/16 14:28:58 jlec Exp $
 
 EAPI="3"
 
-inherit fortran eutils gnuconfig multilib toolchain-funcs
-
-FORTRAN="g77 gfortran ifc"
+inherit eutils gnuconfig multilib toolchain-funcs
 
 SRC="ftp://ftp.ccp4.ac.uk/ccp4"
 
@@ -127,7 +125,7 @@
 	# irix irix64 sunos sunos64 aix hpux osf1 linux freebsd
 	# linux_compaq_compilers linux_intel_compilers generic Darwin
 	# ia64_linux_intel Darwin_ibm_compilers linux_ibm_compilers
-	if [[ "${FORTRANC}" = "ifc" ]]; then
+	if [[ "$(tc-getFC)" = "ifort" ]]; then
 		if use ia64; then
 			GENTOO_OSNAME="ia64_linux_intel"
 		else
@@ -163,7 +161,7 @@
 	export COPTIM=${CFLAGS}
 	export CXXOPTIM=${CXXFLAGS}
 	# Default to -O2 if FFLAGS is unset
-	export FC=${FORTRANC}
+	export FC=$(tc-getFC)
 	export FOPTIM=${FFLAGS:- -O2}
 #	export CCP4_SCR="${T}"
 
@@ -171,7 +169,7 @@
 #	$(tc-getCC) ${userldflags} -shared -Wl,-soname,libmmdb.so -o libmmdb.so \${MMDBOBJS} $(gcc-config -L | awk -F: '{for(i=1; i<=NF; i++) printf " -L%s", $i}') -lm -lstdc++ && \
 	export SHARE_LIB="\
 		$(tc-getCC) ${userldflags} -shared -Wl,-soname,libccp4c.so -o libccp4c.so \${CORELIBOBJS} \${CGENERALOBJS} \${CUCOBJS} \${CMTZOBJS} \${CMAPOBJS} \${CSYMOBJS} -L../ccif/ -lccif $(gcc-config -L | awk -F: '{for(i=1; i<=NF; i++) printf " -L%s", $i}') -lm && \
-		${FORTRANC} ${userldflags} -shared -Wl,-soname,libccp4f.so -o libccp4f.so \${FORTRANLOBJS} \${FINTERFACEOBJS} -L../ccif/ -lccif -L. -lccp4c -lmmdb $(gcc-config -L | awk -F: '{for(i=1; i<=NF; i++) printf " -L%s", $i}') -lstdc++ -lgfortran -lm"
+		$(tc-getFC) ${userldflags} -shared -Wl,-soname,libccp4f.so -o libccp4f.so \${FORTRANLOBJS} \${FINTERFACEOBJS} -L../ccif/ -lccif -L. -lccp4c -lmmdb $(gcc-config -L | awk -F: '{for(i=1; i<=NF; i++) printf " -L%s", $i}') -lstdc++ -lgfortran -lm"
 
 	# Can't use econf, configure rejects unknown options like --prefix
 	./configure \



1.6                  sci-libs/ccp4-libs/ccp4-libs-6.1.3-r3.ebuild

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

Index: ccp4-libs-6.1.3-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ccp4-libs-6.1.3-r3.ebuild	8 Nov 2010 17:33:46 -0000	1.5
+++ ccp4-libs-6.1.3-r3.ebuild	16 Dec 2010 14:28:58 -0000	1.6
@@ -1,12 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r3.ebuild,v 1.5 2010/11/08 17:33:46 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r3.ebuild,v 1.6 2010/12/16 14:28:58 jlec Exp $
 
 EAPI="3"
 
-inherit fortran eutils gnuconfig multilib toolchain-funcs
-
-FORTRAN="g77 gfortran ifc"
+inherit eutils gnuconfig multilib toolchain-funcs
 
 SRC="ftp://ftp.ccp4.ac.uk/ccp4"
 
@@ -124,7 +122,7 @@
 	# irix irix64 sunos sunos64 aix hpux osf1 linux freebsd
 	# linux_compaq_compilers linux_intel_compilers generic Darwin
 	# ia64_linux_intel Darwin_ibm_compilers linux_ibm_compilers
-	if [[ "${FORTRANC}" = "ifc" ]]; then
+	if [[ "$(tc-getFC)" = "ifort" ]]; then
 		if use ia64; then
 			GENTOO_OSNAME="ia64_linux_intel"
 		else
@@ -160,7 +158,7 @@
 	export COPTIM=${CFLAGS}
 	export CXXOPTIM=${CXXFLAGS}
 	# Default to -O2 if FFLAGS is unset
-	export FC=${FORTRANC}
+	export FC=$(tc-getFC)
 	export FOPTIM=${FFLAGS:- -O2}
 #	export CCP4_SCR="${T}"
 
@@ -168,7 +166,7 @@
 #	$(tc-getCC) ${userldflags} -shared -Wl,-soname,libmmdb.so -o libmmdb.so \${MMDBOBJS} $(gcc-config -L | awk -F: '{for(i=1; i<=NF; i++) printf " -L%s", $i}') -lm -lstdc++ && \
 	export SHARE_LIB="\
 		$(tc-getCC) ${userldflags} -shared -Wl,-soname,libccp4c.so -o libccp4c.so \${CORELIBOBJS} \${CGENERALOBJS} \${CUCOBJS} \${CMTZOBJS} \${CMAPOBJS} \${CSYMOBJS} -L../ccif/ -lccif $(gcc-config -L | awk -F: '{for(i=1; i<=NF; i++) printf " -L%s", $i}') -lm && \
-		${FORTRANC} ${userldflags} -shared -Wl,-soname,libccp4f.so -o libccp4f.so \${FORTRANLOBJS} \${FINTERFACEOBJS} -L../ccif/ -lccif -L. -lccp4c -lmmdb $(gcc-config -L | awk -F: '{for(i=1; i<=NF; i++) printf " -L%s", $i}') -lstdc++ -lgfortran -lm"
+		$(tc-getFC) ${userldflags} -shared -Wl,-soname,libccp4f.so -o libccp4f.so \${FORTRANLOBJS} \${FINTERFACEOBJS} -L../ccif/ -lccif -L. -lccp4c -lmmdb $(gcc-config -L | awk -F: '{for(i=1; i<=NF; i++) printf " -L%s", $i}') -lstdc++ -lgfortran -lm"
 
 	# Can't use econf, configure rejects unknown options like --prefix
 	./configure \






             reply	other threads:[~2010-12-16 14:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-16 14:28 Justin Lecher (jlec) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-12-31 17:07 [gentoo-commits] gentoo-x86 commit in sci-libs/ccp4-libs: ChangeLog ccp4-libs-6.1.3-r4.ebuild ccp4-libs-6.1.3-r3.ebuild Justin Lecher (jlec)
2010-11-08 17:33 Kacper Kowalik (xarthisius)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101216142858.F2A7320054@flycatcher.gentoo.org \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox