commit:     59a3811b073cee80e2571633d2318fc2e7afd7b2
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 06:14:03 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 06:14:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a3811b

sci-mathematics/ent: Bump to EAPI=5

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-mathematics/ent/Manifest          |  2 +-
 sci-mathematics/ent/ent-101202.ebuild | 12 +++++++-----
 sci-mathematics/ent/metadata.xml      |  8 ++++----
 3 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/sci-mathematics/ent/Manifest b/sci-mathematics/ent/Manifest
index 634f750..f3da660 100644
--- a/sci-mathematics/ent/Manifest
+++ b/sci-mathematics/ent/Manifest
@@ -1 +1 @@
-DIST random-101202.zip 76200 RMD160 b21b8401fdbd2aac189fe4a442a1164b172407f8 
SHA1 0f2f12dc67d1f02f77776709cf5fc5eee1d1b2e2 SHA256 
c14ed62db24511848d6b37d4bf8869185b65be9042ffad5272257f3a249569ec
+DIST random-101202.zip 76200 SHA256 
c14ed62db24511848d6b37d4bf8869185b65be9042ffad5272257f3a249569ec SHA512 
f74cfae8cd8b9f405b7459a350571d3ef438bdba42508da59ca214f6e7f6372d253a4c1a30685aa7dfc1cf14dde9796ea54bf42aa103a63bae09a5bb3fd3d3d8
 WHIRLPOOL 
07e58de14ae02afe1f04346dbb13d0ce9be087caabba633ddc88f87a2b503048157aa71d75075b82f52b5b789fae3cf9575fff76ca1585c6fe4b7a5ba52caf32

diff --git a/sci-mathematics/ent/ent-101202.ebuild 
b/sci-mathematics/ent/ent-101202.ebuild
index fa8a0eb..9932349 100644
--- a/sci-mathematics/ent/ent-101202.ebuild
+++ b/sci-mathematics/ent/ent-101202.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="3"
+EAPI=5
 
 inherit eutils toolchain-funcs
 
@@ -11,19 +11,21 @@ HOMEPAGE="http://www.fourmilab.ch/random/";
 SRC_URI="mirror://gentoo/random-${PV}.zip"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE="public-domain"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""
 DEPEND="app-arch/unzip"
 
+S="${WORKDIR}"
+
 src_prepare() {
        epatch "${FILESDIR}"/${PV}-gentoo.patch
        tc-export CC
 }
 
 src_install() {
-       dobin ${PN} || die
-       dohtml ${PN}.html ${PN}itle.gif || die
+       dobin ${PN}
+       dohtml ${PN}.html ${PN}itle.gif
 }

diff --git a/sci-mathematics/ent/metadata.xml b/sci-mathematics/ent/metadata.xml
index a2070de..6d55c42 100644
--- a/sci-mathematics/ent/metadata.xml
+++ b/sci-mathematics/ent/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-mathematics</herd>
-<maintainer>
-  <email>[email protected]</email>
-</maintainer>
+  <herd>sci-mathematics</herd>
+  <maintainer>
+    <email>[email protected]</email>
+  </maintainer>
 </pkgmetadata>

Reply via email to