summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-12-21 19:54:32 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-12-21 20:07:32 +1100
commit99bd02db0003441e2c732d1ee973652223252e88 (patch)
tree2f4374d844c2fbdd878ef9a8e32fe816e1b0a28b /sys-boot
parentsys-boot/cromwell-bin: remove 2.31-r1 (diff)
downloadgentoo-99bd02db0003441e2c732d1ee973652223252e88.tar.gz
gentoo-99bd02db0003441e2c732d1ee973652223252e88.tar.bz2
gentoo-99bd02db0003441e2c732d1ee973652223252e88.zip
sys-boot/raincoat: remove 0.5
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/raincoat/Manifest1
-rw-r--r--sys-boot/raincoat/raincoat-0.5.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/sys-boot/raincoat/Manifest b/sys-boot/raincoat/Manifest
index 5a487ee0e776..095cfdfd0b0b 100644
--- a/sys-boot/raincoat/Manifest
+++ b/sys-boot/raincoat/Manifest
@@ -1,2 +1 @@
DIST raincoat-0.11.tbz2 240759 BLAKE2B 00601d7eb4596f790746bbab356b3ee28a11634d37dc2d2cb0e85b34ee9309484957c96d33c2d8478a849b834d8d9197cae717ee0ce4263a24e792bc57139349 SHA512 acd56386f8b0de2b2e268b62304e5b1323a96865394993fb76004c92c09992185b6fe6c7bf2d001ff5e5f2cc7e067d9962229aceb17838f7661890f5b4c4b2f1
-DIST raincoat-0.5+.tar.gz 220761 BLAKE2B 55cd84ef1044e12b55279fe705b047e3ee4cb87c89b86424c73c16bc62a5a3af22d0dc33a6dd248d211d65dc14e54fc48ca0ef252eccab90d072a7ad79b56da2 SHA512 5e99b2ef2ec6a2cfdd6a26115f607e122df5a973c677cdf0f971fd1a82b2a01888feabce670b7956a6cd1e03b56fda462b305416c68175170dba1b3bf340da12
diff --git a/sys-boot/raincoat/raincoat-0.5.ebuild b/sys-boot/raincoat/raincoat-0.5.ebuild
deleted file mode 100644
index 7d5836dcf4d8..000000000000
--- a/sys-boot/raincoat/raincoat-0.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Flash the Xbox boot chip"
-HOMEPAGE="https://sourceforge.net/projects/xbox-linux/"
-SRC_URI="http://xbox-linux.org/down/raincoat-0.5+.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND=""
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dodir /etc
- insinto /etc
- doins raincoat.conf
- dobin raincoat || die
- dodoc README
-}