sys-boot/raincoat: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Thu, 10 Oct 2019 12:26:55 +0000 (14:26 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 10 Oct 2019 12:26:55 +0000 (14:26 +0200)
Closes: https://bugs.gentoo.org/693908
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
sys-boot/raincoat/Manifest [deleted file]
sys-boot/raincoat/files/raincoat-0.11-build.patch [deleted file]
sys-boot/raincoat/metadata.xml [deleted file]
sys-boot/raincoat/raincoat-0.11.ebuild [deleted file]

index 741f56a3e8ab56ded01eaf1a8550361e9ef9f700..369cefaf0bdbfbd9abc32871cac27a4de40631fb 100644 (file)
@@ -840,12 +840,6 @@ sys-cluster/ocfs
 sys-cluster/feedbackd-agent
 sys-cluster/feedbackd-master
 
-# Michał Górny <mgorny@gentoo.org> (2019-09-09)
-# Unmaintained.  Last bumped in 2009, last upstream release from 2005.
-# EAPI 0.  No amd64 keyword.
-# Removal in 30 days.  Bug #693908.
-sys-boot/raincoat
-
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.
diff --git a/sys-boot/raincoat/Manifest b/sys-boot/raincoat/Manifest
deleted file mode 100644 (file)
index 095cfdf..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST raincoat-0.11.tbz2 240759 BLAKE2B 00601d7eb4596f790746bbab356b3ee28a11634d37dc2d2cb0e85b34ee9309484957c96d33c2d8478a849b834d8d9197cae717ee0ce4263a24e792bc57139349 SHA512 acd56386f8b0de2b2e268b62304e5b1323a96865394993fb76004c92c09992185b6fe6c7bf2d001ff5e5f2cc7e067d9962229aceb17838f7661890f5b4c4b2f1
diff --git a/sys-boot/raincoat/files/raincoat-0.11-build.patch b/sys-boot/raincoat/files/raincoat-0.11-build.patch
deleted file mode 100644 (file)
index a83e73d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 96f8662..db2b78c 100755
---- a/Makefile
-+++ b/Makefile
-@@ -2,7 +2,7 @@ all: raincoat
- raincoat: src/raincoat.c src/BootFlash.c src/boot.h src/BootFlash.h
-       mkdir -p bin
--      gcc -static -O2 -Wall -Werror -o ./bin/raincoat src/raincoat.c src/BootFlash.c
-+      $(CC) -static $(CFLAGS) $(CPPFLAGS) -Wall -o ./bin/raincoat src/raincoat.c src/BootFlash.c $(LDFLAGS)
- clean:
-       rm -f src/*.o
diff --git a/sys-boot/raincoat/metadata.xml b/sys-boot/raincoat/metadata.xml
deleted file mode 100644 (file)
index 237bbf3..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <longdescription>Flash the Xbox boot chip</longdescription>
-  <upstream>
-    <remote-id type="sourceforge">xbox-linux</remote-id>
-  </upstream>
-</pkgmetadata>
diff --git a/sys-boot/raincoat/raincoat-0.11.ebuild b/sys-boot/raincoat/raincoat-0.11.ebuild
deleted file mode 100644 (file)
index c9649f7..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="Flash the Xbox boot chip"
-HOMEPAGE="https://sourceforge.net/projects/xbox-linux/"
-SRC_URI="https://sourceforge.net/projects/xbox-linux/files/Other/Raincoat/${P}.tbz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${P}-build.patch
-}
-
-src_install() {
-       dodir /etc /usr/bin
-       emake install DESTDIR="${D}" || die
-       dodoc docs/README
-}