public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/procheck: ChangeLog procheck-3.5.4-r1.ebuild
@ 2010-12-16 13:51 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2010-12-16 13:51 UTC (permalink / raw
  To: gentoo-commits

jlec        10/12/16 13:51:47

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

Revision  Changes    Path
1.4                  sci-chemistry/procheck/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	19 Jul 2010 17:16:04 -0000	1.3
+++ ChangeLog	16 Dec 2010 13:51:46 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/procheck
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/ChangeLog,v 1.3 2010/07/19 17:16:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/ChangeLog,v 1.4 2010/12/16 13:51:46 jlec Exp $
+
+  16 Dec 2010; Justin Lecher <jlec@gentoo.org> procheck-3.5.4-r1.ebuild:
+  Removal of fortran.eclass, #348851
 
 *procheck-3.5.4-r1 (19 Jul 2010)
 



1.2                  sci-chemistry/procheck/procheck-3.5.4-r1.ebuild

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

Index: procheck-3.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- procheck-3.5.4-r1.ebuild	19 Jul 2010 17:16:04 -0000	1.1
+++ procheck-3.5.4-r1.ebuild	16 Dec 2010 13:51:46 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild,v 1.1 2010/07/19 17:16:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild,v 1.2 2010/12/16 13:51:46 jlec Exp $
 
 EAPI="3"
 
-inherit eutils fortran toolchain-funcs versionator
+inherit eutils toolchain-funcs versionator
 
 DESCRIPTION="Checks the stereochemical quality of a protein structure"
 HOMEPAGE="http://www.biochem.ucl.ac.uk/~roman/procheck/procheck.html"
@@ -24,8 +24,6 @@
 
 S="${WORKDIR}/${PN}"
 
-FORTRAN="gfortran g77"
-
 pkg_nofetch() {
 	elog "Please visit http://www.ebi.ac.uk/thornton-srv/software/PROCHECK/download.html"
 	elog "And follow the instruction for downloading."
@@ -43,7 +41,7 @@
 
 src_compile() {
 	emake \
-		F77=${FORTRANC} \
+		F77=$(tc-getFC) \
 		CC=$(tc-getCC) \
 		COPTS="${CFLAGS}" \
 		FOPTS="${FFLAGS}" \






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

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

jlec        11/06/21 09:48:38

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

Revision  Changes    Path
1.5                  sci-chemistry/procheck/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	16 Dec 2010 13:51:46 -0000	1.4
+++ ChangeLog	21 Jun 2011 09:48:38 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/procheck
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/ChangeLog,v 1.4 2010/12/16 13:51:46 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/ChangeLog,v 1.5 2011/06/21 09:48:38 jlec Exp $
+
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> procheck-3.5.4-r1.ebuild:
+  Added fortran-2.eclass support
 
   16 Dec 2010; Justin Lecher <jlec@gentoo.org> procheck-3.5.4-r1.ebuild:
   Removal of fortran.eclass, #348851



1.3                  sci-chemistry/procheck/procheck-3.5.4-r1.ebuild

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

Index: procheck-3.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- procheck-3.5.4-r1.ebuild	16 Dec 2010 13:51:46 -0000	1.2
+++ procheck-3.5.4-r1.ebuild	21 Jun 2011 09:48:38 -0000	1.3
@@ -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/procheck/procheck-3.5.4-r1.ebuild,v 1.2 2010/12/16 13:51:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild,v 1.3 2011/06/21 09:48:38 jlec Exp $
 
 EAPI="3"
 
-inherit eutils toolchain-funcs versionator
+inherit eutils fortran-2 toolchain-funcs versionator
 
 DESCRIPTION="Checks the stereochemical quality of a protein structure"
 HOMEPAGE="http://www.biochem.ucl.ac.uk/~roman/procheck/procheck.html"






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/procheck: ChangeLog procheck-3.5.4-r1.ebuild
@ 2011-06-21 15:58 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21 15:58 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/21 15:58:06

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

Revision  Changes    Path
1.6                  sci-chemistry/procheck/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	21 Jun 2011 09:48:38 -0000	1.5
+++ ChangeLog	21 Jun 2011 15:58:06 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/procheck
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/ChangeLog,v 1.5 2011/06/21 09:48:38 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/ChangeLog,v 1.6 2011/06/21 15:58:06 jlec Exp $
+
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> procheck-3.5.4-r1.ebuild:
+  Add dependency on virtual/fortran
 
   21 Jun 2011; Justin Lecher <jlec@gentoo.org> procheck-3.5.4-r1.ebuild:
   Added fortran-2.eclass support



1.4                  sci-chemistry/procheck/procheck-3.5.4-r1.ebuild

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

Index: procheck-3.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- procheck-3.5.4-r1.ebuild	21 Jun 2011 09:48:38 -0000	1.3
+++ procheck-3.5.4-r1.ebuild	21 Jun 2011 15:58:06 -0000	1.4
@@ -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/procheck/procheck-3.5.4-r1.ebuild,v 1.3 2011/06/21 09:48:38 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild,v 1.4 2011/06/21 15:58:06 jlec Exp $
 
 EAPI="3"
 
@@ -17,7 +17,9 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
-RDEPEND="app-shells/tcsh"
+RDEPEND="
+	virtual/fortran
+	app-shells/tcsh"
 DEPEND="${RDEPEND}"
 
 RESTRICT="fetch"






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/procheck: ChangeLog procheck-3.5.4-r1.ebuild
@ 2012-06-12 11:28 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-12 11:28 UTC (permalink / raw
  To: gentoo-commits

ago         12/06/12 11:28:23

  Modified:             ChangeLog procheck-3.5.4-r1.ebuild
  Log:
  Stable for amd64, wrt bug #419877
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-chemistry/procheck/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	21 Jun 2011 15:58:06 -0000	1.6
+++ ChangeLog	12 Jun 2012 11:28:23 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/procheck
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/ChangeLog,v 1.6 2011/06/21 15:58:06 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/ChangeLog,v 1.7 2012/06/12 11:28:23 ago Exp $
+
+  12 Jun 2012; Agostino Sarubbo <ago@gentoo.org> procheck-3.5.4-r1.ebuild:
+  Stable for amd64, wrt bug #419877
 
   21 Jun 2011; Justin Lecher <jlec@gentoo.org> procheck-3.5.4-r1.ebuild:
   Add dependency on virtual/fortran



1.5                  sci-chemistry/procheck/procheck-3.5.4-r1.ebuild

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

Index: procheck-3.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- procheck-3.5.4-r1.ebuild	21 Jun 2011 15:58:06 -0000	1.4
+++ procheck-3.5.4-r1.ebuild	12 Jun 2012 11:28:23 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild,v 1.4 2011/06/21 15:58:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild,v 1.5 2012/06/12 11:28:23 ago Exp $
 
 EAPI="3"
 
@@ -14,7 +14,7 @@
 
 LICENSE="procheck"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND="






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/procheck: ChangeLog procheck-3.5.4-r1.ebuild
@ 2012-07-09 19:01 Johannes Huber (johu)
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber (johu) @ 2012-07-09 19:01 UTC (permalink / raw
  To: gentoo-commits

johu        12/07/09 19:01:10

  Modified:             ChangeLog procheck-3.5.4-r1.ebuild
  Log:
  Stable for x86, wrt bug #419877
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sci-chemistry/procheck/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	12 Jun 2012 11:28:23 -0000	1.7
+++ ChangeLog	9 Jul 2012 19:01:10 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/procheck
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/ChangeLog,v 1.7 2012/06/12 11:28:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/ChangeLog,v 1.8 2012/07/09 19:01:10 johu Exp $
+
+  09 Jul 2012; Johannes Huber <johu@gentoo.org> procheck-3.5.4-r1.ebuild:
+  Stable for x86, wrt bug #419877
 
   12 Jun 2012; Agostino Sarubbo <ago@gentoo.org> procheck-3.5.4-r1.ebuild:
   Stable for amd64, wrt bug #419877



1.6                  sci-chemistry/procheck/procheck-3.5.4-r1.ebuild

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

Index: procheck-3.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- procheck-3.5.4-r1.ebuild	12 Jun 2012 11:28:23 -0000	1.5
+++ procheck-3.5.4-r1.ebuild	9 Jul 2012 19:01:10 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild,v 1.5 2012/06/12 11:28:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild,v 1.6 2012/07/09 19:01:10 johu Exp $
 
 EAPI="3"
 
@@ -14,7 +14,7 @@
 
 LICENSE="procheck"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND="






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

end of thread, other threads:[~2012-07-09 21:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-12 11:28 [gentoo-commits] gentoo-x86 commit in sci-chemistry/procheck: ChangeLog procheck-3.5.4-r1.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-09 19:01 Johannes Huber (johu)
2011-06-21 15:58 Justin Lecher (jlec)
2011-06-21  9:48 Justin Lecher (jlec)
2010-12-16 13:51 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