diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-14 17:52:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-14 17:52:05 +0000 |
commit | ab07a8efd633d7e13c2b4c3d4fb39bf2bb7adfc2 (patch) | |
tree | 574f6b8987c22674204db86da2e0249269c68bd8 /app-emulation/point2play | |
parent | Added einfo for plugin downloads (Manifest recommit) (diff) | |
download | gentoo-2-ab07a8efd633d7e13c2b4c3d4fb39bf2bb7adfc2.tar.gz gentoo-2-ab07a8efd633d7e13c2b4c3d4fb39bf2bb7adfc2.tar.bz2 gentoo-2-ab07a8efd633d7e13c2b4c3d4fb39bf2bb7adfc2.zip |
remove older ebuild
Diffstat (limited to 'app-emulation/point2play')
-rw-r--r-- | app-emulation/point2play/files/digest-point2play-1.3b | 1 | ||||
-rw-r--r-- | app-emulation/point2play/point2play-1.3b.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
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 -} |