From 88b55edbcf1304f30b0865ec2dfa018d5d9133ac Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 25 Jun 2004 00:13:21 +0000 Subject: ver bump #54952 --- app-emulation/point2play/ChangeLog | 8 ++++- .../point2play/files/digest-point2play-1.2 | 1 - .../point2play/files/digest-point2play-1.2.1 | 1 - .../point2play/files/digest-point2play-1.3 | 1 - .../point2play/files/digest-point2play-1.3b | 1 + app-emulation/point2play/point2play-1.2.1.ebuild | 30 ---------------- app-emulation/point2play/point2play-1.2.ebuild | 37 -------------------- app-emulation/point2play/point2play-1.3.ebuild | 40 ---------------------- app-emulation/point2play/point2play-1.3b.ebuild | 40 ++++++++++++++++++++++ 9 files changed, 48 insertions(+), 111 deletions(-) delete mode 100644 app-emulation/point2play/files/digest-point2play-1.2 delete mode 100644 app-emulation/point2play/files/digest-point2play-1.2.1 delete mode 100644 app-emulation/point2play/files/digest-point2play-1.3 create mode 100644 app-emulation/point2play/files/digest-point2play-1.3b delete mode 100644 app-emulation/point2play/point2play-1.2.1.ebuild delete mode 100644 app-emulation/point2play/point2play-1.2.ebuild delete mode 100644 app-emulation/point2play/point2play-1.3.ebuild create mode 100644 app-emulation/point2play/point2play-1.3b.ebuild diff --git a/app-emulation/point2play/ChangeLog b/app-emulation/point2play/ChangeLog index e841acb9cdf6..05f836817103 100644 --- a/app-emulation/point2play/ChangeLog +++ b/app-emulation/point2play/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/point2play # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/ChangeLog,v 1.11 2004/06/23 22:51:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/ChangeLog,v 1.12 2004/06/25 00:13:20 vapier Exp $ + +*point2play-1.3b (24 Jun 2004) + + 24 Jun 2004; Mike Frysinger -point2play-1.2.1.ebuild, + -point2play-1.2.ebuild, -point2play-1.3.ebuild, +point2play-1.3b.ebuild: + Version bump #54952 by Sean Burke. 23 Jun 2004; Mike Frysinger +files/1.3-fix-sound-test.patch, point2play-1.3.ebuild: diff --git a/app-emulation/point2play/files/digest-point2play-1.2 b/app-emulation/point2play/files/digest-point2play-1.2 deleted file mode 100644 index 7602fe7d571e..000000000000 --- a/app-emulation/point2play/files/digest-point2play-1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 5ed08cbe32b084fec1f780b2828dbeab point2play-small-1.2.tgz 647628 diff --git a/app-emulation/point2play/files/digest-point2play-1.2.1 b/app-emulation/point2play/files/digest-point2play-1.2.1 deleted file mode 100644 index de2bfc091704..000000000000 --- a/app-emulation/point2play/files/digest-point2play-1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 aadbf954186481547122e0a5baa24c61 point2play-small-1.2.1.tgz 710644 diff --git a/app-emulation/point2play/files/digest-point2play-1.3 b/app-emulation/point2play/files/digest-point2play-1.3 deleted file mode 100644 index 9a3b347dd118..000000000000 --- a/app-emulation/point2play/files/digest-point2play-1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 d8f32fc036e4b9e3aaf7bc986b5eefd7 point2play-small-1.3.tgz 801265 diff --git a/app-emulation/point2play/files/digest-point2play-1.3b b/app-emulation/point2play/files/digest-point2play-1.3b new file mode 100644 index 000000000000..d08e7e9bc940 --- /dev/null +++ b/app-emulation/point2play/files/digest-point2play-1.3b @@ -0,0 +1 @@ +MD5 6b8d4b1a7a5085a9ff148de15ac00f5b point2play-small-1.3-2.tgz 801358 diff --git a/app-emulation/point2play/point2play-1.2.1.ebuild b/app-emulation/point2play/point2play-1.2.1.ebuild deleted file mode 100644 index 6f0c8274ae7d..000000000000 --- a/app-emulation/point2play/point2play-1.2.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.1.ebuild,v 1.3 2004/06/14 08:27:20 kloeri Exp $ - -MY_P=${PN}-small-${PV} -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" - -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.2.ebuild b/app-emulation/point2play/point2play-1.2.ebuild deleted file mode 100644 index e544419822bb..000000000000 --- a/app-emulation/point2play/point2play-1.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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.ebuild,v 1.4 2004/06/14 08:27:20 kloeri Exp $ - -inherit eutils - -MY_P=${PN}-small-${PV} -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.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_unpack() { - unpack ${A} - epatch ${FILESDIR}/${PV}-python2.2.patch -} - -src_install() { - mv ${WORKDIR}/usr ${D} -} diff --git a/app-emulation/point2play/point2play-1.3.ebuild b/app-emulation/point2play/point2play-1.3.ebuild deleted file mode 100644 index 583900b60566..000000000000 --- a/app-emulation/point2play/point2play-1.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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.3.ebuild,v 1.2 2004/06/23 22:51:04 vapier Exp $ - -inherit eutils - -MY_P=${PN}-small-${PV} -DESCRIPTION="graphical frontend for WineX" -HOMEPAGE="http://www.transgaming.com/" -SRC_URI="${MY_P}.tgz" - -LICENSE="point2play" -SLOT="0" -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_unpack() { - unpack ${A} - epatch ${FILESDIR}/${PV}-fix-sound-test.patch -} - -src_install() { - mv usr ${D}/ - mv etc/X11/applnk ${D}/usr/share -} diff --git a/app-emulation/point2play/point2play-1.3b.ebuild b/app-emulation/point2play/point2play-1.3b.ebuild new file mode 100644 index 000000000000..d88e5f4665ef --- /dev/null +++ b/app-emulation/point2play/point2play-1.3b.ebuild @@ -0,0 +1,40 @@ +# 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.3b.ebuild,v 1.1 2004/06/25 00:13:20 vapier Exp $ + +inherit eutils + +MY_P=${PN}-small-1.3-2 +DESCRIPTION="graphical frontend for WineX" +HOMEPAGE="http://www.transgaming.com/" +SRC_URI="${MY_P}.tgz" + +LICENSE="point2play" +SLOT="0" +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_unpack() { + unpack ${A} + epatch ${FILESDIR}/1.3-fix-sound-test.patch +} + +src_install() { + mv usr ${D}/ + mv etc/X11/applnk ${D}/usr/share +} -- cgit v1.2.3-65-gdbad