commit:     614e418cf8458d6448e944f2c7c5fc02b09e6dcb
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 15:24:32 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 15:24:32 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=614e418c

sci-mathematics/libsfmt: Bump to EAPI=5

Package-Manager: portage-2.2.14

---
 sci-mathematics/libsfmt/ChangeLog            |  6 +++++-
 sci-mathematics/libsfmt/libsfmt-1.3.0.ebuild | 12 ++++--------
 sci-mathematics/libsfmt/metadata.xml         |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/sci-mathematics/libsfmt/ChangeLog 
b/sci-mathematics/libsfmt/ChangeLog
index 8663a4f..f9044f5 100644
--- a/sci-mathematics/libsfmt/ChangeLog
+++ b/sci-mathematics/libsfmt/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-mathematics/libsfmt
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Nov 2014; Justin Lecher <[email protected]> libsfmt-1.3.0.ebuild,
+  metadata.xml:
+  Bump to EAPI=5
+
   19 Jun 2008; Sébastien Fabbro <[email protected]>
   +libsfmt-1.3.0.ebuild:
   Initial import, ebuild by Perttu Luukko, bug #227851

diff --git a/sci-mathematics/libsfmt/libsfmt-1.3.0.ebuild 
b/sci-mathematics/libsfmt/libsfmt-1.3.0.ebuild
index 0a56a93..de7eda8 100644
--- a/sci-mathematics/libsfmt/libsfmt-1.3.0.ebuild
+++ b/sci-mathematics/libsfmt/libsfmt-1.3.0.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=5
+
 DESCRIPTION="SIMD-oriented Fast Mersenne Twister"
 HOMEPAGE="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html";
 
SRC_URI="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/VERSIONS/ARCHIVES/${P}.tar.bz2";
@@ -11,12 +13,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="sse2"
 
-src_compile() {
-       econf $(use_enable sse2) || die "econf failed"
-       emake || die "emake failed"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "install failed"
-       dodoc ChangeLog NEWS README
+src_configure() {
+       econf $(use_enable sse2)
 }

diff --git a/sci-mathematics/libsfmt/metadata.xml 
b/sci-mathematics/libsfmt/metadata.xml
index 2b0bd53..66aa9fe 100644
--- a/sci-mathematics/libsfmt/metadata.xml
+++ b/sci-mathematics/libsfmt/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <herd>sci-mathematics</herd>
+  <herd>sci-mathematics</herd>
 </pkgmetadata>

Reply via email to