public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/gpp4: ChangeLog gpp4-1.3.1.ebuild
@ 2011-06-21 15:18 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21 15:18 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/21 15:18:38

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

Revision  Changes    Path
1.3                  sci-libs/gpp4/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	21 Jun 2011 08:24:32 -0000	1.2
+++ ChangeLog	21 Jun 2011 15:18:38 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/gpp4
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v 1.2 2011/06/21 08:24:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v 1.3 2011/06/21 15:18:38 jlec Exp $
+
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> gpp4-1.3.1.ebuild:
+  Add dependency on virtual/fortran
 
   21 Jun 2011; Justin Lecher <jlec@gentoo.org> gpp4-1.3.1.ebuild:
   Added fortran-2.eclass support



1.3                  sci-libs/gpp4/gpp4-1.3.1.ebuild

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

Index: gpp4-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gpp4/gpp4-1.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gpp4-1.3.1.ebuild	21 Jun 2011 08:24:32 -0000	1.2
+++ gpp4-1.3.1.ebuild	21 Jun 2011 15:18:38 -0000	1.3
@@ -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-libs/gpp4/gpp4-1.3.1.ebuild,v 1.2 2011/06/21 08:24:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/gpp4-1.3.1.ebuild,v 1.3 2011/06/21 15:18:38 jlec Exp $
 
 EAPI="4"
 
@@ -15,7 +15,9 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="fortran static-libs"
 
-RDEPEND="sci-libs/mmdb"
+RDEPEND="
+	fortran? ( virtual/fortran )
+	sci-libs/mmdb"
 DEPEND="${RDEPEND}"
 
 src_configure() {






^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/gpp4: ChangeLog gpp4-1.3.1.ebuild
@ 2011-06-21  8:24 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21  8:24 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/21 08:24:32

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

Revision  Changes    Path
1.2                  sci-libs/gpp4/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	3 Mar 2011 20:10:55 -0000	1.1
+++ ChangeLog	21 Jun 2011 08:24:32 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/gpp4
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v 1.1 2011/03/03 20:10:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v 1.2 2011/06/21 08:24:32 jlec Exp $
+
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> gpp4-1.3.1.ebuild:
+  Added fortran-2.eclass support
 
 *gpp4-1.3.1 (03 Mar 2011)
 



1.2                  sci-libs/gpp4/gpp4-1.3.1.ebuild

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

Index: gpp4-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gpp4/gpp4-1.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gpp4-1.3.1.ebuild	3 Mar 2011 20:10:55 -0000	1.1
+++ gpp4-1.3.1.ebuild	21 Jun 2011 08:24:32 -0000	1.2
@@ -1,15 +1,17 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/gpp4-1.3.1.ebuild,v 1.1 2011/03/03 20:10:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/gpp4-1.3.1.ebuild,v 1.2 2011/06/21 08:24:32 jlec Exp $
 
 EAPI="4"
 
+inherit fortran-2
+
 DESCRIPTION="A standalone, drop-in replacement for the CCP4 library"
-HOMEPAGE="https://launchpad.net/gpp4"
+HOMEPAGE="https://launchpad.net/gpp4/"
 SRC_URI="http://launchpad.net/${PN}/1.3/${PV}/+download/${P}.tar.gz"
 
-LICENSE="GPL-2"
 SLOT="0"
+LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="fortran static-libs"
 






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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-21 15:18 [gentoo-commits] gentoo-x86 commit in sci-libs/gpp4: ChangeLog gpp4-1.3.1.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-21  8:24 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