app-misc/zisofs-tools: Rely on tarball from our mirrors (#574142)
authorPacho Ramos <pacho@gentoo.org>
Sat, 13 Oct 2018 16:26:50 +0000 (18:26 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 13 Oct 2018 16:26:50 +0000 (18:26 +0200)
Closes: https://bugs.gentoo.org/574142
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

app-misc/zisofs-tools/zisofs-tools-1.0.8.ebuild

index 5cfc5013f7dc0785b6d9c7069eaedd7aa06e493a..e66ca77db98eed2dbc33acfc19b269737c7c82fa 100644 (file)
@@ -1,20 +1,19 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
-
+EAPI=7
 inherit flag-o-matic
 
 DESCRIPTION="User utilities for zisofs"
 HOMEPAGE="https://www.kernel.org/pub/linux/utils/fs/zisofs/"
-SRC_URI="mirror://kernel/linux/utils/fs/zisofs/${P}.tar.bz2"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="static"
 
-RDEPEND=">=sys-libs/zlib-1.1.4"
+RDEPEND=">=sys-libs/zlib-1.1.4:0="
 DEPEND="${RDEPEND}"
 
 src_configure() {
@@ -24,5 +23,5 @@ src_configure() {
 
 src_install() {
        emake INSTALLROOT="${D}" install
-       dodoc CHANGES INSTALL README
+       einstalldocs
 }