diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-08 21:17:41 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-08 21:17:41 +0000 |
commit | 512ebf8720126e0d079428454cdc13f935bb4e67 (patch) | |
tree | 3655088936d84bf93217d2cd691b32eb833e9150 /app-emulation | |
parent | Initial import. (diff) | |
download | historical-512ebf8720126e0d079428454cdc13f935bb4e67.tar.gz historical-512ebf8720126e0d079428454cdc13f935bb4e67.tar.bz2 historical-512ebf8720126e0d079428454cdc13f935bb4e67.zip |
python_mod_optimize() and python_mod_cleanup() internally prepend ${ROOT} to paths.
Package-Manager: portage-HEAD/cvs/Linux x86_64
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/playonlinux/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/playonlinux/playonlinux-3.7-r1.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/playonlinux/playonlinux-3.7.3.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/app-emulation/playonlinux/Manifest b/app-emulation/playonlinux/Manifest index ebee3048b83f..9c967d8f327d 100644 --- a/app-emulation/playonlinux/Manifest +++ b/app-emulation/playonlinux/Manifest @@ -1,6 +1,6 @@ DIST PlayOnLinux_3.7.3.tar.gz 1085273 RMD160 d77ce8acda800220dce0f2b02f14b05947cdad7b SHA1 1f75e0efc97589b35efec483bfa4b4e5a37553d1 SHA256 01f96026bc01db73906d03071510b32743862a5a7eaad5e8c8e0635666b0b6c3 DIST PlayOnLinux_3.7.tar.gz 1087465 RMD160 9457eb3c606ef900d14fa7047b0c88e27ea62560 SHA1 e59042648b93eb5edee625fb3f4d5a94908830fd SHA256 a2c635de1f749795f3cf4391b788c325cb71faf87da447d946ba4579f99cfb74 -EBUILD playonlinux-3.7-r1.ebuild 2908 RMD160 3f3ccf6f0ffedf7f6fba0c60007b5e6d17701009 SHA1 7ec8eb0e77f87967b7aa6d466f340f77bdb5f2ba SHA256 9d9fa10892dde2d58eef5a58644133f6958eb3018d95571dbab28e4daa3bfc67 -EBUILD playonlinux-3.7.3.ebuild 2952 RMD160 3e4c3235aceb351827625a96541462921cb224d5 SHA1 4dc6b01ec44ac50b119a553dc1efcd74b034fee0 SHA256 ef3b2a82a4c4212d555c61f9b06d3034682a2faecea19c5642f76c62e506536d +EBUILD playonlinux-3.7-r1.ebuild 2895 RMD160 0d05a2d9ecad56b8d7ed2071483fc5271a2e6b0a SHA1 1799fe9956a7af74df94ca1caa6c09345727c7f1 SHA256 78f02d6f813eea3633a1544ee4792585d4d8a5de96581b603069f004a0dc0da3 +EBUILD playonlinux-3.7.3.ebuild 2939 RMD160 13ba2965e356d0b2970d4bdd5064ca04b870bab4 SHA1 7dd173b607ed6652cee6c7c10644b2ec56112de4 SHA256 ea5ed42163247b729f5124891d41b35e3ee4d53736bd03c2e8be54708c88f21d MISC ChangeLog 1372 RMD160 6733e1ea3f31502134ed69885063f363307e0503 SHA1 6e46b8e4e6f2257b48e9ab9fc8db08bcccd470fb SHA256 7ee5a16106c25c03f72df7df2566914d286ffe08140c569d96fb72895f53b9c2 MISC metadata.xml 257 RMD160 224ee82bfe66c5da4a2dc1dd697b1782e7f03cb9 SHA1 6b583c76750b206bd133403d1a4685a14f8e6b95 SHA256 45f231de4d8bc5ed6309ba83d2eb9a06b8e13f828d7b74e909a144439356cd62 diff --git a/app-emulation/playonlinux/playonlinux-3.7-r1.ebuild b/app-emulation/playonlinux/playonlinux-3.7-r1.ebuild index c3e74b1eb9d5..ad699379b2ee 100644 --- a/app-emulation/playonlinux/playonlinux-3.7-r1.ebuild +++ b/app-emulation/playonlinux/playonlinux-3.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/playonlinux/playonlinux-3.7-r1.ebuild,v 1.1 2009/11/16 20:27:45 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/playonlinux/playonlinux-3.7-r1.ebuild,v 1.2 2010/06/08 21:17:41 arfrever Exp $ EAPI="2" @@ -85,11 +85,11 @@ src_install() { pkg_postinst() { games_pkg_postinst - python_mod_optimize "${ROOT}${GAMES_DATADIR}/${PN}" + python_mod_optimize "${GAMES_DATADIR}/${PN}" } pkg_postrm() { - python_mod_cleanup "${ROOT}${GAMES_DATADIR}/${PN}" + 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" diff --git a/app-emulation/playonlinux/playonlinux-3.7.3.ebuild b/app-emulation/playonlinux/playonlinux-3.7.3.ebuild index b235bf7761a5..1422b1553ef9 100644 --- a/app-emulation/playonlinux/playonlinux-3.7.3.ebuild +++ b/app-emulation/playonlinux/playonlinux-3.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/playonlinux/playonlinux-3.7.3.ebuild,v 1.1 2010/04/11 01:32:47 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/playonlinux/playonlinux-3.7.3.ebuild,v 1.2 2010/06/08 21:17:41 arfrever Exp $ EAPI="2" @@ -85,11 +85,11 @@ src_install() { pkg_postinst() { games_pkg_postinst - python_mod_optimize "${ROOT}${GAMES_DATADIR}/${PN}" + python_mod_optimize "${GAMES_DATADIR}/${PN}" } pkg_postrm() { - python_mod_cleanup "${ROOT}${GAMES_DATADIR}/${PN}" + 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" |