diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-17 14:39:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-17 14:39:41 +0000 |
commit | 88a9659c9f7a5d40093853dcb02b970a5ce4cec8 (patch) | |
tree | ddcd6071f9b3faf52dbefcf1cf96ac7cfb43a851 /app-emulation/point2play | |
parent | Remove unneeded files. (diff) | |
download | historical-88a9659c9f7a5d40093853dcb02b970a5ce4cec8.tar.gz historical-88a9659c9f7a5d40093853dcb02b970a5ce4cec8.tar.bz2 historical-88a9659c9f7a5d40093853dcb02b970a5ce4cec8.zip |
old
Diffstat (limited to 'app-emulation/point2play')
-rw-r--r-- | app-emulation/point2play/files/digest-point2play-1.3.2 | 1 | ||||
-rw-r--r-- | app-emulation/point2play/point2play-1.3.2.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/app-emulation/point2play/files/digest-point2play-1.3.2 b/app-emulation/point2play/files/digest-point2play-1.3.2 deleted file mode 100644 index dddef0b2244c..000000000000 --- a/app-emulation/point2play/files/digest-point2play-1.3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 a9e7c130588201e8973147d58427470c point2play-small-1.3.2.tgz 824970 diff --git a/app-emulation/point2play/point2play-1.3.2.ebuild b/app-emulation/point2play/point2play-1.3.2.ebuild deleted file mode 100644 index 39bc0f7752f6..000000000000 --- a/app-emulation/point2play/point2play-1.3.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-1.3.2.ebuild,v 1.3 2005/03/09 02:41:32 eradicator 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="-* ~amd64 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 -} |