summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-06 23:34:43 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-06 23:34:43 +0000
commit2c029b9d519b2a5ad6495cfbacc26e9053cf7a42 (patch)
treea802d05c841828a0d1dbcc4d6b4ec236cadbf31b /app-emulation/point2play
parentfixed gtk+ dependency at 1.2* (diff)
downloadhistorical-2c029b9d519b2a5ad6495cfbacc26e9053cf7a42.tar.gz
historical-2c029b9d519b2a5ad6495cfbacc26e9053cf7a42.tar.bz2
historical-2c029b9d519b2a5ad6495cfbacc26e9053cf7a42.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.1.11
-rw-r--r--app-emulation/point2play/point2play-1.1.1.ebuild29
3 files changed, 36 insertions, 1 deletions
diff --git a/app-emulation/point2play/ChangeLog b/app-emulation/point2play/ChangeLog
index f906f56d115d..69118bb74aaa 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.2 2003/07/16 03:13:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/ChangeLog,v 1.3 2003/10/06 23:34:43 vapier Exp $
+
+*point2play-1.1.1 (06 Oct 2003)
+
+ 06 Oct 2003; Mike Frysinger <vapier@gentoo.org> :
+ Version bump.
*point2play-1.1 (15 Jul 2003)
diff --git a/app-emulation/point2play/files/digest-point2play-1.1.1 b/app-emulation/point2play/files/digest-point2play-1.1.1
new file mode 100644
index 000000000000..a3832fe14f20
--- /dev/null
+++ b/app-emulation/point2play/files/digest-point2play-1.1.1
@@ -0,0 +1 @@
+MD5 28c4923267e19d2cb61133783ca16858 point2play-small-1.1.1.tgz 562688
diff --git a/app-emulation/point2play/point2play-1.1.1.ebuild b/app-emulation/point2play/point2play-1.1.1.ebuild
new file mode 100644
index 000000000000..81bd44447e88
--- /dev/null
+++ b/app-emulation/point2play/point2play-1.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-1.1.1.ebuild,v 1.1 2003/10/06 23:34:43 vapier Exp $
+
+MY_P=${PN}-small-${PV}
+DESCRIPTION="graphical frontend for WineX"
+HOMEPAGE="http://www.transgaming.com/"
+SRC_URI="${MY_P}.tgz"
+
+LICENSE="Aladdin"
+SLOT="3"
+KEYWORDS="x86"
+RESTRICT="fetch"
+
+RDEPEND="virtual/x11
+ >=dev-lang/python-2.0
+ >=dev-python/pygtk-1.99.16
+ >=x11-themes/gtk-engines-metal-2.2.0"
+
+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() {
+ mv ${WORKDIR}/usr ${D}
+}