diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-12-21 19:54:01 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-12-21 20:07:32 +1100 |
commit | ebf8635ce81f31976f5425bc37d74eb6afc50e21 (patch) | |
tree | 2345e195f2548b6f752596826fdee2ba9e9556d6 /sys-boot | |
parent | sci-geosciences/qgis: Drop obsolete cmake options (diff) | |
download | gentoo-ebf8635ce81f31976f5425bc37d74eb6afc50e21.tar.gz gentoo-ebf8635ce81f31976f5425bc37d74eb6afc50e21.tar.bz2 gentoo-ebf8635ce81f31976f5425bc37d74eb6afc50e21.zip |
sys-boot/cromwell-bin: remove 2.31-r1
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/cromwell-bin/Manifest | 1 | ||||
-rw-r--r-- | sys-boot/cromwell-bin/cromwell-bin-2.31-r1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/sys-boot/cromwell-bin/Manifest b/sys-boot/cromwell-bin/Manifest index d147505e1789..4b5a97deb499 100644 --- a/sys-boot/cromwell-bin/Manifest +++ b/sys-boot/cromwell-bin/Manifest @@ -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 index 98553790ab1a..000000000000 --- a/sys-boot/cromwell-bin/cromwell-bin-2.31-r1.ebuild +++ /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 -} |