summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-12-08 14:27:25 +0000
committerMike Frysinger <vapier@gentoo.org>2003-12-08 14:27:25 +0000
commitc2a4fed1bf9853bdb1f76db9022f3e954670f093 (patch)
tree9337544f05fbe530a89ccddfde6eb4058f055012 /app-emulation/point2play
parentpoint2play (diff)
downloadhistorical-c2a4fed1bf9853bdb1f76db9022f3e954670f093.tar.gz
historical-c2a4fed1bf9853bdb1f76db9022f3e954670f093.tar.bz2
historical-c2a4fed1bf9853bdb1f76db9022f3e954670f093.zip
old
Diffstat (limited to 'app-emulation/point2play')
-rw-r--r--app-emulation/point2play/files/digest-point2play-1.0.10
-rw-r--r--app-emulation/point2play/files/digest-point2play-1.11
-rw-r--r--app-emulation/point2play/files/digest-point2play-1.1.11
-rw-r--r--app-emulation/point2play/point2play-1.0.1.ebuild44
-rw-r--r--app-emulation/point2play/point2play-1.1.1.ebuild29
-rw-r--r--app-emulation/point2play/point2play-1.1.ebuild29
6 files changed, 0 insertions, 104 deletions
diff --git a/app-emulation/point2play/files/digest-point2play-1.0.1 b/app-emulation/point2play/files/digest-point2play-1.0.1
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/app-emulation/point2play/files/digest-point2play-1.0.1
+++ /dev/null
diff --git a/app-emulation/point2play/files/digest-point2play-1.1 b/app-emulation/point2play/files/digest-point2play-1.1
deleted file mode 100644
index fa553387f43d..000000000000
--- a/app-emulation/point2play/files/digest-point2play-1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f73c359bb06189468b59b331895dbafb point2play-small-1.1.tgz 547204
diff --git a/app-emulation/point2play/files/digest-point2play-1.1.1 b/app-emulation/point2play/files/digest-point2play-1.1.1
deleted file mode 100644
index a3832fe14f20..000000000000
--- a/app-emulation/point2play/files/digest-point2play-1.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 28c4923267e19d2cb61133783ca16858 point2play-small-1.1.1.tgz 562688
diff --git a/app-emulation/point2play/point2play-1.0.1.ebuild b/app-emulation/point2play/point2play-1.0.1.ebuild
deleted file mode 100644
index 4f12f820f76c..000000000000
--- a/app-emulation/point2play/point2play-1.0.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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.0.1.ebuild,v 1.4 2003/09/04 01:01:39 msterret Exp $
-
-IUSE=""
-
-MY_P="${PN}-small-${PV}"
-DESCRIPTION="WineX is a distribution of Wine with enhanced DirectX for gaming"
-HOMEPAGE="http://www.transgaming.com/"
-
-SLOT="3"
-KEYWORDS="~x86"
-LICENSE="Aladdin" # not sure about that .. comments?
-
-DEPEND="virtual/x11
- >=dev-lang/python-2.0
- >=dev-python/pygtk-1.99.16
- >=x11-themes/gtk-engines-metal-2.2.0"
- # Homepage says it needs gtk2-engines .. that should do ..
-
-src_unpack () {
- if [ ! -e "${DISTDIR}/${MY_P}.tgz" ] ; then
- eerror ""
- eerror "Please download the appropriate Point2Play archive (${MY_P}.tgz)"
- eerror "from: ${HOMEPAGE} (requires a Transgaming subscription)."
- eerror ""
- eerror "The archive should be placed into ${DISTDIR}."
- eerror ""
-
- die "package archive (${MY_P}.tgz) not found"
- fi
- unpack "${MY_P}.tgz"
-}
-
-src_compile() {
-# nothing to compile
- echo ""
-}
-
-src_install () {
- mv "${WORKDIR}/usr" "${D}"
- # not handling /etc for now since i'm not sure about kde/gnome directory conventions
-}
-
diff --git a/app-emulation/point2play/point2play-1.1.1.ebuild b/app-emulation/point2play/point2play-1.1.1.ebuild
deleted file mode 100644
index 81bd44447e88..000000000000
--- a/app-emulation/point2play/point2play-1.1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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}
-}
diff --git a/app-emulation/point2play/point2play-1.1.ebuild b/app-emulation/point2play/point2play-1.1.ebuild
deleted file mode 100644
index 3f18e4a42cbe..000000000000
--- a/app-emulation/point2play/point2play-1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.ebuild,v 1.2 2003/09/04 01:01:39 msterret 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}
-}