summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-07-12 04:45:54 +0000
committerMike Frysinger <vapier@gentoo.org>2004-07-12 04:45:54 +0000
commit5f50a82f6fbbab446ec657998365287f5a31a619 (patch)
treee35ed63d7ebb5f03f29ca3d341819a6eb776ce3f /games-server
parentWarpPipe (diff)
downloadhistorical-5f50a82f6fbbab446ec657998365287f5a31a619.tar.gz
historical-5f50a82f6fbbab446ec657998365287f5a31a619.tar.bz2
historical-5f50a82f6fbbab446ec657998365287f5a31a619.zip
initial ebuild
Diffstat (limited to 'games-server')
-rw-r--r--games-server/WarpPipe/ChangeLog8
-rw-r--r--games-server/WarpPipe/Manifest14
-rw-r--r--games-server/WarpPipe/WarpPipe-0.3.5.ebuild25
-rw-r--r--games-server/WarpPipe/files/digest-WarpPipe-0.3.51
-rw-r--r--games-server/WarpPipe/metadata.xml5
5 files changed, 53 insertions, 0 deletions
diff --git a/games-server/WarpPipe/ChangeLog b/games-server/WarpPipe/ChangeLog
new file mode 100644
index 000000000000..0ff64cc1fab7
--- /dev/null
+++ b/games-server/WarpPipe/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for games-server/WarpPipe
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-server/WarpPipe/ChangeLog,v 1.1 2004/07/12 04:45:54 vapier Exp $
+
+*WarpPipe-0.3.5 (12 Jul 2004)
+
+ 12 Jul 2004; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by me.
diff --git a/games-server/WarpPipe/Manifest b/games-server/WarpPipe/Manifest
new file mode 100644
index 000000000000..385b9a7c1f74
--- /dev/null
+++ b/games-server/WarpPipe/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 40051382ce84b2bfbcabe9e5340a4eb6 WarpPipe-0.3.5.ebuild 614
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 0c2beb8b8eedeb058c7c3f49471f7cc2 ChangeLog 349
+MD5 6be3d7ffc81bf75895e545ef308533a7 files/digest-WarpPipe-0.3.5 72
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.8 (GNU/Linux)
+
+iD8DBQFA8heRHTu7gpaalycRAp/AAJ0Zgv+WkyIQWAwpdnnuWNjyNHdWbACffJgo
+zWssznSrBFyvJlUwNNYIOMc=
+=d5pY
+-----END PGP SIGNATURE-----
diff --git a/games-server/WarpPipe/WarpPipe-0.3.5.ebuild b/games-server/WarpPipe/WarpPipe-0.3.5.ebuild
new file mode 100644
index 000000000000..641d801c7115
--- /dev/null
+++ b/games-server/WarpPipe/WarpPipe-0.3.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-server/WarpPipe/WarpPipe-0.3.5.ebuild,v 1.1 2004/07/12 04:45:54 vapier Exp $
+
+DESCRIPTION="connect gamecubes together over the network"
+HOMEPAGE="http://www.warppipe.com/"
+SRC_URI="http://www.warppipe.com/download/${P}-linux.tar.gz"
+
+LICENSE="WarpPipe"
+SLOT="0"
+KEYWORDS="-* x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="virtual/libc
+ virtual/x11
+ x11-libs/qt"
+
+S=${WORKDIR}/${P}-linux
+
+src_install() {
+ into /opt
+ dobin WarpPipe || die
+ newbin soshell WarpPipe-soshell || die
+}
diff --git a/games-server/WarpPipe/files/digest-WarpPipe-0.3.5 b/games-server/WarpPipe/files/digest-WarpPipe-0.3.5
new file mode 100644
index 000000000000..1f0ae72dd438
--- /dev/null
+++ b/games-server/WarpPipe/files/digest-WarpPipe-0.3.5
@@ -0,0 +1 @@
+MD5 a1b19052a4fa542a06f37848d935b670 WarpPipe-0.3.5-linux.tar.gz 268813
diff --git a/games-server/WarpPipe/metadata.xml b/games-server/WarpPipe/metadata.xml
new file mode 100644
index 000000000000..d3c2cc926f0b
--- /dev/null
+++ b/games-server/WarpPipe/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+</pkgmetadata>