From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B8F00138A87 for ; Thu, 13 Nov 2014 00:17:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91A3CE08B1; Thu, 13 Nov 2014 00:17:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 162BDE08B1 for ; Thu, 13 Nov 2014 00:17:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14AB33404B6 for ; Thu, 13 Nov 2014 00:17:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1583A061 for ; Thu, 13 Nov 2014 00:15:50 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1415805872.614e418cf8458d6448e944f2c7c5fc02b09e6dcb.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/libsfmt/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/libsfmt/ChangeLog sci-mathematics/libsfmt/libsfmt-1.3.0.ebuild sci-mathematics/libsfmt/metadata.xml X-VCS-Directories: sci-mathematics/libsfmt/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 614e418cf8458d6448e944f2c7c5fc02b09e6dcb X-VCS-Branch: master Date: Thu, 13 Nov 2014 00:15:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6b280b11-240c-4742-9784-6fdfd386d6c2 X-Archives-Hash: f41cf94090fdf0d5e6a0c7c4548fa553 commit: 614e418cf8458d6448e944f2c7c5fc02b09e6dcb Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 12 15:24:32 2014 +0000 Commit: Christoph Junghans gentoo 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 libsfmt-1.3.0.ebuild, + metadata.xml: + Bump to EAPI=5 + 19 Jun 2008; Sébastien Fabbro +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 @@ - sci-mathematics + sci-mathematics