summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-08 20:31:35 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-08 20:31:35 +0200
commit98f2fa0ad7936f1bc2bb46ecc7d36e768b7dca64 (patch)
tree313edbac15570704aad1dc98262c63825268e59b
parentnet-misc/netprofiles-ims: Remove last-rited pkg (diff)
downloadgentoo-98f2fa0a.tar.gz
gentoo-98f2fa0a.tar.bz2
gentoo-98f2fa0a.zip
sys-boot/psoload: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693798 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--profiles/package.mask7
-rw-r--r--sys-boot/psoload/Manifest1
-rw-r--r--sys-boot/psoload/metadata.xml5
-rw-r--r--sys-boot/psoload/psoload-2.0.ebuild27
4 files changed, 0 insertions, 40 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 9906cd73b810..ad07172f51e2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -972,13 +972,6 @@ media-sound/imp3sh
# Removal in 30 days. Bug #693800.
media-sound/hearnet
-# Michał Górny <mgorny@gentoo.org> (2019-09-08)
-# Added in 2004 and not updated since. Incorrect license. EAPI 0.
-# Proprietary 32-bit x86 executable. Homepage and SRC_URI are dead,
-# and we shouldn't be mirroring distfiles in the first place.
-# Removal in 30 days. Bug #693798.
-sys-boot/psoload
-
# 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/psoload/Manifest b/sys-boot/psoload/Manifest
deleted file mode 100644
index 244d2595be9b..000000000000
--- a/sys-boot/psoload/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST PSOloadV2.0_Linux.zip 384266 BLAKE2B 9db89cfe88fb664679e43abd80dbb24209cf2f179137c3e7589bf9d2083b68e7dc1c743727a52c472e2dce1a12f4d3dcfd920c8f92caf8cb1d2ab4358d4bc297 SHA512 21daf5f3889666980eed9f712cacd9544bb0c6380ea7059b14f7df793ab8cd2db4ba6f6cfc6b555a33372b79d82ff4ce34d50b359d899c1546219df763938784
diff --git a/sys-boot/psoload/metadata.xml b/sys-boot/psoload/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/sys-boot/psoload/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/sys-boot/psoload/psoload-2.0.ebuild b/sys-boot/psoload/psoload-2.0.ebuild
deleted file mode 100644
index ad33b760ae82..000000000000
--- a/sys-boot/psoload/psoload-2.0.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
-
-QA_PRESTRIPPED="/opt/bin/psoload2
- /opt/bin/psoload2_static"
-
-DESCRIPTION="Load home brewed code onto the GameCube with Phantasy Star Online"
-HOMEPAGE="http://www.gc-linux.org/"
-SRC_URI="http://www.gcdev.com/download/PSOloadV${PV}_Linux.zip"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="-* x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S=${WORKDIR}
-
-src_install() {
- into /opt
- dobin psoload2 psoload2_static || die "dobin"
- dodoc *.txt testdemo4.dol crt0.s
-}