diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-06 05:50:58 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-06 05:50:58 +0000 |
commit | 07ed7dc1efe70d9dd4dbabcb8385d82a2e6759c4 (patch) | |
tree | 579fb4bbf85312944b8079cdb738c15ddc0e22d0 /gnome-extra | |
parent | version bump (diff) | |
download | gentoo-2-07ed7dc1efe70d9dd4dbabcb8385d82a2e6759c4.tar.gz gentoo-2-07ed7dc1efe70d9dd4dbabcb8385d82a2e6759c4.tar.bz2 gentoo-2-07ed7dc1efe70d9dd4dbabcb8385d82a2e6759c4.zip |
Convert python shebangs in gnome-sudoku, it's python2-only; fixes bug #389615, thanks to christianasseburg@yahoo.co.uk for reporting.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-games/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-extra/gnome-games/gnome-games-2.30.2-r2.ebuild | 177 |
2 files changed, 185 insertions, 1 deletions
diff --git a/gnome-extra/gnome-games/ChangeLog b/gnome-extra/gnome-games/ChangeLog index a0c1fe05be75..c0aa0c98b869 100644 --- a/gnome-extra/gnome-games/ChangeLog +++ b/gnome-extra/gnome-games/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for gnome-extra/gnome-games # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/ChangeLog,v 1.310 2011/08/23 15:40:15 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/ChangeLog,v 1.311 2011/11/06 05:50:58 tetromino Exp $ + +*gnome-games-2.30.2-r2 (06 Nov 2011) + + 06 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + +gnome-games-2.30.2-r2.ebuild: + Convert python shebangs in gnome-sudoku, it's python2-only; fixes bug + #389615, thanks to christianasseburg@yahoo.co.uk for reporting. 23 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gnome-games-3.0.2.ebuild: Don't depend on glib[introspection] diff --git a/gnome-extra/gnome-games/gnome-games-2.30.2-r2.ebuild b/gnome-extra/gnome-games/gnome-games-2.30.2-r2.ebuild new file mode 100644 index 000000000000..ef879e35faa0 --- /dev/null +++ b/gnome-extra/gnome-games/gnome-games-2.30.2-r2.ebuild @@ -0,0 +1,177 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-2.30.2-r2.ebuild,v 1.1 2011/11/06 05:50:58 tetromino Exp $ + +EAPI="3" +GCONF_DEBUG="no" +WANT_AUTOMAKE="1.11" +PYTHON_DEPEND="2" + +# make sure games is inherited first so that the gnome2 +# functions will be called if they are not overridden +inherit games games-ggz gnome2 python virtualx + +DESCRIPTION="Collection of games for the GNOME desktop" +HOMEPAGE="http://live.gnome.org/GnomeGames/" + +LICENSE="GPL-2 FDL-1.1" +SLOT="0" + +# 2.30.x versions are not ready to go to stable, please confirm before changing KEYWORDS +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="artworkextra +clutter guile opengl test" + +# USE=clutter also enables introspection because gnome-games is the only known +# consumer of introspection on libgames-support etc. If something else pops up, +# we'll have to enable it unconditionally because we have no sane way of +# representing inter-use-flag dependencies +COMMON_DEPEND=" + >=dev-games/libggz-0.0.14 + >=dev-games/ggz-client-libs-0.0.14 + >=dev-libs/dbus-glib-0.75 + >=dev-libs/glib-2.6.3:2 + >=dev-libs/libxml2-2.4.0:2 + >=dev-python/gconf-python-2.17.3 + >=dev-python/pygobject-2:2 + >=dev-python/pygtk-2.14:2 + >=dev-python/pycairo-1 + >=gnome-base/gconf-2:2 + >=gnome-base/librsvg-2.14:2 + media-libs/libcanberra[gtk] + >=x11-libs/cairo-1 + >=x11-libs/gtk+-2.16:2 + x11-libs/libSM + + artworkextra? ( gnome-extra/gnome-games-extra-data ) + clutter? ( + >=dev-libs/gobject-introspection-0.6.3 + >=media-libs/clutter-1.0.0:1.0 + >=media-libs/clutter-gtk-0.10.2:0.10 ) + guile? ( >=dev-scheme/guile-1.6.5[deprecated,regex] ) + opengl? ( + dev-python/pygtkglext + >=dev-python/pyopengl-3 ) + !games-board/glchess" +RDEPEND="${COMMON_DEPEND} + clutter? ( + dev-libs/seed + x11-libs/gtk+:2[introspection] + >=media-libs/clutter-1.0.0:1.0[introspection] + >=media-libs/clutter-gtk-0.10.2:0.10[introspection] )" +DEPEND="${COMMON_DEPEND} + >=sys-devel/autoconf-2.53 + >=dev-util/pkgconfig-0.15 + >=dev-util/intltool-0.40.4 + >=sys-devel/gettext-0.10.40 + >=gnome-base/gnome-common-2.12.0 + >=app-text/scrollkeeper-0.3.8 + >=app-text/gnome-doc-utils-0.10 + test? ( >=dev-libs/check-0.9.4 )" + +# Others are installed below; multiples in this package. +DOCS="AUTHORS HACKING MAINTAINERS TODO" + +# dang make-check fails on docs with -j > 1. Restrict them for the moment until +# it can be chased down. +RESTRICT="test" + +_omitgame() { + G2CONF="${G2CONF},${1}" +} + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup + + # create the games user / group + games_pkg_setup + + G2CONF="${G2CONF} + $(use_enable clutter introspection) + --disable-aisleriot-clutter + --disable-card-themes-installer + --enable-sound + --with-scores-group=${GAMES_GROUP} + --with-platform=gnome + --with-card-theme-formats=all + --with-smclient + --enable-omitgames=none" # This line should be last for _omitgame + + if ! use clutter; then + ewarn "USE=-clutter means no quadrapassel, lightsoff, swell-foop, gnibbles" + _omitgame quadrapassel + _omitgame lightsoff + _omitgame swell-foop + _omitgame gnibbles + fi + + if ! use guile; then + ewarn "USE=-guile implies that Aisleriot won't be installed" + _omitgame aisleriot + fi + + if ! use opengl; then + ewarn "USE=-opengl implies that glchess won't be installed" + _omitgame glchess + fi +} + +src_prepare() { + gnome2_src_prepare + + python_convert_shebangs -r 2 gnome-sudoku/src + + # disable pyc compiling + mv py-compile py-compile.orig + ln -s $(type -P true) py-compile +} + +src_test() { + Xemake check || die "tests failed" +} + +src_install() { + gnome2_src_install + + # Documentation install for each of the games + for game in \ + $(find . -maxdepth 1 -type d ! -name po ! -name libgames-support); do + docinto ${game} + for doc in AUTHORS ChangeLog NEWS README TODO; do + [ -s ${game}/${doc} ] && dodoc ${game}/${doc} + done + done +} + +pkg_preinst() { + gnome2_pkg_preinst + # Avoid overwriting previous .scores files + local basefile + for scorefile in "${D}"/var/lib/games/*.scores; do + basefile=$(basename $scorefile) + if [ -s "${ROOT}/var/lib/games/${basefile}" ]; then + cp "${ROOT}/var/lib/games/${basefile}" \ + "${D}/var/lib/games/${basefile}" + fi + done +} + +pkg_postinst() { + games_pkg_postinst + games-ggz_update_modules + gnome2_pkg_postinst + python_need_rebuild + python_mod_optimize gnome_sudoku + if use opengl; then + python_mod_optimize glchess + fi +} + +pkg_postrm() { + games-ggz_update_modules + gnome2_pkg_postrm + python_mod_cleanup gnome_sudoku + if use opengl; then + python_mod_cleanup glchess + fi +} |