From 03c3ecb98a54287e42d0060e1a8c90ec8d4ba3ad Mon Sep 17 00:00:00 2001 From: Mounir Lamouri Date: Mon, 15 Sep 2008 14:32:39 +0000 Subject: games-util/playonlinux: Updated ebuild 3.0.7 -> 3.1 svn path=/sunrise/; revision=7098 --- games-util/playonlinux/ChangeLog | 4 ++ games-util/playonlinux/Manifest | 6 +- games-util/playonlinux/playonlinux-3.0.7.ebuild | 78 ----------------------- games-util/playonlinux/playonlinux-3.1.ebuild | 82 +++++++++++++++++++++++++ 4 files changed, 89 insertions(+), 81 deletions(-) delete mode 100644 games-util/playonlinux/playonlinux-3.0.7.ebuild create mode 100644 games-util/playonlinux/playonlinux-3.1.ebuild diff --git a/games-util/playonlinux/ChangeLog b/games-util/playonlinux/ChangeLog index 95f1a0abb..0361326f3 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: $ + 15 Sep 2008; Mounir Lamouri (volkmar) + -playonlinux-3.0.7.ebuild, +playonlinux-3.1.ebuild: + Updated ebuild 3.0.7 -> 3.1 + 29 Jun 2008; Mounir Lamouri (volkmar) playonlinux-3.0.7.ebuild: Add ~amd64 profile and comments diff --git a/games-util/playonlinux/Manifest b/games-util/playonlinux/Manifest index b601f9e3c..a42f74640 100644 --- a/games-util/playonlinux/Manifest +++ b/games-util/playonlinux/Manifest @@ -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 diff --git a/games-util/playonlinux/playonlinux-3.0.7.ebuild b/games-util/playonlinux/playonlinux-3.0.7.ebuild deleted file mode 100644 index adf9b2438..000000000 --- a/games-util/playonlinux/playonlinux-3.0.7.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="1" -inherit eutils games - -DESCRIPTION="Set of scripts to easily configure wine for numerous Windows(tm) games." -HOMEPAGE="http://playonlinux.com/" -SRC_URI="http://www.playonlinux.com/script_files/PlayOnLinux/${PV}/PlayOnLinux_${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="-* ~x86 ~amd64" -# ~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. -IUSE="" - -DEPEND="" -RDEPEND="dev-python/wxpython:2.8 - app-arch/unzip - app-arch/cabextract - x11-terms/xterm - app-emulation/wine - media-gfx/imagemagick - app-arch/lzma-utils" -# lzma-utils is a run dep regarding playonlinux team - -S=${WORKDIR}/${PN} - -src_install() { - # all things without exec permissions - insinto "${GAMES_DATADIR}/${PN}" - doins -r "${S}/themes" \ - "${S}/lang" "${S}/lib" \ - "${S}/etc" || die "installation failed" - - # bin/ install - exeinto "${GAMES_DATADIR}/${PN}/bin" - doexe "${S}"/bin/* || die "installation failed" - - # bash/ install - exeinto "${GAMES_DATADIR}/${PN}/bash" - doexe "${S}"/bash/* || die "installation failed" - exeinto "${GAMES_DATADIR}/${PN}/bash/terminals" - doexe "${S}"/bash/terminals/* || die "installation failed" - exeinto "${GAMES_DATADIR}/${PN}/bash/expert" - doexe "${S}"/bash/expert/* || die "installation failed" - exeinto "${GAMES_DATADIR}/${PN}/bash/options" - doexe "${S}"/bash/options/* || die "installation failed" - - # python/ install - exeinto "${GAMES_DATADIR}/${PN}/python" - doexe "${S}"/python/* || die "installation failed" - exeinto "${GAMES_DATADIR}/${PN}/python/tools" - doexe "${S}"/python/tools/* || die "installation failed" - # sub dir without exec permissions - insinto "${GAMES_DATADIR}/${PN}/python" - doins -r "${S}"/python/lib || die "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" - - # making a script to run app from ${GAMES_BINDIR} - echo "#!/bin/bash" > ${PN}_launcher - echo "cd \"${GAMES_DATADIR}/${PN}\" && ./${PN}" >> ${PN}_launcher - newgamesbin playonlinux_launcher playonlinux || die "installation failed" - - dodoc CHANGELOG || die "doc installation failed" - - doicon "${S}/etc/${PN}.png" - make_desktop_entry ${PN} "PlayOnLinux" - prepgamesdirs -} diff --git a/games-util/playonlinux/playonlinux-3.1.ebuild b/games-util/playonlinux/playonlinux-3.1.ebuild new file mode 100644 index 000000000..078d94181 --- /dev/null +++ b/games-util/playonlinux/playonlinux-3.1.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" +inherit eutils games + +DESCRIPTION="Set of scripts to easily configure wine for numerous Windows(tm) games." +HOMEPAGE="http://playonlinux.com/" +SRC_URI="http://www.playonlinux.com/script_files/PlayOnLinux/${PV}/PlayOnLinux_${PV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +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. +IUSE="" + +DEPEND="" +RDEPEND="dev-python/wxpython:2.8 + app-arch/unzip + app-arch/cabextract + x11-terms/xterm + app-emulation/wine + media-gfx/imagemagick + app-arch/lzma-utils" +# lzma-utils is a run dep regarding playonlinux team + +S=${WORKDIR}/${PN} + +src_install() { + # all things without exec permissions + insinto "${GAMES_DATADIR}/${PN}" + doins -r "${S}/themes" \ + "${S}/lang" "${S}/lib" \ + "${S}/etc" || die "installation failed" + + # bin/ install + exeinto "${GAMES_DATADIR}/${PN}/bin" + doexe "${S}"/bin/* || die "installation failed" + + # bash/ install + exeinto "${GAMES_DATADIR}/${PN}/bash" + doexe "${S}"/bash/* || die "installation failed" + exeinto "${GAMES_DATADIR}/${PN}/bash/terminals" + doexe "${S}"/bash/terminals/* || die "installation failed" + exeinto "${GAMES_DATADIR}/${PN}/bash/expert" + doexe "${S}"/bash/expert/* || die "installation failed" + exeinto "${GAMES_DATADIR}/${PN}/bash/options" + doexe "${S}"/bash/options/* || die "installation failed" + + # python/ install + exeinto "${GAMES_DATADIR}/${PN}/python" + doexe "${S}"/python/* || die "installation failed" + exeinto "${GAMES_DATADIR}/${PN}/python/tools" + doexe "${S}"/python/tools/* || die "installation failed" + # sub dir without exec permissions + 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" + 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 + echo "cd \"${GAMES_DATADIR}/${PN}\" && ./${PN}" >> ${PN}_launcher + newgamesbin playonlinux_launcher playonlinux || die "installation failed" + + dodoc CHANGELOG || die "doc installation failed" + + doicon "${S}/etc/${PN}.png" + make_desktop_entry ${PN} "PlayOnLinux" + prepgamesdirs +} -- cgit v1.2.3-65-gdbad