commit: 0f01c18be2fc1b7e58e9faf21f9a4088a2bc0119 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 9 21:58:55 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 9 22:18:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f01c18b
sys-boot/makebootfat: Bump to EAPI 7 Closes: https://bugs.gentoo.org/697178 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-boot/makebootfat/makebootfat-1.4.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sys-boot/makebootfat/makebootfat-1.4.ebuild b/sys-boot/makebootfat/makebootfat-1.4.ebuild index 3e58073508c..5482bdde364 100644 --- a/sys-boot/makebootfat/makebootfat-1.4.ebuild +++ b/sys-boot/makebootfat/makebootfat-1.4.ebuild @@ -1,13 +1,13 @@ -# 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="Command line utility able to create bootable USB disks" HOMEPAGE="http://advancemame.sourceforge.net/boot-readme.html" SRC_URI="mirror://sourceforge/advancemame/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" @@ -16,11 +16,12 @@ RDEPEND="sys-boot/syslinux" DEPEND="${RDEPEND}" src_install() { - emake DESTDIR="${D}" install || die + default insinto /usr/share/makebootfat - doins mbrfat.bin || die + doins mbrfat.bin dodoc doc/*.txt - dohtml doc/*.html + docinto html + dodoc doc/*.html }
