games-util/xboxgw: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 06:08:05 +0000 (07:08 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 06:08:05 +0000 (07:08 +0100)
Closes: https://bugs.gentoo.org/703552
Signed-off-by: Michał Górny <mgorny@gentoo.org>
games-util/xboxgw/Manifest [deleted file]
games-util/xboxgw/metadata.xml [deleted file]
games-util/xboxgw/xboxgw-1.082.ebuild [deleted file]
profiles/package.mask

diff --git a/games-util/xboxgw/Manifest b/games-util/xboxgw/Manifest
deleted file mode 100644 (file)
index 3ed534f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST hmlibs-1.07-2.i386.tgz 120364 BLAKE2B 3c2ffa9968ac3c39962314b41f19dc3071a0921f68f35ac1b20908fb496398e4957b7112f81a9658fb4ebb69f637039dfce0a180039ee787df850cfb9153eb04 SHA512 2624c44bee7985586288f3c3e2c27e30fb23735a555635ec5a2813a40a54eb7ae1ec0e6f691d883832ec2790ad88a7f03e15ebbaea464db20e2107635463c96c
-DIST xboxgw-1.08-2.tgz 91488 BLAKE2B 104f057e5f29d03525ad2460fa427cb32adadd8ee54d49c82e8ed61c976728494076cdc1b0fffb5f766f9f67a5045aecf2ce0022f2c68af10d8eb06573732693 SHA512 dd4b97fd535e84b4cae34135ab8220399e410a0ca3c73e3fff244ba6ec7f6944f40a7e33c74f3872496cae03fb87dc90e11b7fd4b788ee061d32f86ad36b0617
diff --git a/games-util/xboxgw/metadata.xml b/games-util/xboxgw/metadata.xml
deleted file mode 100644 (file)
index 78274e0..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-       <email>games@gentoo.org</email>
-       <name>Gentoo Games Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/games-util/xboxgw/xboxgw-1.082.ebuild b/games-util/xboxgw/xboxgw-1.082.ebuild
deleted file mode 100644 (file)
index ef0a637..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-XBOXGW_P="${PN}-1.08-2"
-HMLIBS_P="hmlibs-1.07-2"
-
-DESCRIPTION="Tunnels XBox system link games over the net"
-HOMEPAGE="http://www.xboxgw.com/"
-SRC_URI="http://www.xboxgw.com/rel/dist2.1/tarballs/i386/${XBOXGW_P}.tgz
-       http://www.xboxgw.com/rel/dist2.1/tarballs/i386/${HMLIBS_P}.i386.tgz"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-QA_PREBUILT="opt/${PN}/lib/libhmdb.so
-       opt/${PN}/lib/libhmsched.so
-       opt/${PN}/lib/libhmcli.so
-       opt/${PN}/lib/libhmsdb.so
-       opt/${PN}/bin/hmdbdump
-       opt/${PN}/bin/xboxgw
-       opt/${PN}/bin/xbifsetup"
-
-S=${WORKDIR}
-
-src_install() {
-       into /opt/${PN}
-
-       cd "${WORKDIR}/${HMLIBS_P}"
-       dolib.so *.so
-       dobin hmdbdump
-       insinto /usr/include/hmlibs
-       doins *.h
-
-       cd "${WORKDIR}/${XBOXGW_P}"
-       dobin xboxgw xbifsetup
-       dodoc *.txt
-
-       if use amd64 ; then
-               mv "${D}"/opt/${PN}/lib64 "${D}"/opt/${PN}/lib || die
-       fi
-}
index 4037341eec2b96d4cc3334b865b5f1d22dbe0943..2f972d4e4a90fc4cc9252f07b99b867d7eed11c1 100644 (file)
@@ -789,11 +789,6 @@ games-kids/tuxmathscrabble
 # Bug #692228, Removal in 30 days.
 x11-terms/multi-aterm
 
-# James Le Cuirot <chewi@gentoo.org> (2019-12-23)
-# No license. HOMEPAGE and SRC_URI are dead.
-# Removal in 30 days. See bug #703552.
-games-util/xboxgw
-
 # Tomáš Mózes <hydrapolic@gentoo.org> (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0