public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/cns: cns-1.3_p5.ebuild cns-1.2.1-r5.ebuild cns-1.1.ebuild ChangeLog cns-1.2.1-r6.ebuild cns-1.2.1.ebuild
@ 2011-06-21  8:47 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21  8:47 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/21 08:47:00

  Modified:             cns-1.3_p5.ebuild cns-1.2.1-r5.ebuild
                        cns-1.1.ebuild ChangeLog cns-1.2.1-r6.ebuild
                        cns-1.2.1.ebuild
  Log:
  Added fortran-2.eclass support
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-chemistry/cns/cns-1.3_p5.ebuild

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

Index: cns-1.3_p5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.3_p5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cns-1.3_p5.ebuild	28 May 2011 12:20:57 -0000	1.3
+++ cns-1.3_p5.ebuild	21 Jun 2011 08:46:59 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.3_p5.ebuild,v 1.3 2011/05/28 12:20:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.3_p5.ebuild,v 1.4 2011/06/21 08:46:59 jlec Exp $
 
 EAPI=3
 
-inherit eutils toolchain-funcs versionator flag-o-matic
+inherit eutils fortran-2 toolchain-funcs versionator flag-o-matic
 
 MY_PN="${PN}_solve"
 MY_PV="$(delete_version_separator 2)"
@@ -12,7 +12,8 @@
 
 DESCRIPTION="Crystallography and NMR System"
 HOMEPAGE="http://cns.csb.yale.edu/"
-SRC_URI="${MY_P/p5}_all.tar.gz
+SRC_URI="
+	${MY_P/p5}_all.tar.gz
 	aria? ( aria2.3.1.tar.gz )"
 
 SLOT="0"
@@ -23,9 +24,12 @@
 RDEPEND="app-shells/tcsh"
 DEPEND="${RDEPEND}"
 
-RESTRICT="fetch"
+FORTRAN_NEED_OPENMP=1
+
 S="${WORKDIR}/${MY_P/p5}"
 
+RESTRICT="fetch"
+
 pkg_nofetch() {
 	elog "Fill out the form at http://cns.csb.yale.edu/cns_request/"
 	use aria && elog "and http://aria.pasteur.fr/"
@@ -46,9 +50,7 @@
 }
 
 pkg_setup() {
-	if [[ $(tc-getFC) =~ gfortran ]]; then
-		tc-has-openmp || die "Please ensure your compiler has openmp support"
-	fi
+	fortran-2_pkg_setup
 	get_fcomp
 }
 



1.10                 sci-chemistry/cns/cns-1.2.1-r5.ebuild

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

Index: cns-1.2.1-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cns-1.2.1-r5.ebuild	28 May 2011 12:20:57 -0000	1.9
+++ cns-1.2.1-r5.ebuild	21 Jun 2011 08:46:59 -0000	1.10
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r5.ebuild,v 1.9 2011/05/28 12:20:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r5.ebuild,v 1.10 2011/06/21 08:46:59 jlec Exp $
 
 EAPI=3
 
-inherit eutils toolchain-funcs versionator flag-o-matic
+inherit eutils fortran-2 toolchain-funcs versionator flag-o-matic
 
 MY_PN="${PN}_solve"
 MY_PV="$(delete_version_separator 2)"
@@ -12,7 +12,8 @@
 
 DESCRIPTION="Crystallography and NMR System"
 HOMEPAGE="http://cns.csb.yale.edu/"
-SRC_URI="${MY_P}_all-mp.tar.gz
+SRC_URI="
+	${MY_P}_all-mp.tar.gz
 	aria? ( aria2.3.1.tar.gz )"
 
 SLOT="0"
@@ -23,9 +24,12 @@
 RDEPEND="app-shells/tcsh"
 DEPEND="${RDEPEND}"
 
-RESTRICT="fetch"
+FORTRAN_NEED_OPENMP=1
+
 S="${WORKDIR}/${MY_P}"
 
