diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-12 04:58:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-12 04:58:46 +0000 |
commit | 94826d22a8f4a77e02ecd2edd99680c2b8c734d3 (patch) | |
tree | 37b713abfb1c6903ae78ed6a3b06f0099b91babf /app-emulation | |
parent | Addded s390 keywords (diff) | |
download | historical-94826d22a8f4a77e02ecd2edd99680c2b8c734d3.tar.gz historical-94826d22a8f4a77e02ecd2edd99680c2b8c734d3.tar.bz2 historical-94826d22a8f4a77e02ecd2edd99680c2b8c734d3.zip |
ver bump
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/point2play/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/point2play/files/digest-point2play-1.2.2b | 1 | ||||
-rw-r--r-- | app-emulation/point2play/point2play-1.2.2b.ebuild | 36 |
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} +} |