commit: 881cbe4fed2a2fdfeb73c79a9281cb82a0b20b55
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 6 16:45:42 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 13:51:52 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=881cbe4f
games-puzzle/gnome-sudoku: 3.10.2 → 3.12.0
---
.../gnome-sudoku/gnome-sudoku-3.12.0.ebuild | 50 ++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.12.0.ebuild
b/games-puzzle/gnome-sudoku/gnome-sudoku-3.12.0.ebuild
new file mode 100644
index 0000000..b75c82a
--- /dev/null
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-3.12.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+PYTHON_COMPAT=( python{3_2,3_3} )
+
+inherit eutils gnome-games python-single-r1
+
+DESCRIPTION="Test your logic skills in this number grid puzzle"
+HOMEPAGE="https://wiki.gnome.org/GnomeSudoku"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ dev-libs/glib:2
+ dev-python/pycairo[${PYTHON_USEDEP}]
+ >=dev-python/pygobject-3.11:3[${PYTHON_USEDEP}]
+ x11-libs/gdk-pixbuf:2[introspection]
+ x11-libs/gtk+:3[introspection]
+ x11-libs/pango[introspection]
+"
+DEPEND="${RDEPEND}
+ app-text/yelp-tools
+ >=dev-util/intltool-0.50
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+pkg_setup() {
+ gnome-games_pkg_setup
+ python-single-r1_pkg_setup
+}
+
+src_configure() {
+ # Workaround until we know how to fix bug #475318
+ gnome-games_src_configure \
+ --prefix="${EPREFIX}/usr" \
+ --bindir="${GAMES_BINDIR}"
+}
+
+src_install() {
+ python_fix_shebang src
+ gnome-games_src_install
+}