sys-boot/cromwell-bin: remove 2.31-r1
authorMichael Palimaka <kensington@gentoo.org>
Thu, 21 Dec 2017 08:54:01 +0000 (19:54 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 21 Dec 2017 09:07:32 +0000 (20:07 +1100)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

sys-boot/cromwell-bin/Manifest
sys-boot/cromwell-bin/cromwell-bin-2.31-r1.ebuild [deleted file]

index d147505e1789558ca3b45b8fee578037d2e43785..4b5a97deb49920ae39ce7c86b375639acfdabc44 100644 (file)
@@ -1,2 +1 @@
-DIST cromwell-2.31.tar.gz 543461 BLAKE2B 0743c538ec7475d843dad384c55b7b2cc8cf326f83fc141292c76f4e5331a180ef1250ac255bda98e877aa44e2b8f026f072cf7ab147c102b88e7058893830c2 SHA512 ec39a3584957b0e1e4e7df976b9ddda45e710afb6f1bc34388d2dcbfa08ed133234b7bc46c1cf2d9663def939823b524d4a56cb1eceefdb8135d566abc4ee375
 DIST cromwell-2.40.tar.gz 541204 BLAKE2B b10db3a636c3638aeac71747f9b217acbeab52d19733c6581c369762ff339fd1eb5e6392be9e409f6e278a72b989ba84d81f000f6e1ff2d5ade00b6ce75f7d91 SHA512 492441ea24f8b17b3de2c896b03d823d7a97eac85c07768ea4490c0351c71e80f697caf8b469852213763b8a38a058475f8b78f51523197d10a006deaf461f24
diff --git a/sys-boot/cromwell-bin/cromwell-bin-2.31-r1.ebuild b/sys-boot/cromwell-bin/cromwell-bin-2.31-r1.ebuild
deleted file mode 100644 (file)
index 9855379..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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="mirror://sourceforge/xbox-linux/cromwell-${PV}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="-* x86"
-IUSE=""
-RESTRICT="${RESTRICT} strip"
-
-DEPEND=""
-RDEPEND=""
-
-S=${WORKDIR}/cromwell
-
-src_install () {
-       dodir /boot/${PN}
-       insinto /boot/${PN}
-       doins image{,_1024}.bin default.xbe
-}