From 20deba7c788a04f8789387854e7d2c09f59449bb Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 3 Feb 2020 07:08:05 +0100 Subject: games-util/xboxgw: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/703552 Signed-off-by: Michał Górny --- games-util/xboxgw/Manifest | 2 -- games-util/xboxgw/metadata.xml | 8 ------ games-util/xboxgw/xboxgw-1.082.ebuild | 46 ----------------------------------- 3 files changed, 56 deletions(-) delete mode 100644 games-util/xboxgw/Manifest delete mode 100644 games-util/xboxgw/metadata.xml delete mode 100644 games-util/xboxgw/xboxgw-1.082.ebuild (limited to 'games-util') diff --git a/games-util/xboxgw/Manifest b/games-util/xboxgw/Manifest deleted file mode 100644 index 3ed534f2fb69..000000000000 --- a/games-util/xboxgw/Manifest +++ /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 index 78274e0fa550..000000000000 --- a/games-util/xboxgw/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - diff --git a/games-util/xboxgw/xboxgw-1.082.ebuild b/games-util/xboxgw/xboxgw-1.082.ebuild deleted file mode 100644 index ef0a637ca80a..000000000000 --- a/games-util/xboxgw/xboxgw-1.082.ebuild +++ /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 -} -- cgit v1.2.3-18-g5258