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-arcade/gnome-nibbles: gnome-nibbles-3.10.1.ebuild ChangeLog gnome-nibbles-3.8.0.ebuild
Date: Tue, 24 Dec 2013 16:09:38
Message-Id: 20131224160935.D56082004C@flycatcher.gentoo.org
1 pacho 13/12/24 16:09:35
2
3 Modified: ChangeLog
4 Added: gnome-nibbles-3.10.1.ebuild
5 Removed: gnome-nibbles-3.8.0.ebuild
6 Log:
7 Version bump for Gnome 3.10
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.7 games-arcade/gnome-nibbles/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gnome-nibbles/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gnome-nibbles/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gnome-nibbles/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/games-arcade/gnome-nibbles/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 8 Dec 2013 18:18:54 -0000 1.6
25 +++ ChangeLog 24 Dec 2013 16:09:35 -0000 1.7
26 @@ -1,6 +1,12 @@
27 # ChangeLog for games-arcade/gnome-nibbles
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnome-nibbles/ChangeLog,v 1.6 2013/12/08 18:18:54 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnome-nibbles/ChangeLog,v 1.7 2013/12/24 16:09:35 pacho Exp $
31 +
32 +*gnome-nibbles-3.10.1 (24 Dec 2013)
33 +
34 + 24 Dec 2013; Pacho Ramos <pacho@g.o> +gnome-nibbles-3.10.1.ebuild,
35 + -gnome-nibbles-3.8.0.ebuild:
36 + Version bump for Gnome 3.10
37
38 08 Dec 2013; Pacho Ramos <pacho@g.o> gnome-nibbles-3.8.1.ebuild:
39 x86 stable, bug #478252
40
41
42
43 1.1 games-arcade/gnome-nibbles/gnome-nibbles-3.10.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gnome-nibbles/gnome-nibbles-3.10.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gnome-nibbles/gnome-nibbles-3.10.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-nibbles-3.10.1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/games-arcade/gnome-nibbles/gnome-nibbles-3.10.1.ebuild,v 1.1 2013/12/24 16:09:35 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56
57 inherit gnome-games
58
59 DESCRIPTION="Nibbles clone for Gnome"
60 HOMEPAGE="https://wiki.gnome.org/Nibbles"
61
62 LICENSE="GPL-2+"
63 SLOT="0"
64 KEYWORDS="~amd64 ~arm ~x86"
65 IUSE=""
66
67 RDEPEND="
68 dev-libs/glib:2
69 >=gnome-base/librsvg-2.32:2
70 >=media-libs/clutter-1.14.4:1.0
71 >=media-libs/clutter-gtk-1.2:1.0
72 >=media-libs/libcanberra-0.26[gtk3]
73 >=x11-libs/gtk+-3.4:3
74 "
75 DEPEND="${RDEPEND}
76 app-text/yelp-tools
77 >=dev-util/intltool-0.35.0
78 sys-devel/gettext
79 virtual/pkgconfig
80 "