summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-10 18:53:23 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-10 18:53:23 +0000
commitfb0b9785cad15a74d5b34987e255f6abcda8384d (patch)
treebb060f45b7f01ae116cfcabd2150193b896e19b7 /games-util/xboxgw
parentAdd local dv USE flag for mjpegtools. (diff)
downloadhistorical-fb0b9785cad15a74d5b34987e255f6abcda8384d.tar.gz
historical-fb0b9785cad15a74d5b34987e255f6abcda8384d.tar.bz2
historical-fb0b9785cad15a74d5b34987e255f6abcda8384d.zip
welcome to games-util
Diffstat (limited to 'games-util/xboxgw')
-rw-r--r--games-util/xboxgw/ChangeLog8
-rw-r--r--games-util/xboxgw/Manifest3
-rw-r--r--games-util/xboxgw/files/digest-xboxgw-1.0822
-rw-r--r--games-util/xboxgw/xboxgw-1.082.ebuild28
4 files changed, 41 insertions, 0 deletions
diff --git a/games-util/xboxgw/ChangeLog b/games-util/xboxgw/ChangeLog
new file mode 100644
index 000000000000..4100409e004d
--- /dev/null
+++ b/games-util/xboxgw/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-games/xboxgw
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/xboxgw/ChangeLog,v 1.1 2003/09/10 18:53:23 vapier Exp $
+
+*xboxgw-1.082 (23 Nov 2002)
+
+ 23 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by Jeff Ames <jca@po.cwru.edu>.
diff --git a/games-util/xboxgw/Manifest b/games-util/xboxgw/Manifest
new file mode 100644
index 000000000000..a7a590fbf282
--- /dev/null
+++ b/games-util/xboxgw/Manifest
@@ -0,0 +1,3 @@
+MD5 a22431806de4ddd391f6026a7b43dbe4 ChangeLog 363
+MD5 9161b4ae9deaf0e7873829bf2db6f26a xboxgw-1.082.ebuild 755
+MD5 efed66a562004965f5e92faba8dcbbe3 files/digest-xboxgw-1.082 128
diff --git a/games-util/xboxgw/files/digest-xboxgw-1.082 b/games-util/xboxgw/files/digest-xboxgw-1.082
new file mode 100644
index 000000000000..27ca4f5b610a
--- /dev/null
+++ b/games-util/xboxgw/files/digest-xboxgw-1.082
@@ -0,0 +1,2 @@
+MD5 d3fcae426b9fcad8a8855ff96c3436cd xboxgw-1.08-2.tgz 91488
+MD5 3142adb0ed2398ef6f5634d17e378823 hmlibs-1.07-2.i386.tgz 120364
diff --git a/games-util/xboxgw/xboxgw-1.082.ebuild b/games-util/xboxgw/xboxgw-1.082.ebuild
new file mode 100644
index 000000000000..1bb03c3a5022
--- /dev/null
+++ b/games-util/xboxgw/xboxgw-1.082.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/xboxgw/xboxgw-1.082.ebuild,v 1.1 2003/09/10 18:53:23 vapier Exp $
+
+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"
+
+SLOT="0"
+LICENSE="freedist"
+KEYWORDS="x86"
+
+S="${WORKDIR}"
+
+src_install() {
+ cd ${WORKDIR}/${HMLIBS_P}
+ dolib.so *.so
+ dobin hmdbdump
+ insinto /usr/include/hmlibs
+ doins *.h
+
+ cd ${WORKDIR}/${XBOXGW_P}
+ dobin xboxgw xbifsetup
+ dodoc *.txt
+}