Skip to content

Commit

Permalink
sci-mathematics/ent: Bump to EAPI=5
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Sep 23, 2015
1 parent ed0e1f5 commit 59a3811
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion sci-mathematics/ent/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST random-101202.zip 76200 RMD160 b21b8401fdbd2aac189fe4a442a1164b172407f8 SHA1 0f2f12dc67d1f02f77776709cf5fc5eee1d1b2e2 SHA256 c14ed62db24511848d6b37d4bf8869185b65be9042ffad5272257f3a249569ec
DIST random-101202.zip 76200 SHA256 c14ed62db24511848d6b37d4bf8869185b65be9042ffad5272257f3a249569ec SHA512 f74cfae8cd8b9f405b7459a350571d3ef438bdba42508da59ca214f6e7f6372d253a4c1a30685aa7dfc1cf14dde9796ea54bf42aa103a63bae09a5bb3fd3d3d8 WHIRLPOOL 07e58de14ae02afe1f04346dbb13d0ce9be087caabba633ddc88f87a2b503048157aa71d75075b82f52b5b789fae3cf9575fff76ca1585c6fe4b7a5ba52caf32
12 changes: 7 additions & 5 deletions sci-mathematics/ent/ent-101202.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
}
8 changes: 4 additions & 4 deletions sci-mathematics/ent/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 59a3811

Please sign in to comment.