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-board/four-in-a-row: four-in-a-row-3.10.1.ebuild ChangeLog
Date: Tue, 24 Dec 2013 16:11:14
Message-Id: 20131224161111.E6F952004C@flycatcher.gentoo.org
1 pacho 13/12/24 16:11:11
2
3 Modified: ChangeLog
4 Added: four-in-a-row-3.10.1.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.6 games-board/four-in-a-row/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 8 Dec 2013 18:20:05 -0000 1.5
24 +++ ChangeLog 24 Dec 2013 16:11:11 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for games-board/four-in-a-row
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v 1.5 2013/12/08 18:20:05 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v 1.6 2013/12/24 16:11:11 pacho Exp $
30 +
31 +*four-in-a-row-3.10.1 (24 Dec 2013)
32 +
33 + 24 Dec 2013; Pacho Ramos <pacho@g.o> +four-in-a-row-3.10.1.ebuild:
34 + Version bump for Gnome 3.10
35
36 08 Dec 2013; Pacho Ramos <pacho@g.o> four-in-a-row-3.8.1.ebuild:
37 x86 stable, bug #478252
38
39
40
41 1.1 games-board/four-in-a-row/four-in-a-row-3.10.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/four-in-a-row-3.10.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/four-in-a-row-3.10.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: four-in-a-row-3.10.1.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-board/four-in-a-row/four-in-a-row-3.10.1.ebuild,v 1.1 2013/12/24 16:11:11 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54
55 inherit gnome-games
56
57 DESCRIPTION="Make lines of the same color to win"
58 HOMEPAGE="https://wiki.gnome.org/Four-in-a-row"
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.0
68 >=media-libs/libcanberra-0.26[gtk3]
69 sys-libs/zlib
70 >=x11-libs/gtk+-3.4.0:3
71 "
72 DEPEND="${RDEPEND}
73 app-text/yelp-tools
74 >=dev-util/intltool-0.35.0
75 virtual/pkgconfig
76 "