games-util/xboxgw: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703552
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-03 07:08:05 +01:00
parent 5236efd3ce
commit 20deba7c78
4 changed files with 0 additions and 61 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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
}

View 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