commit: 75ead0c07c7ab1d35cfaa62ca4ce79e862290b72 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Oct 10 12:26:55 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Oct 10 12:26:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ead0c0
sys-boot/raincoat: Remove last-rited pkg Closes: https://bugs.gentoo.org/693908 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 6 ----- sys-boot/raincoat/Manifest | 1 - sys-boot/raincoat/files/raincoat-0.11-build.patch | 13 ----------- sys-boot/raincoat/metadata.xml | 9 -------- sys-boot/raincoat/raincoat-0.11.ebuild | 27 ----------------------- 5 files changed, 56 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 741f56a3e8a..369cefaf0bd 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -840,12 +840,6 @@ sys-cluster/ocfs sys-cluster/feedbackd-agent sys-cluster/feedbackd-master -# Michał Górny <mgo...@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 <polynomia...@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 index 095cfdfd0b0..00000000000 --- a/sys-boot/raincoat/Manifest +++ /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 index a83e73dd523..00000000000 --- a/sys-boot/raincoat/files/raincoat-0.11-build.patch +++ /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 index 237bbf31595..00000000000 --- a/sys-boot/raincoat/metadata.xml +++ /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 index c9649f78476..00000000000 --- a/sys-boot/raincoat/raincoat-0.11.ebuild +++ /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 -}