Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/gnome-sudoku: gnome-sudoku-3.10.2.ebuild ChangeLog
Date: Tue, 24 Dec 2013 16:17:11
Message-Id: 20131224161708.27EC82004C@flycatcher.gentoo.org
1 pacho 13/12/24 16:17:08
2
3 Modified: ChangeLog
4 Added: gnome-sudoku-3.10.2.ebuild
5 Log:
6 Version bump for Gnome 3.10
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.9 games-puzzle/gnome-sudoku/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gnome-sudoku/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gnome-sudoku/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gnome-sudoku/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/gnome-sudoku/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 8 Dec 2013 18:22:42 -0000 1.8
24 +++ ChangeLog 24 Dec 2013 16:17:07 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for games-puzzle/gnome-sudoku
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnome-sudoku/ChangeLog,v 1.8 2013/12/08 18:22:42 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnome-sudoku/ChangeLog,v 1.9 2013/12/24 16:17:07 pacho Exp $
30 +
31 +*gnome-sudoku-3.10.2 (24 Dec 2013)
32 +
33 + 24 Dec 2013; Pacho Ramos <pacho@g.o> +gnome-sudoku-3.10.2.ebuild:
34 + Version bump for Gnome 3.10
35
36 08 Dec 2013; Pacho Ramos <pacho@g.o> gnome-sudoku-3.8.1.ebuild:
37 x86 stable, bug #478252
38
39
40
41 1.1 games-puzzle/gnome-sudoku/gnome-sudoku-3.10.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gnome-sudoku/gnome-sudoku-3.10.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gnome-sudoku/gnome-sudoku-3.10.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-sudoku-3.10.2.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnome-sudoku/gnome-sudoku-3.10.2.ebuild,v 1.1 2013/12/24 16:17:07 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 PYTHON_COMPAT=( python{2_6,2_7} )
55
56 inherit eutils gnome-games python-single-r1
57
58 DESCRIPTION="Test your logic skills in this number grid puzzle"
59 HOMEPAGE="https://wiki.gnome.org/GnomeSudoku"
60
61 LICENSE="LGPL-2+"
62 SLOT="0"
63 KEYWORDS="~amd64 ~arm ~x86"
64 IUSE=""
65 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
66
67 RDEPEND="${PYTHON_DEPS}
68 dev-libs/glib:2
69 dev-python/pycairo[${PYTHON_USEDEP}]
70 >=dev-python/pygobject-2.28.3:3[${PYTHON_USEDEP}]
71 x11-libs/gdk-pixbuf:2[introspection]
72 x11-libs/gtk+:3[introspection]
73 x11-libs/pango[introspection]
74 "
75 DEPEND="${RDEPEND}
76 app-text/yelp-tools
77 >=dev-util/intltool-0.35.0
78 sys-devel/gettext
79 virtual/pkgconfig
80 "
81
82 pkg_setup() {
83 gnome-games_pkg_setup
84 python-single-r1_pkg_setup
85 }
86
87 src_configure() {
88 # Workaround until we know how to fix bug #475318
89 gnome-games_src_configure \
90 --prefix="${EPREFIX}/usr" \
91 --bindir="${GAMES_BINDIR}"
92 }
93
94 src_install() {
95 python_fix_shebang src
96 gnome-games_src_install
97 }