]> Pileus Git - ~andy/sunrise/commitdiff
games-util/playonlinux: Drop some unneeded lines and remove LICENSE from dodoc
authorThomas Sachau <tommy@gentoo.org>
Fri, 6 Jun 2008 15:19:16 +0000 (15:19 +0000)
committerThomas Sachau <tommy@gentoo.org>
Fri, 6 Jun 2008 15:19:16 +0000 (15:19 +0000)
svn path=/sunrise/; revision=6264

games-util/playonlinux/ChangeLog
games-util/playonlinux/Manifest
games-util/playonlinux/playonlinux-3.0.1.ebuild

index 6e3beb911d77a40f4b3b645d5d3804bc53ec4ac7..e22919f0f5c2a7769731aef76b8905da9b614b03 100644 (file)
@@ -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.
index 8187c2a20277fdf5960cfec9d680c3302af3567d..f6951195ee9cd20b962a2947b1c4281f9d9f0331 100644 (file)
@@ -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
index a23bd6aebaccc291f4bd01ab9cbd173b31b7aca2..c904a494a3747e720092c06990e4a051f6bda969 100644 (file)
@@ -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"
 }