diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-17 06:49:05 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-17 06:49:05 +0000 |
commit | 814b452f0402ea61abd742f6c16ed3e17809641b (patch) | |
tree | b324ebd6cf2bf014a01392bde9d73971a3d9b323 /sys-boot | |
parent | dev-libs/tree-sitter-rust: Stabilize 0.21.0 amd64, #932024 (diff) | |
download | gentoo-814b452f0402ea61abd742f6c16ed3e17809641b.tar.gz gentoo-814b452f0402ea61abd742f6c16ed3e17809641b.tar.bz2 gentoo-814b452f0402ea61abd742f6c16ed3e17809641b.zip |
sys-boot/cromwell-bin: drop 2.40-r1, EAPI6--
Closes: https://bugs.gentoo.org/932017
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/cromwell-bin/cromwell-bin-2.40-r1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-boot/cromwell-bin/cromwell-bin-2.40-r1.ebuild b/sys-boot/cromwell-bin/cromwell-bin-2.40-r1.ebuild deleted file mode 100644 index d7a77b8d098e..000000000000 --- a/sys-boot/cromwell-bin/cromwell-bin-2.40-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit mount-boot - -DESCRIPTION="Xbox boot loader precompiled binaries from xbox-linux.org" -HOMEPAGE="https://sourceforge.net/projects/xbox-linux/" -SRC_URI="https://downloads.sourceforge.net/xbox-linux/cromwell-${PV}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="-* x86" -IUSE="" -RESTRICT="${RESTRICT} strip" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR}/cromwell-${PV} - -src_install() { - dodir /boot/${PN} - insinto /boot/${PN} - doins cromwell{,_1024}.bin xromwell.xbe -} |