jlec        15/02/10 07:44:41

  Modified:             acml-4.1.0-r1.ebuild metadata.xml ChangeLog
  Log:
  Revert last change
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.12                 sci-libs/acml/acml-4.1.0-r1.ebuild

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

Index: acml-4.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- acml-4.1.0-r1.ebuild        10 Feb 2015 02:27:37 -0000      1.11
+++ acml-4.1.0-r1.ebuild        10 Feb 2015 07:44:41 -0000      1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.11 
2015/02/10 02:27:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.12 
2015/02/10 07:44:41 jlec Exp $
 
 EAPI=1
 
@@ -33,8 +33,8 @@
 
 CDEPEND="
        ifc? ( dev-lang/ifc )
-       gfortran? ( sys-devel/gcc:4.2.4 )
-       !gfortran? ( !ifc? ( sys-devel/gcc:4.2.4 ) )"
+       gfortran? ( sys-devel/gcc:4.2 )
+       !gfortran? ( !ifc? ( sys-devel/gcc:4.2 ) )"
 
 DEPEND="test? (        ${CDEPEND} )
        app-admin/eselect-blas



1.7                  sci-libs/acml/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml        16 Oct 2012 20:48:56 -0000      1.6
+++ metadata.xml        10 Feb 2015 07:44:41 -0000      1.7
@@ -1,23 +1,23 @@
 <?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">
        The AMD(R) Core Math Library provides an implementation of the "Basic
        Linear Algebra Subprograms" (BLAS) and the "Linear Algebra PACKage"
        (LAPACK) as well as a set of "Fast Fourier Transformation" (FFT)
        routines, all highly optimized for AMD(R) x86 and amd64 CPUs.
 </longdescription>
-       <longdescription lang="de">
+  <longdescription lang="de">
        Die AMD(R) Core Math Library ist ein Ersatz für die "Basic Linear
        Algebra Subprograms" (BLAS) und das "Linear Algebra PACKage" (LAPACK).
        Außerdem enthält sie Routinen zur "Fast Fourier Tranformation" (FFT).
        Alle Routinen sind hoch optimiert für AMD(R) x86 und amd64 CPUs.
 </longdescription>
-       <use>
-               <flag name="gfortran">Fetch and install acml compiled with GNU 
gfortran</flag>
-               <flag name="ifc">Fetch and install acml compiled with Intel 
Fortran Compiler
+  <use>
+    <flag name="gfortran">Fetch and install acml compiled with GNU 
gfortran</flag>
+    <flag name="ifc">Fetch and install acml compiled with Intel Fortran 
Compiler
     (<pkg>dev-lang/ifc</pkg>)</flag>
-               <flag name="int64">Install the 64 bits integer library</flag>
-       </use>
+    <flag name="int64">Install the 64 bits integer library</flag>
+  </use>
 </pkgmetadata>



1.47                 sci-libs/acml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   10 Feb 2015 02:27:37 -0000      1.46
+++ ChangeLog   10 Feb 2015 07:44:41 -0000      1.47
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/acml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.46 2015/02/10 
02:27:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.47 2015/02/10 
07:44:41 jlec Exp $
+
+  10 Feb 2015; Justin Lecher <[email protected]> acml-4.1.0-r1.ebuild,
+  metadata.xml:
+  Revert last change
 
   10 Feb 2015; Patrick Lauer <[email protected]> acml-4.1.0-r1.ebuild:
   Fix gcc slot to match toolchain changes




Reply via email to