diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-06-16 07:38:37 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-06-16 07:38:37 +0000 |
commit | 3bd357e632818d15a34445cfc949ed61e9c22c07 (patch) | |
tree | d93b860bdf58e8ed9ee78577cddd127928b1dd7e /app-emulation/playonlinux | |
parent | ppc stable wrt #419905, drop old (diff) | |
download | gentoo-2-3bd357e632818d15a34445cfc949ed61e9c22c07.tar.gz gentoo-2-3bd357e632818d15a34445cfc949ed61e9c22c07.tar.bz2 gentoo-2-3bd357e632818d15a34445cfc949ed61e9c22c07.zip |
Drop maintainer as he is not able to maintain this anymore, drop old.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/playonlinux')
-rw-r--r-- | app-emulation/playonlinux/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/playonlinux/metadata.xml | 3 | ||||
-rw-r--r-- | app-emulation/playonlinux/playonlinux-3.8.12.ebuild | 108 | ||||
-rw-r--r-- | app-emulation/playonlinux/playonlinux-3.8.8.ebuild | 107 |
4 files changed, 7 insertions, 219 deletions
diff --git a/app-emulation/playonlinux/ChangeLog b/app-emulation/playonlinux/ChangeLog index e78e27c8e4e1..96ab008c1396 100644 --- a/app-emulation/playonlinux/ChangeLog +++ b/app-emulation/playonlinux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/playonlinux -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/playonlinux/ChangeLog,v 1.16 2011/12/15 17:20:23 thev00d00 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/playonlinux/ChangeLog,v 1.17 2012/06/16 07:38:37 pacho Exp $ + + 16 Jun 2012; Pacho Ramos <pacho@gentoo.org> -playonlinux-3.8.12.ebuild, + -playonlinux-3.8.8.ebuild, metadata.xml: + Drop maintainer as he is not able to maintain this anymore, drop old. *playonlinux-4.0.14 (15 Dec 2011) diff --git a/app-emulation/playonlinux/metadata.xml b/app-emulation/playonlinux/metadata.xml index 65b1c6b7ce3e..e96e35b1a37c 100644 --- a/app-emulation/playonlinux/metadata.xml +++ b/app-emulation/playonlinux/metadata.xml @@ -2,8 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> - <email>volkmar@gentoo.org</email> - <name>Mounir Lamouri</name> + <email>maintainer-needed@gentoo.org</email> </maintainer> </pkgmetadata> diff --git a/app-emulation/playonlinux/playonlinux-3.8.12.ebuild b/app-emulation/playonlinux/playonlinux-3.8.12.ebuild deleted file mode 100644 index 4e34ce647bd0..000000000000 --- a/app-emulation/playonlinux/playonlinux-3.8.12.ebuild +++ /dev/null @@ -1,108 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/playonlinux/playonlinux-3.8.12.ebuild,v 1.2 2011/05/25 14:29:40 volkmar Exp $ - -EAPI="3" -PYTHON_DEPEND="2" - -inherit eutils python games - -MY_PN="PlayOnLinux" - -DESCRIPTION="set of scripts to easily install and use Windows games and software" -HOMEPAGE="http://playonlinux.com/" -SRC_URI="http://www.playonlinux.com/script_files/${MY_PN}/${PV}/${MY_PN}_${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="app-emulation/wine - app-arch/cabextract - app-arch/unzip - dev-python/wxpython:2.8 - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) - net-misc/wget - x11-apps/mesa-progs - x11-terms/xterm" - -S=${WORKDIR}/${PN} - -# TODO: -# Having a real install script and let playonlinux use standard filesystem -# architecture to prevent having everything installed into GAMES_DATADIR -# It will let using LANGUAGES easily -# How to deal with Microsoft Fonts installation asked every time ? -# How to deal with wine version installed ? (have a better mgmt of system one) -# Look at debian pkg: http://packages.debian.org/sid/playonlinux - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup - games_pkg_setup -} - -src_prepare() { - sed -i -e "s/\(Categories=\).*/\1Game;Emulator;/" etc/PlayOnLinux.desktop \ - || die "sed failed" - sed -e 's/PYTHON="python"/PYTHON="python2"/' -i lib/variables || die "sed failed" - python_convert_shebangs -r 2 . -} - -src_install() { - # all things without exec permissions - insinto "${GAMES_DATADIR}/${PN}" - doins -r themes lang lib etc plugins || die "doins failed" - - # bash/ install - exeinto "${GAMES_DATADIR}/${PN}/bash" - doexe bash/* || die "doexe failed" - exeinto "${GAMES_DATADIR}/${PN}/bash/terminals" - doexe bash/terminals/* || die "doexe failed" - exeinto "${GAMES_DATADIR}/${PN}/bash/expert" - doexe bash/expert/* || die "doexe failed" - exeinto "${GAMES_DATADIR}/${PN}/bash/daemon" - doexe bash/daemon/* || die "doexe failed" - - # python/ install - exeinto "${GAMES_DATADIR}/${PN}/python" - doexe python/* || die "doexe failed" - # sub dir without exec permissions - insinto "${GAMES_DATADIR}/${PN}/python" - doins -r python/lib || die "doins failed" - - # main executable files - exeinto "${GAMES_DATADIR}/${PN}" - doexe ${PN}{,-pkg,-daemon,-cmd,-shell,-url_handler} || die "doexe failed" - - # making a script to run playonlinux from ${GAMES_BINDIR} - echo "#!/bin/bash" > ${PN}_launcher - echo "cd \"${GAMES_DATADIR}/${PN}\" && ./${PN} \$*" >> ${PN}_launcher - newgamesbin playonlinux_launcher playonlinux || die "newgamesbin failed" - - # making a script to run playonlinux-cmd from ${GAMES_BINDIR} - echo "#!/bin/bash" > ${PN}_cmd_launcher - echo "cd \"${GAMES_DATADIR}/${PN}\" && ./${PN}-cmd \$*" >> ${PN}_cmd_launcher - newgamesbin playonlinux_cmd_launcher playonlinux-cmd || die "newgamesbin failed" - - dodoc CHANGELOG || die "dodoc failed" - - doicon etc/${PN}.png || die "doicon failed" - domenu etc/${MY_PN}.desktop || die "domenu failed" - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - python_mod_optimize "${GAMES_DATADIR}/${PN}" -} - -pkg_postrm() { - python_mod_cleanup "${GAMES_DATADIR}/${PN}" - - ewarn "Installed softwares and games with playonlinux have not been removed." - ewarn "To remove them, you can re-install playonlinux and remove them using it" - ewarn "or do it manually by removing .PlayOnLinux/ in your home directory." -} diff --git a/app-emulation/playonlinux/playonlinux-3.8.8.ebuild b/app-emulation/playonlinux/playonlinux-3.8.8.ebuild deleted file mode 100644 index ed0052c43abc..000000000000 --- a/app-emulation/playonlinux/playonlinux-3.8.8.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/playonlinux/playonlinux-3.8.8.ebuild,v 1.3 2011/04/16 20:28:27 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" - -inherit eutils python games - -MY_PN="PlayOnLinux" - -DESCRIPTION="set of scripts to easily install and use Windows games and software" -HOMEPAGE="http://playonlinux.com/" -SRC_URI="http://www.playonlinux.com/script_files/${MY_PN}/${PV}/${MY_PN}_${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="app-emulation/wine - app-arch/cabextract - app-arch/unzip - dev-python/wxpython:2.8 - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) - net-misc/wget - x11-apps/mesa-progs - x11-terms/xterm" - -S=${WORKDIR}/${PN} - -# TODO: -# Having a real install script and let playonlinux use standard filesystem -# architecture to prevent having everything installed into GAMES_DATADIR -# It will let using LANGUAGES easily -# How to deal with Microsoft Fonts installation asked every time ? -# How to deal with wine version installed ? (have a better mgmt of system one) -# Look at debian pkg: http://packages.debian.org/sid/playonlinux - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - sed -i -e "s/\(Categories=\).*/\1Game;Emulator;/" etc/PlayOnLinux.desktop \ - || die "sed failed" - sed -e 's/PYTHON="python"/PYTHON="python2"/' -i lib/variables || die "sed failed" - python_convert_shebangs -r 2 . -} - -src_install() { - # all things without exec permissions - insinto "${GAMES_DATADIR}/${PN}" - doins -r themes lang lib etc plugins || die "doins failed" - - # bash/ install - exeinto "${GAMES_DATADIR}/${PN}/bash" - doexe bash/* || die "doexe failed" - exeinto "${GAMES_DATADIR}/${PN}/bash/terminals" - doexe bash/terminals/* || die "doexe failed" - exeinto "${GAMES_DATADIR}/${PN}/bash/expert" - doexe bash/expert/* || die "doexe failed" - exeinto "${GAMES_DATADIR}/${PN}/bash/daemon" - doexe bash/daemon/* || die "doexe failed" - - # python/ install - exeinto "${GAMES_DATADIR}/${PN}/python" - doexe python/* || die "doexe failed" - # sub dir without exec permissions - insinto "${GAMES_DATADIR}/${PN}/python" - doins -r python/lib || die "doins failed" - - # main executable files - exeinto "${GAMES_DATADIR}/${PN}" - doexe ${PN}{,-pkg,-daemon,-cmd,-shell} || die "doexe failed" - - # making a script to run playonlinux from ${GAMES_BINDIR} - echo "#!/bin/bash" > ${PN}_launcher - echo "cd \"${GAMES_DATADIR}/${PN}\" && ./${PN} \$*" >> ${PN}_launcher - newgamesbin playonlinux_launcher playonlinux || die "newgamesbin failed" - - # making a script to run playonlinux-cmd from ${GAMES_BINDIR} - echo "#!/bin/bash" > ${PN}_cmd_launcher - echo "cd \"${GAMES_DATADIR}/${PN}\" && ./${PN}-cmd \$*" >> ${PN}_cmd_launcher - newgamesbin playonlinux_cmd_launcher playonlinux-cmd || die "newgamesbin failed" - - dodoc CHANGELOG || die "dodoc failed" - - doicon etc/${PN}.png || die "doicon failed" - domenu etc/${MY_PN}.desktop || die "domenu failed" - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - python_mod_optimize "${GAMES_DATADIR}/${PN}" -} - -pkg_postrm() { - python_mod_cleanup "${GAMES_DATADIR}/${PN}" - - ewarn "Installed softwares and games with playonlinux have not been removed." - ewarn "To remove them, you can re-install playonlinux and remove them using it" - ewarn "or do it manually by removing .PlayOnLinux/ in your home directory." -} |