summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-12 04:58:46 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-12 04:58:46 +0000
commitd8fe3899f58077274627c4036b568740acf5ffe2 (patch)
treee77ec47585d93853b5952e9fee59e7ad43790134 /app-emulation/point2play
parentAddded s390 keywords (Manifest recommit) (diff)
downloadgentoo-2-d8fe3899f58077274627c4036b568740acf5ffe2.tar.gz
gentoo-2-d8fe3899f58077274627c4036b568740acf5ffe2.tar.bz2
gentoo-2-d8fe3899f58077274627c4036b568740acf5ffe2.zip
ver bump
Diffstat (limited to 'app-emulation/point2play')
-rw-r--r--app-emulation/point2play/ChangeLog7
-rw-r--r--app-emulation/point2play/files/digest-point2play-1.2.2b1
-rw-r--r--app-emulation/point2play/point2play-1.2.2b.ebuild36
3 files changed, 43 insertions, 1 deletions
diff --git a/app-emulation/point2play/ChangeLog b/app-emulation/point2play/ChangeLog
index 4f1699dc7abe..d9f0e05c6706 100644
--- a/app-emulation/point2play/ChangeLog
+++ b/app-emulation/point2play/ChangeLog
@@ -1,6 +1,11 @@
# 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.6 2004/02/20 05:36:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/ChangeLog,v 1.7 2004/05/12 04:58:46 vapier Exp $
+
+*point2play-1.2.2b (12 May 2004)
+
+ 12 May 2004; Mike Frysinger <vapier@gentoo.org> :
+ Version bump.
*point2play-1.2.1 (20 Feb 2004)
diff --git a/app-emulation/point2play/files/digest-point2play-1.2.2b b/app-emulation/point2play/files/digest-point2play-1.2.2b
new file mode 100644
index 000000000000..f942de153fe7
--- /dev/null
+++ b/app-emulation/point2play/files/digest-point2play-1.2.2b
@@ -0,0 +1 @@
+MD5 05542d233be6a543d44e4c9d64304cc9 point2play-1.2.2.b.tgz 8522125
diff --git a/app-emulation/point2play/point2play-1.2.2b.ebuild b/app-emulation/point2play/point2play-1.2.2b.ebuild
new file mode 100644
index 000000000000..dd5e721567b4
--- /dev/null
+++ b/app-emulation/point2play/point2play-1.2.2b.ebuild
@@ -0,0 +1,36 @@
+# 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 $
+
+MY_P=${PN}-1.2.2.b
+DESCRIPTION="graphical frontend for WineX"
+HOMEPAGE="http://www.transgaming.com/"
+SRC_URI="${MY_P}.tgz"
+
+LICENSE="point2play"
+SLOT="3"
+KEYWORDS="x86"
+IUSE=""
+RESTRICT="fetch"
+
+RDEPEND="virtual/x11
+ >=dev-lang/python-2.3
+ >=dev-python/pygtk-1.99.16
+ >=x11-themes/gtk-engines-metal-2.2.0"
+
+S=${WORKDIR}
+
+pkg_nofetch() {
+ einfo "Please download the appropriate Point2Play archive (${MY_P}.tgz)"
+ einfo "from ${HOMEPAGE} (requires a Transgaming subscription)"
+ echo
+ einfo "The archive should then be placed into ${DISTDIR}"
+}
+
+src_install() {
+ rm -rf \
+ etc/X11/susewm \
+ usr/lib/menu \
+ usr/lib/transgaming_point2play/{bin,etc,lib}
+ mv * ${D}
+}