public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/libctl: libctl-3.2.ebuild ChangeLog libctl-3.1.ebuild metadata.xml
@ 2012-10-18 20:29 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-10-18 20:29 UTC (permalink / raw
  To: gentoo-commits

jlec        12/10/18 20:29:27

  Modified:             libctl-3.2.ebuild ChangeLog libctl-3.1.ebuild
                        metadata.xml
  Log:
  sci-libs/libctl: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
  
  (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)

Revision  Changes    Path
1.2                  sci-libs/libctl/libctl-3.2.ebuild

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

Index: libctl-3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libctl-3.2.ebuild	3 Aug 2012 01:20:10 -0000	1.1
+++ libctl-3.2.ebuild	18 Oct 2012 20:29:27 -0000	1.2
@@ -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-libs/libctl/libctl-3.2.ebuild,v 1.1 2012/08/03 01:20:10 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.2.ebuild,v 1.2 2012/10/18 20:29:27 jlec Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples static-libs"
 
-DEPEND="virtual/fortran
+DEPEND="
 	dev-scheme/guile
 	sci-libs/nlopt"
 RDEPEND="${DEPEND}"



1.23                 sci-libs/libctl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	3 Aug 2012 01:20:10 -0000	1.22
+++ ChangeLog	18 Oct 2012 20:29:27 -0000	1.23
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/libctl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.22 2012/08/03 01:20:10 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.23 2012/10/18 20:29:27 jlec Exp $
+
+  18 Oct 2012; Justin Lecher <jlec@gentoo.org> libctl-3.1.ebuild,
+  libctl-3.2.ebuild, metadata.xml:
+  Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
+  updated fortran-2.eclass
 
 *libctl-3.2 (03 Aug 2012)
 



1.9                  sci-libs/libctl/libctl-3.1.ebuild

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

Index: libctl-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libctl-3.1.ebuild	24 Feb 2012 15:08:40 -0000	1.8
+++ libctl-3.1.ebuild	18 Oct 2012 20:29:27 -0000	1.9
@@ -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-libs/libctl/libctl-3.1.ebuild,v 1.8 2012/02/24 15:08:40 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.1.ebuild,v 1.9 2012/10/18 20:29:27 jlec Exp $
 
 EAPI=4
 
@@ -15,8 +15,8 @@
 KEYWORDS="amd64 x86"
 IUSE="doc examples static-libs"
 
-DEPEND="virtual/fortran
-	>=dev-scheme/guile-1.6[deprecated]
+DEPEND="
+	dev-scheme/guile[deprecated]
 	sci-libs/nlopt"
 RDEPEND="${DEPEND}"
 



1.6                  sci-libs/libctl/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libctl/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml	3 Aug 2012 01:20:10 -0000	1.5
+++ metadata.xml	18 Oct 2012 20:29:27 -0000	1.6
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+	<herd>sci</herd>
+	<longdescription lang="en">
   libctl is the Control Language library implementing a control file
   structure aimed at simplifying the control file writing in
   scientific simulations.  The "ctl" in "libctl" stands for Control





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-18 20:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18 20:29 [gentoo-commits] gentoo-x86 commit in sci-libs/libctl: libctl-3.2.ebuild ChangeLog libctl-3.1.ebuild metadata.xml 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