+RESTRICT="fetch"
+
 pkg_nofetch() {
 	elog "Fill out the form at http://cns.csb.yale.edu/cns_request/"
 	use aria && elog "and http://aria.pasteur.fr/"
@@ -46,9 +50,7 @@
 }
 
 pkg_setup() {
-	if [[ $(tc-getFC) =~ gfortran ]]; then
-		tc-has-openmp || die "Please ensure your compiler has openmp support"
-	fi
+	fortran-2_pkg_setup
 	get_fcomp
 }
 



1.9                  sci-chemistry/cns/cns-1.1.ebuild

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

Index: cns-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cns-1.1.ebuild	17 Dec 2010 07:54:48 -0000	1.8
+++ cns-1.1.ebuild	21 Jun 2011 08:46:59 -0000	1.9
@@ -1,20 +1,21 @@
-# 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/cns/cns-1.1.ebuild,v 1.8 2010/12/17 07:54:48 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.1.ebuild,v 1.9 2011/06/21 08:46:59 jlec Exp $
 
-inherit eutils toolchain-funcs
+inherit eutils fortran-2 toolchain-funcs
 
 MY_PN="${PN}_solve"
 MY_P="${MY_PN}_${PV}"
 
 DESCRIPTION="Crystallography and NMR System"
 HOMEPAGE="http://cns.csb.yale.edu/"
-SRC_URI="${MY_P}_basic_inputs.tar.gz
+SRC_URI="
+	${MY_P}_basic_inputs.tar.gz
 	${MY_P}_data.tar.gz
 	test? ( ${MY_P}_test.tar.gz )"
 
-LICENSE="cns"
 SLOT="0"
+LICENSE="cns"
 KEYWORDS="ppc x86"
 IUSE="test"
 



1.40                 sci-chemistry/cns/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	28 May 2011 12:20:57 -0000	1.39
+++ ChangeLog	21 Jun 2011 08:46:59 -0000	1.40
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/cns
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.39 2011/05/28 12:20:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.40 2011/06/21 08:46:59 jlec Exp $
+
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> cns-1.1.ebuild,
+  cns-1.2.1.ebuild, cns-1.2.1-r5.ebuild, cns-1.2.1-r6.ebuild,
+  cns-1.3_p5.ebuild:
+  Added fortran-2.eclass support
 
   28 May 2011; Justin Lecher <jlec@gentoo.org> cns-1.2.1-r5.ebuild,
   cns-1.2.1-r6.ebuild, cns-1.3_p5.ebuild:



1.6                  sci-chemistry/cns/cns-1.2.1-r6.ebuild

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

Index: cns-1.2.1-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cns-1.2.1-r6.ebuild	28 May 2011 12:20:57 -0000	1.5
+++ cns-1.2.1-r6.ebuild	21 Jun 2011 08:46:59 -0000	1.6
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r6.ebuild,v 1.5 2011/05/28 12:20:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r6.ebuild,v 1.6 2011/06/21 08:46:59 jlec Exp $
 
 EAPI=3
 
-inherit eutils toolchain-funcs versionator flag-o-matic
+inherit eutils fortran-2 toolchain-funcs versionator flag-o-matic
 
 MY_PN="${PN}_solve"
 MY_PV="$(delete_version_separator 2)"
@@ -12,7 +12,8 @@
 
 DESCRIPTION="Crystallography and NMR System"
 HOMEPAGE="http://cns.csb.yale.edu/"
-SRC_URI="${MY_P}_all-mp.tar.gz
+SRC_URI="
+	${MY_P}_all-mp.tar.gz
 	aria? ( aria2.3.1.tar.gz )"
 
 SLOT="0"
@@ -23,9 +24,12 @@
 RDEPEND="app-shells/tcsh"
 DEPEND="${RDEPEND}"
 
-RESTRICT="fetch"
+FORTRAN_NEED_OPENMP=1
+
 S="${WORKDIR}/${MY_P}"
 
+RESTRICT="fetch"
+
 pkg_nofetch() {
 	elog "Fill out the form at http://cns.csb.yale.edu/cns_request/"
 	use aria && elog "and http://aria.pasteur.fr/"
@@ -46,9 +50,7 @@
 }
 
 pkg_setup() {
-	if [[ $(tc-getFC) =~ gfortran ]]; then
-		tc-has-openmp || die "Please ensure your compiler has openmp support"
-	fi
+	fortran-2_pkg_setup
 	get_fcomp
 }
 



