summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-14 17:52:05 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-14 17:52:05 +0000
commitc758cc4a28aa1c6f15e42ae259f98f213dda3171 (patch)
treef36a98006f91ed498afe80be2fe840aae8fe8c39
parentAdded einfo for plugin downloads (diff)
downloadhistorical-c758cc4a28aa1c6f15e42ae259f98f213dda3171.tar.gz
historical-c758cc4a28aa1c6f15e42ae259f98f213dda3171.tar.bz2
historical-c758cc4a28aa1c6f15e42ae259f98f213dda3171.zip
remove older ebuild
-rw-r--r--app-emulation/point2play/Manifest8
-rw-r--r--app-emulation/point2play/files/digest-point2play-1.3b1
-rw-r--r--app-emulation/point2play/point2play-1.3b.ebuild40
3 files changed, 3 insertions, 46 deletions
diff --git a/app-emulation/point2play/Manifest b/app-emulation/point2play/Manifest
index bf87c4335d5d..2d736eac17fc 100644
--- a/app-emulation/point2play/Manifest
+++ b/app-emulation/point2play/Manifest
@@ -5,7 +5,6 @@ MD5 5eaedc9b09d767be65011762b864712d ChangeLog 2196
MD5 086d7322b591c18822e6a6ef25213c3b metadata.xml 465
MD5 afb92d6ed181ea6907e0cde5347610d4 point2play-1.1.1-r1.ebuild 900
MD5 f47f7eaa88294ab47c77271a23e0f15e point2play-1.3.1.ebuild 939
-MD5 0a9150f1856b35b570ad793f924c900c point2play-1.3b.ebuild 937
MD5 ef7e3a8d0f187b717cbb58737929ce1c point2play-1.2.2b-r2.ebuild 1019
MD5 e4ff3be195cda12b76cdca866100ecfb files/Point2Play 281
MD5 8f95e756e8e01ff5a51b2f52b32b2cbc files/1.1.1-python2.2.patch 1280
@@ -15,11 +14,10 @@ MD5 51cab96b5ea4cba52fba65731f450c18 files/digest-point2play-1.3.1 71
MD5 9bd712e5ae698b12406c222a84481c5a files/1.3.1-fix-sound-test.patch 1110
MD5 04e6a404729841723f5e82c2128f9337 files/1.3-fix-sound-test.patch 1070
MD5 ea2e65abe17a6dd0a9b7a36742acbdbf files/digest-point2play-1.2.2b-r2 68
-MD5 4287bf7793c5a3328415568405faf290 files/digest-point2play-1.3b 71
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.8 (GNU/Linux)
-iD8DBQFBHbLwHTu7gpaalycRAi0iAJ9wPe1Dwc5JJlTZGfZgfOFcdkJOGACg8hj0
-pu5FD7PbvwwNci9Li1IrS3M=
-=H2xv
+iD8DBQFBHlGAHTu7gpaalycRAhkvAJ9wN4kT1drPO9ryuQMl6VvRuf5eOACg6Pxb
+ytynWoQJrr1oxkDdz5wFuvM=
+=/tS2
-----END PGP SIGNATURE-----
diff --git a/app-emulation/point2play/files/digest-point2play-1.3b b/app-emulation/point2play/files/digest-point2play-1.3b
deleted file mode 100644
index d08e7e9bc940..000000000000
--- a/app-emulation/point2play/files/digest-point2play-1.3b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6b8d4b1a7a5085a9ff148de15ac00f5b point2play-small-1.3-2.tgz 801358
diff --git a/app-emulation/point2play/point2play-1.3b.ebuild b/app-emulation/point2play/point2play-1.3b.ebuild
deleted file mode 100644
index 07afd3b47984..000000000000
--- a/app-emulation/point2play/point2play-1.3b.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.2 2004/06/25 11:56:00 agriffis 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
-}