summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-util/playonlinux/playonlinux-3.0.1.ebuild')
-rw-r--r--games-util/playonlinux/playonlinux-3.0.1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/games-util/playonlinux/playonlinux-3.0.1.ebuild b/games-util/playonlinux/playonlinux-3.0.1.ebuild
deleted file mode 100644
index c904a494a..000000000
--- a/games-util/playonlinux/playonlinux-3.0.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="1"
-
-inherit games
-
-DESCRIPTION="PlayOnLinux allows you to install and use many games and softwares designed to run with Windows(tm)."
-HOMEPAGE="http://www.playonlinux.com/"
-SRC_URI="http://www.playonlinux.com/script_files/PlayOnLinux/${PV}/PlayOnLinux_${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="dev-lang/python
- x11-libs/wxGTK
- x11-libs/gtk+
- www-client/lynx
- app-arch/unzip
- app-arch/cabextract
- sys-devel/binutils
- x11-terms/xterm
- app-emulation/wine
- media-gfx/imagemagick
- app-arch/lzma-utils"
-RDEPEND="${DEPEND}
- dev-python/wxpython"
-
-S="${WORKDIR}/playonlinux"
-
-src_install() {
- ./playonlinux || die "install failed"
- dodoc CHANGELOG || die "doc failed"
-}
-