* [gentoo-commits] repo/gentoo:master commit in: sys-boot/makebootfat/
@ 2019-11-09 22:18 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2019-11-09 22:18 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/makebootfat/
@ 2024-08-05 7:18 Joonas Niilola
0 siblings, 0 replies; 2+ messages in thread
From: Joonas Niilola @ 2024-08-05 7:18 UTC (permalink / raw
To: gentoo-commits
commit: ffd619f388423a92c2dbfbb642343b382d69221e
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Jul 30 12:23:09 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug 5 07:10:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd619f3
sys-boot/makebootfat: remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-boot/makebootfat/makebootfat-1.4.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys-boot/makebootfat/makebootfat-1.4.ebuild b/sys-boot/makebootfat/makebootfat-1.4.ebuild
index af8e752ccda4..f4c60fb48e9d 100644
--- a/sys-boot/makebootfat/makebootfat-1.4.ebuild
+++ b/sys-boot/makebootfat/makebootfat-1.4.ebuild
@@ -10,7 +10,6 @@ SRC_URI="https://downloads.sourceforge.net/advancemame/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="sys-boot/syslinux"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-05 7:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-09 22:18 [gentoo-commits] repo/gentoo:master commit in: sys-boot/makebootfat/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-08-05 7:18 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox