mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-boot/cromwell-bin: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/35803 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
3e4fe8d2cf
commit
4aa08381c1
21
sys-boot/cromwell-bin/cromwell-bin-2.40-r2.ebuild
Normal file
21
sys-boot/cromwell-bin/cromwell-bin-2.40-r2.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit mount-boot
|
||||
|
||||
DESCRIPTION="Xbox boot loader precompiled binaries from xbox-linux.org"
|
||||
HOMEPAGE="https://sourceforge.net/projects/xbox-linux/"
|
||||
SRC_URI="mirror://sourceforge/xbox-linux/cromwell-${PV}.tar.gz"
|
||||
S="${WORKDIR}/cromwell-${PV}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~x86"
|
||||
RESTRICT="${RESTRICT} strip"
|
||||
|
||||
src_install() {
|
||||
insinto /boot/${PN}
|
||||
doins cromwell{,_1024}.bin xromwell.xbe
|
||||
}
|
||||
Reference in New Issue
Block a user