]> Pileus Git - ~andy/sunrise/commitdiff
games-util/playonlinux: Updated ebuild 3.0.7 -> 3.1
authorMounir Lamouri <volkmar@gentoo.org>
Mon, 15 Sep 2008 14:32:39 +0000 (14:32 +0000)
committerMounir Lamouri <volkmar@gentoo.org>
Mon, 15 Sep 2008 14:32:39 +0000 (14:32 +0000)
svn path=/sunrise/; revision=7098

games-util/playonlinux/ChangeLog
games-util/playonlinux/Manifest
games-util/playonlinux/playonlinux-3.1.ebuild [moved from games-util/playonlinux/playonlinux-3.0.7.ebuild with 92% similarity]

index 95f1a0abb5529e49bad25b7209623daab88cbc2a..0361326f32876cf2414749d8371def5852856c38 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  15 Sep 2008; Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
+  -playonlinux-3.0.7.ebuild, +playonlinux-3.1.ebuild:
+  Updated ebuild 3.0.7 -> 3.1
+
   29 Jun 2008; Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
   playonlinux-3.0.7.ebuild:
   Add ~amd64 profile and comments
index b601f9e3c1c660a267424ad46a58f52df07ee022..a42f74640b5d2838e286d967f057e97f586102ef 100644 (file)
@@ -1,4 +1,4 @@
-DIST PlayOnLinux_3.0.7.tar.gz 809235 RMD160 ad46c6a86c74f34c404c8138dbe72d0034031758 SHA1 6b0b150f1f16f454866f8c7c2a8f9cde5de2edf6 SHA256 0d0695e657f673ac8b0e3b1933a0e5c4c97716017fdda75ab66ab7bd1cf61f12
-EBUILD playonlinux-3.0.7.ebuild 2464 RMD160 6ef8012704df92961d0b05c9968b35928be5498f SHA1 2f5f06d91fa61db996bb88147c1bded20c737f03 SHA256 cd9392f20c01b1a64f729fe76a6e31bd0f0ea990078501d1bb4a1a5bd3208775
-MISC ChangeLog 1242 RMD160 94e6757ff4d88d8944826570a5588d1ccf821563 SHA1 50b9eee73f4e8bb67be1b1612a76ddc4141d5b6e SHA256 572c0f2c13786c0783deccd695151b0e44add36be920a6be5a8193b55d0fe657
+DIST PlayOnLinux_3.1.tar.gz 816081 RMD160 bf89ae90ecd04a0fea6e5af5a17dc1d2dfd3bbf6 SHA1 de312ca18976b86ab9fc232ccb5dd72c67dc448b SHA256 3a665b4780f76fa0f49c732ef79538535cb5ba52bfb5a8c5f2a07c7fefc272c6
+EBUILD playonlinux-3.1.ebuild 2595 RMD160 ffc1f2aa7fb6c547d494b5a1494d162300c99640 SHA1 02457ebd19b403949d86a700f59aa9febbf8ab98 SHA256 a6b7fc07d85836b961bebe9ffb4c5076ed7bcadafd51303c1d247c454a59d02b
+MISC ChangeLog 1394 RMD160 5a84388e632cfe35813c13540e65ed63d525040d SHA1 cb5ae7ba817572d934b62d41b54ed89ca2e82b63 SHA256 e103f5faf9939917f2a9b5159fe9cc8de3746ca574650d4d54c3d967fb67e7fe
 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
similarity index 92%
rename from games-util/playonlinux/playonlinux-3.0.7.ebuild
rename to games-util/playonlinux/playonlinux-3.1.ebuild
index adf9b2438b762044636a2f5e2abe696b6de3f41a..078d94181721e6b8d083706b71fe2343d12d4903 100644 (file)
@@ -11,7 +11,7 @@ SRC_URI="http://www.playonlinux.com/script_files/PlayOnLinux/${PV}/PlayOnLinux_$
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="-* ~x86 ~amd64"
+KEYWORDS="-* ~amd64 ~x86"
 # ~amd64 will not work with no-multilib amd64 profiles.
 # when ebuild will be in portage, playonlinux must be added as masked package
 # for no-multilib amd64 profiles.
@@ -59,11 +59,15 @@ src_install() {
        insinto "${GAMES_DATADIR}/${PN}/python"
        doins -r "${S}"/python/lib || die "installation failed"
 
+       # daemon/ install
+       exeinto "${GAMES_DATADIR}/${PN}/daemon"
+       doexe "${S}"/daemon/* || "installation failed"
+
        # main executable files
        exeinto "${GAMES_DATADIR}/${PN}"
        doexe "${S}/${PN}" || die "installation failed"
-       exeinto "${GAMES_DATADIR}/${PN}"
        doexe "${S}/${PN}-pkg" || die "installation failed"
+       doexe "${S}/${PN}-daemon" || die "installation failed"
 
        # making a script to run app from ${GAMES_BINDIR}
        echo "#!/bin/bash" > ${PN}_launcher