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