summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2008-06-06 15:19:16 +0000
committerThomas Sachau <tommy@gentoo.org>2008-06-06 15:19:16 +0000
commitef1abc05c6052490b4c78311c60ce71197f32649 (patch)
tree14ded672fc1c1b73414ed73964344530672b0076 /games-util
parentmedia-video/ripwrap: Drop older version + RESTRICT (diff)
downloadsunrise-ef1abc05c6052490b4c78311c60ce71197f32649.tar.gz
sunrise-ef1abc05c6052490b4c78311c60ce71197f32649.tar.bz2
sunrise-ef1abc05c6052490b4c78311c60ce71197f32649.zip
games-util/playonlinux: Drop some unneeded lines and remove LICENSE from dodoc
svn path=/sunrise/; revision=6264
Diffstat (limited to 'games-util')
-rw-r--r--games-util/playonlinux/ChangeLog4
-rw-r--r--games-util/playonlinux/Manifest4
-rw-r--r--games-util/playonlinux/playonlinux-3.0.1.ebuild15
3 files changed, 8 insertions, 15 deletions
diff --git a/games-util/playonlinux/ChangeLog b/games-util/playonlinux/ChangeLog
index 6e3beb911..e22919f0f 100644
--- a/games-util/playonlinux/ChangeLog
+++ b/games-util/playonlinux/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Jun 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ playonlinux-3.0.1.ebuild:
+ Drop some unneeded lines and remove LICENSE from dodoc
+
01 Jun 2008; Mounir Lamouri (Volkmar) <mounir.lamouri@gmail.com>
+playonlinux-3.0.1.ebuild, +metadata.xml:
New ebuild for bug 213287.
diff --git a/games-util/playonlinux/Manifest b/games-util/playonlinux/Manifest
index 8187c2a20..f6951195e 100644
--- a/games-util/playonlinux/Manifest
+++ b/games-util/playonlinux/Manifest
@@ -1,4 +1,4 @@
DIST PlayOnLinux_3.0.1.tar.gz 1001421 RMD160 751074b5f0702c414f0d73d5c0a09719b8389dcc SHA1 5dd516fa3e42907df5e7135396029a568c3ca417 SHA256 65d35abb755b160b17508e76ec25244729a950fd65a96801f9bdf26ca923bc7b
-EBUILD playonlinux-3.0.1.ebuild 1025 RMD160 a873d2d31223442c2f8db54c3c70ca46b0345cdc SHA1 2deddcf9b736a54aabc3ce6ac9f55746a0ce52b7 SHA256 f83201fb545c1f231d89e8190bbd1d00d011d40224c4c7d5cd14e650bbd5a761
-MISC ChangeLog 264 RMD160 0687e62450d9ed50dccc6971397e19494b371295 SHA1 c9e0076a7096b529d6d968429f76f946214cf84a SHA256 3bf89272aa9faf405757af4d6ca298a0399e6d350cf7fcbe6f074a44cc5a0e48
+EBUILD playonlinux-3.0.1.ebuild 831 RMD160 51db1520b705bc126aea067d18cebe0c3a4b6705 SHA1 8cecb5da4bd94fdbff278f7bd6211efb8afc0950 SHA256 9173a6c14ebc6d6ab0b2d75ef9ecb809b91d65d1afba04c7ff47e723429f7870
+MISC ChangeLog 409 RMD160 ed2346b009671f1f4c3c3b41ca5167fca93b9abd SHA1 f5dec332bf7827314385047cfd7b6bac83f4692e SHA256 7ca5a19420e193d40a4c68092f110a57e171765cdfca9eb8a742e46d034a21aa
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/games-util/playonlinux/playonlinux-3.0.1.ebuild b/games-util/playonlinux/playonlinux-3.0.1.ebuild
index a23bd6aeb..c904a494a 100644
--- a/games-util/playonlinux/playonlinux-3.0.1.ebuild
+++ b/games-util/playonlinux/playonlinux-3.0.1.ebuild
@@ -6,7 +6,7 @@ EAPI="1"
inherit games
-DESCRIPTION="PlayOnLinux is a piece of sofware which allow you to install and use easily numerous games and softwares designed to run with Windows(tm)."
+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"
@@ -31,19 +31,8 @@ RDEPEND="${DEPEND}
S="${WORKDIR}/playonlinux"
-src_unpack() {
- unpack ${A}
- cd "${S}"
-}
-
src_install() {
- cd "${S}"
./playonlinux || die "install failed"
- einfo "Fix for License miss spelling"
- addpredict "${S}"
- addread "${S}"
- mv LICENCE LICENSE
-
- dodoc CHANGELOG LICENSE || die "doc failed"
+ dodoc CHANGELOG || die "doc failed"
}