Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/ent/
Date: Wed, 23 Sep 2015 06:15:27
Message-Id: 1442988843.59a3811b073cee80e2571633d2318fc2e7afd7b2.jlec@gentoo
1 commit: 59a3811b073cee80e2571633d2318fc2e7afd7b2
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 06:14:03 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 06:14:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a3811b
7
8 sci-mathematics/ent: Bump to EAPI=5
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-mathematics/ent/Manifest | 2 +-
14 sci-mathematics/ent/ent-101202.ebuild | 12 +++++++-----
15 sci-mathematics/ent/metadata.xml | 8 ++++----
16 3 files changed, 12 insertions(+), 10 deletions(-)
17
18 diff --git a/sci-mathematics/ent/Manifest b/sci-mathematics/ent/Manifest
19 index 634f750..f3da660 100644
20 --- a/sci-mathematics/ent/Manifest
21 +++ b/sci-mathematics/ent/Manifest
22 @@ -1 +1 @@
23 -DIST random-101202.zip 76200 RMD160 b21b8401fdbd2aac189fe4a442a1164b172407f8 SHA1 0f2f12dc67d1f02f77776709cf5fc5eee1d1b2e2 SHA256 c14ed62db24511848d6b37d4bf8869185b65be9042ffad5272257f3a249569ec
24 +DIST random-101202.zip 76200 SHA256 c14ed62db24511848d6b37d4bf8869185b65be9042ffad5272257f3a249569ec SHA512 f74cfae8cd8b9f405b7459a350571d3ef438bdba42508da59ca214f6e7f6372d253a4c1a30685aa7dfc1cf14dde9796ea54bf42aa103a63bae09a5bb3fd3d3d8 WHIRLPOOL 07e58de14ae02afe1f04346dbb13d0ce9be087caabba633ddc88f87a2b503048157aa71d75075b82f52b5b789fae3cf9575fff76ca1585c6fe4b7a5ba52caf32
25
26 diff --git a/sci-mathematics/ent/ent-101202.ebuild b/sci-mathematics/ent/ent-101202.ebuild
27 index fa8a0eb..9932349 100644
28 --- a/sci-mathematics/ent/ent-101202.ebuild
29 +++ b/sci-mathematics/ent/ent-101202.ebuild
30 @@ -1,8 +1,8 @@
31 -# Copyright 1999-2011 Gentoo Foundation
32 +# Copyright 1999-2015 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Id$
35
36 -EAPI="3"
37 +EAPI=5
38
39 inherit eutils toolchain-funcs
40
41 @@ -11,19 +11,21 @@ HOMEPAGE="http://www.fourmilab.ch/random/"
42 SRC_URI="mirror://gentoo/random-${PV}.zip"
43
44 SLOT="0"
45 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
46 LICENSE="public-domain"
47 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
48 IUSE=""
49
50 RDEPEND=""
51 DEPEND="app-arch/unzip"
52
53 +S="${WORKDIR}"
54 +
55 src_prepare() {
56 epatch "${FILESDIR}"/${PV}-gentoo.patch
57 tc-export CC
58 }
59
60 src_install() {
61 - dobin ${PN} || die
62 - dohtml ${PN}.html ${PN}itle.gif || die
63 + dobin ${PN}
64 + dohtml ${PN}.html ${PN}itle.gif
65 }
66
67 diff --git a/sci-mathematics/ent/metadata.xml b/sci-mathematics/ent/metadata.xml
68 index a2070de..6d55c42 100644
69 --- a/sci-mathematics/ent/metadata.xml
70 +++ b/sci-mathematics/ent/metadata.xml
71 @@ -1,8 +1,8 @@
72 <?xml version="1.0" encoding="UTF-8"?>
73 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
74 <pkgmetadata>
75 -<herd>sci-mathematics</herd>
76 -<maintainer>
77 - <email>jlec@g.o</email>
78 -</maintainer>
79 + <herd>sci-mathematics</herd>
80 + <maintainer>
81 + <email>jlec@g.o</email>
82 + </maintainer>
83 </pkgmetadata>