From 2c029b9d519b2a5ad6495cfbacc26e9053cf7a42 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 6 Oct 2003 23:34:43 +0000 Subject: ver bump --- app-emulation/point2play/ChangeLog | 7 +++++- .../point2play/files/digest-point2play-1.1.1 | 1 + app-emulation/point2play/point2play-1.1.1.ebuild | 29 ++++++++++++++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 app-emulation/point2play/files/digest-point2play-1.1.1 create mode 100644 app-emulation/point2play/point2play-1.1.1.ebuild (limited to 'app-emulation/point2play') 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 : + 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} +} -- cgit v1.2.3-65-gdbad