commit:     33be2678b660063409189f28d4455d06d99d8ffd
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  4 12:57:53 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun  4 12:57:53 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=33be2678

sci-libs/gotoblas2: Bump EAPI

Package-Manager: portage-2.2.20
RepoMan-Options: --force

 sci-libs/gotoblas2/ChangeLog             |  7 +++++--
 sci-libs/gotoblas2/gotoblas2-1.13.ebuild |  4 ++--
 sci-libs/gotoblas2/metadata.xml          | 14 +++++++-------
 3 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/sci-libs/gotoblas2/ChangeLog b/sci-libs/gotoblas2/ChangeLog
index 77c5817..77caeaa 100644
--- a/sci-libs/gotoblas2/ChangeLog
+++ b/sci-libs/gotoblas2/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-libs/gotoblas2
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 Jun 2015; Justin Lecher <j...@gentoo.org> gotoblas2-1.13.ebuild,
+  metadata.xml:
+  sci-libs/gotoblas2: Bump EAPI
+
   15 Mar 2012; François Bissey <francois.bis...@canterbury.ac.nz>
   gotoblas2-1.13.ebuild, files/gotoblas2-1.13-sharedlibs.patch:
   More OS X fixes
@@ -40,4 +44,3 @@
   +gotoblas2-1.13.ebuild, +files/gotoblas2-1.13-dynamic.patch,
   +files/gotoblas2-1.13-sharedlibs.patch, +metadata.xml:
   Initial import
-

diff --git a/sci-libs/gotoblas2/gotoblas2-1.13.ebuild 
b/sci-libs/gotoblas2/gotoblas2-1.13.ebuild
index 49022f8..b96298b 100644
--- a/sci-libs/gotoblas2/gotoblas2-1.13.ebuild
+++ b/sci-libs/gotoblas2/gotoblas2-1.13.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 inherit eutils toolchain-funcs alternatives-2 multilib
 

diff --git a/sci-libs/gotoblas2/metadata.xml b/sci-libs/gotoblas2/metadata.xml
index 7ec44c0..300266b 100644
--- a/sci-libs/gotoblas2/metadata.xml
+++ b/sci-libs/gotoblas2/metadata.xml
@@ -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">
   The GotoBLAS codes are one of the fastest implementations
   of the Basic Linear Algebra Subroutines(BLAS).
   To achieve performance it starts by observing that for current
@@ -11,9 +11,9 @@
   is also taken into consideration, it is the minimization of such TLB
   misses that drives the approach.
 </longdescription>
-<use>
-  <flag name='int64'>Build the 64 bits integer library</flag>
-  <flag name='incblas'>Build the CBLAS interface</flag>
-  <flag name='dynamic'>Build dynamic architecture detection at run time (for 
multi targets)</flag>
-</use>
+  <use>
+    <flag name="int64">Build the 64 bits integer library</flag>
+    <flag name="incblas">Build the CBLAS interface</flag>
+    <flag name="dynamic">Build dynamic architecture detection at run time (for 
multi targets)</flag>
+  </use>
 </pkgmetadata>

Reply via email to