1.12                 sci-chemistry/cns/cns-1.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/cns-1.2.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/cns-1.2.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/cns-1.2.1.ebuild?r1=1.11&r2=1.12

Index: cns-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cns-1.2.1.ebuild	11 May 2011 07:27:13 -0000	1.11
+++ cns-1.2.1.ebuild	21 Jun 2011 08:46:59 -0000	1.12
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1.ebuild,v 1.11 2011/05/11 07:27:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1.ebuild,v 1.12 2011/06/21 08:46:59 jlec Exp $
 
-inherit eutils toolchain-funcs versionator flag-o-matic
+inherit eutils fortran-2 toolchain-funcs versionator flag-o-matic
 
 MY_PN="${PN}_solve"
 MY_PV="$(delete_version_separator 2)"
@@ -10,17 +10,24 @@
 
 DESCRIPTION="Crystallography and NMR System"
 HOMEPAGE="http://cns.csb.yale.edu/"
-SRC_URI="!openmp? ( ${MY_P}_all.tar.gz )
+SRC_URI="
+	!openmp? ( ${MY_P}_all.tar.gz )
 	openmp? ( ${MY_P}_all-mp.tar.gz )"
-RESTRICT="fetch"
-LICENSE="cns"
+
 SLOT="0"
+LICENSE="cns"
 KEYWORDS="amd64 ~ppc ~x86"
 IUSE="openmp"
+
 RDEPEND="app-shells/tcsh"
 DEPEND="${RDEPEND}"
+
+FORTRAN_NEED_OPENMP=1
+
 S="${WORKDIR}/${MY_P}"
 
+RESTRICT="fetch"
+
 pkg_nofetch() {
 	elog "Fill out the form at http://cns.csb.yale.edu/cns_request/"
 	elog "and place these files:"
@@ -40,9 +47,7 @@
 }
 
 pkg_setup() {
-	if [[ $(tc-getFC) =~ gfortran ]]; then
-		tc-has-openmp || die "Please ensure your compiler has openmp support"
-	fi
+	fortran-2_pkg_setup
 	get_fcomp
 }
 






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/cns: cns-1.3_p5.ebuild cns-1.2.1-r5.ebuild cns-1.1.ebuild ChangeLog cns-1.2.1-r6.ebuild cns-1.2.1.ebuild
@ 2011-06-21 16:05 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21 16:05 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/21 16:05:16

  Modified:             cns-1.3_p5.ebuild cns-1.2.1-r5.ebuild
                        cns-1.1.ebuild ChangeLog cns-1.2.1-r6.ebuild
                        cns-1.2.1.ebuild
  Log:
  Add dependency on virtual/fortran
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sci-chemistry/cns/cns-1.3_p5.ebuild

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

Index: cns-1.3_p5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.3_p5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cns-1.3_p5.ebuild	21 Jun 2011 08:46:59 -0000	1.4
+++ cns-1.3_p5.ebuild	21 Jun 2011 16:05:16 -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/cns/cns-1.3_p5.ebuild,v 1.4 2011/06/21 08:46:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.3_p5.ebuild,v 1.5 2011/06/21 16:05:16 jlec Exp $
 
 EAPI=3
 
@@ -21,7 +21,9 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="aria openmp"
 
-RDEPEND="app-shells/tcsh"
+RDEPEND="
+	virtual/fortran
+	app-shells/tcsh"
 DEPEND="${RDEPEND}"
 
 FORTRAN_NEED_OPENMP=1



1.11                 sci-chemistry/cns/cns-1.2.1-r5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r5.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r5.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r5.ebuild?r1=1.10&r2=1.11

Index: cns-1.2.1-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r5.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cns-1.2.1-r5.ebuild	21 Jun 2011 08:46:59 -0000	1.10
+++ cns-1.2.1-r5.ebuild	21 Jun 2011 16:05:16 -0000	1.11
@@ -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/cns/cns-1.2.1-r5.ebuild,v 1.10 2011/06/21 08:46:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r5.ebuild,v 1.11 2011/06/21 16:05:16 jlec Exp $
 
 EAPI=3
 
