dev-games/newton: Remove unnecessary use of unpacker
authorMichał Górny <mgorny@gentoo.org>
Sun, 6 May 2018 20:35:13 +0000 (22:35 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 7 May 2018 07:42:00 +0000 (09:42 +0200)
Replace the unnecessary use of unpacker.eclass with built-in EAPI
unpacking.

Closes: https://github.com/gentoo/gentoo/pull/8290

dev-games/newton/newton-3.13.ebuild

index 8d1e3466db5f3f285e55e68353d7e61f8526f385..83b67791e5cefa0743cf0ce4bc4395274e458b09 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit eutils toolchain-funcs cmake-utils unpacker
+inherit eutils toolchain-funcs cmake-utils
 
 MY_P="${PN}-dynamics-${P}"
 DESCRIPTION="an integrated solution for real time simulation of physics environments"
@@ -15,7 +15,7 @@ KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=""
-DEPEND="$(unpacker_src_uri_depends)"
+DEPEND="app-arch/unzip"
 
 S=${WORKDIR}/${MY_P}