Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/newton/
Date: Mon, 07 May 2018 07:42:16
Message-Id: 1525678920.04ca7d468553460ea77abd3ffb4247ac4901d4ff.mgorny@gentoo
1 commit: 04ca7d468553460ea77abd3ffb4247ac4901d4ff
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 6 20:35:13 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 7 07:42:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ca7d46
7
8 dev-games/newton: Remove unnecessary use of unpacker
9
10 Replace the unnecessary use of unpacker.eclass with built-in EAPI
11 unpacking.
12
13 Closes: https://github.com/gentoo/gentoo/pull/8290
14
15 dev-games/newton/newton-3.13.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-games/newton/newton-3.13.ebuild b/dev-games/newton/newton-3.13.ebuild
19 index 8d1e3466db5..83b67791e5c 100644
20 --- a/dev-games/newton/newton-3.13.ebuild
21 +++ b/dev-games/newton/newton-3.13.ebuild
22 @@ -1,8 +1,8 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 -inherit eutils toolchain-funcs cmake-utils unpacker
29 +inherit eutils toolchain-funcs cmake-utils
30
31 MY_P="${PN}-dynamics-${P}"
32 DESCRIPTION="an integrated solution for real time simulation of physics environments"
33 @@ -15,7 +15,7 @@ KEYWORDS="amd64 x86"
34 IUSE=""
35
36 RDEPEND=""
37 -DEPEND="$(unpacker_src_uri_depends)"
38 +DEPEND="app-arch/unzip"
39
40 S=${WORKDIR}/${MY_P}