From: David Seifert Date: Sat, 19 Oct 2019 10:15:24 +0000 (+0200) Subject: sys-fs/genext2fs: Port to EAPI 7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4a8b0034990582be04103f8ee40d9e3a919486a8;p=gentoo.git sys-fs/genext2fs: Port to EAPI 7 Closes: https://bugs.gentoo.org/697160 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: David Seifert --- diff --git a/sys-fs/genext2fs/genext2fs-1.4.1.ebuild b/sys-fs/genext2fs/genext2fs-1.4.1.ebuild index 7702d2c004c2..792f5152ff8c 100644 --- a/sys-fs/genext2fs/genext2fs-1.4.1.ebuild +++ b/sys-fs/genext2fs/genext2fs-1.4.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 DESCRIPTION="generate ext2 file systems" HOMEPAGE="https://sourceforge.net/projects/genext2fs" @@ -10,11 +10,3 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ~mips ppc sparc x86" -IUSE="" - -DEPEND="" - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog NEWS README TODO -}