@@ -21,7 +21,9 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="aria openmp"
 
-RDEPEND="app-shells/tcsh"
+RDEPEND="
+	virtual/fortran
+	app-shells/tcsh"
 DEPEND="${RDEPEND}"
 
 FORTRAN_NEED_OPENMP=1



1.10                 sci-chemistry/cns/cns-1.1.ebuild

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

Index: cns-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cns-1.1.ebuild	21 Jun 2011 08:46:59 -0000	1.9
+++ cns-1.1.ebuild	21 Jun 2011 16:05:16 -0000	1.10
@@ -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/cns/cns-1.1.ebuild,v 1.9 2011/06/21 08:46:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.1.ebuild,v 1.10 2011/06/21 16:05:16 jlec Exp $
 
 inherit eutils fortran-2 toolchain-funcs
 
@@ -19,7 +19,9 @@
 KEYWORDS="ppc x86"
 IUSE="test"
 
-RDEPEND="app-shells/tcsh"
+RDEPEND="
+	virtual/fortran
+	app-shells/tcsh"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_P}"



1.41                 sci-chemistry/cns/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	21 Jun 2011 08:46:59 -0000	1.40
+++ ChangeLog	21 Jun 2011 16:05:16 -0000	1.41
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/cns
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.40 2011/06/21 08:46:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.41 2011/06/21 16:05:16 jlec Exp $
+
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> cns-1.1.ebuild,
+  cns-1.2.1.ebuild, cns-1.2.1-r5.ebuild, cns-1.2.1-r6.ebuild,
+  cns-1.3_p5.ebuild:
+  Add dependency on virtual/fortran
 
   21 Jun 2011; Justin Lecher <jlec@gentoo.org> cns-1.1.ebuild,
   cns-1.2.1.ebuild, cns-1.2.1-r5.ebuild, cns-1.2.1-r6.ebuild,



1.7                  sci-chemistry/cns/cns-1.2.1-r6.ebuild

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

Index: cns-1.2.1-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cns-1.2.1-r6.ebuild	21 Jun 2011 08:46:59 -0000	1.6
+++ cns-1.2.1-r6.ebuild	21 Jun 2011 16:05:16 -0000	1.7
@@ -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/cns/cns-1.2.1-r6.ebuild,v 1.6 2011/06/21 08:46:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r6.ebuild,v 1.7 2011/06/21 16:05:16 jlec Exp $
 
 EAPI=3
 
@@ -21,7 +21,9 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="aria openmp"
 
-RDEPEND="app-shells/tcsh"
+RDEPEND="
+	virtual/fortran
+	app-shells/tcsh"
 DEPEND="${RDEPEND}"
 
 FORTRAN_NEED_OPENMP=1



1.13                 sci-chemistry/cns/cns-1.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/cns-1.2.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/cns-1.2.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/cns-1.2.1.ebuild?r1=1.12&r2=1.13

Index: cns-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cns-1.2.1.ebuild	21 Jun 2011 08:46:59 -0000	1.12
+++ cns-1.2.1.ebuild	21 Jun 2011 16:05:16 -0000	1.13
@@ -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/cns/cns-1.2.1.ebuild,v 1.12 2011/06/21 08:46:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1.ebuild,v 1.13 2011/06/21 16:05:16 jlec Exp $
 
 inherit eutils fortran-2 toolchain-funcs versionator flag-o-matic
 
@@ -19,7 +19,9 @@
 KEYWORDS="amd64 ~ppc ~x86"
 IUSE="openmp"
 
-RDEPEND="app-shells/tcsh"
+RDEPEND="
+	virtual/fortran
+	app-shells/tcsh"
 DEPEND="${RDEPEND}"
 
 FORTRAN_NEED_OPENMP=1






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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-21  8:47 [gentoo-commits] gentoo-x86 commit in sci-chemistry/cns: cns-1.3_p5.ebuild cns-1.2.1-r5.ebuild cns-1.1.ebuild ChangeLog cns-1.2.1-r6.ebuild cns-1.2.1.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-21 16:05 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