summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-16 04:27:01 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-16 04:27:01 +0000
commitf824fe2b13d4360e571279cb9e8f50510f296754 (patch)
tree17268efd3f6aa4d64e675cb4a0529c52af942dfa /app-emulation/point2play
parentAdded ~sparc keyword. (Manifest recommit) (diff)
downloadgentoo-2-f824fe2b13d4360e571279cb9e8f50510f296754.tar.gz
gentoo-2-f824fe2b13d4360e571279cb9e8f50510f296754.tar.bz2
gentoo-2-f824fe2b13d4360e571279cb9e8f50510f296754.zip
Fix stupid wrapper script.
Diffstat (limited to 'app-emulation/point2play')
-rw-r--r--app-emulation/point2play/ChangeLog10
-rw-r--r--app-emulation/point2play/files/Point2Play11
-rw-r--r--app-emulation/point2play/files/digest-point2play-1.2.2b-r1 (renamed from app-emulation/point2play/files/digest-point2play-1.2.2b)0
-rw-r--r--app-emulation/point2play/point2play-1.2.2b-r1.ebuild (renamed from app-emulation/point2play/point2play-1.2.2b.ebuild)2
4 files changed, 20 insertions, 3 deletions
diff --git a/app-emulation/point2play/ChangeLog b/app-emulation/point2play/ChangeLog
index d9f0e05c6706..646d33f4466f 100644
--- a/app-emulation/point2play/ChangeLog
+++ b/app-emulation/point2play/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/point2play
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/ChangeLog,v 1.7 2004/05/12 04:58:46 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/ChangeLog,v 1.8 2004/05/16 04:27:01 vapier Exp $
+
+*point2play-1.2.2b-r1 (16 May 2004)
+
+ 16 May 2004; Mike Frysinger <vapier@gentoo.org> +files/Point2Play,
+ +point2play-1.2.2b-r1.ebuild, -point2play-1.2.2b.ebuild:
+ Fix stupid wrapper script.
*point2play-1.2.2b (12 May 2004)
diff --git a/app-emulation/point2play/files/Point2Play b/app-emulation/point2play/files/Point2Play
new file mode 100644
index 000000000000..84edd0c35f69
--- /dev/null
+++ b/app-emulation/point2play/files/Point2Play
@@ -0,0 +1,11 @@
+#!/bin/sh
+# Copyright (c) 2003 TransGaming Technologies Inc.
+# Startup script for Point2Play.
+# Version 1.1 Nov.26, 2003
+
+if !([ -e "$HOME/.point2play" ]); then
+ mkdir "$HOME/.point2play"
+fi
+
+export P2PPATH=/usr/lib/transgaming_point2play
+python ${P2PPATH}/Point2Play_gui.py "$@"
diff --git a/app-emulation/point2play/files/digest-point2play-1.2.2b b/app-emulation/point2play/files/digest-point2play-1.2.2b-r1
index f942de153fe7..f942de153fe7 100644
--- a/app-emulation/point2play/files/digest-point2play-1.2.2b
+++ b/app-emulation/point2play/files/digest-point2play-1.2.2b-r1
diff --git a/app-emulation/point2play/point2play-1.2.2b.ebuild b/app-emulation/point2play/point2play-1.2.2b-r1.ebuild
index dd5e721567b4..09ce8034ad01 100644
--- a/app-emulation/point2play/point2play-1.2.2b.ebuild
+++ b/app-emulation/point2play/point2play-1.2.2b-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-1.2.2b.ebuild,v 1.1 2004/05/12 04:58:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-1.2.2b-r1.ebuild,v 1.1 2004/05/16 04:27:01 vapier Exp $
MY_P=${PN}-1.2.2.b
DESCRIPTION="graphical frontend for WineX"