summaryrefslogtreecommitdiff
path: root/games-util/xboxgw/xboxgw-1.082.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-util/xboxgw/xboxgw-1.082.ebuild
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-util/xboxgw/xboxgw-1.082.ebuild')
-rw-r--r--games-util/xboxgw/xboxgw-1.082.ebuild46
1 files changed, 0 insertions, 46 deletions
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
-}