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.12.2.ebuild ChangeLog
Date: Fri, 30 May 2014 19:17:28
Message-Id: 20140530191724.0D2002004E@flycatcher.gentoo.org
1 pacho 14/05/30 19:17:23
2
3 Modified: ChangeLog
4 Added: four-in-a-row-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.13 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.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 27 Apr 2014 16:32:40 -0000 1.12
24 +++ ChangeLog 30 May 2014 19:17:23 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for games-board/four-in-a-row
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v 1.12 2014/04/27 16:32:40 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v 1.13 2014/05/30 19:17:23 pacho Exp $
30 +
31 +*four-in-a-row-3.12.2 (30 May 2014)
32 +
33 + 30 May 2014; Pacho Ramos <pacho@g.o> +four-in-a-row-3.12.2.ebuild:
34 + Version bump
35
36 *four-in-a-row-3.12.1 (27 Apr 2014)
37
38
39
40
41 1.1 games-board/four-in-a-row/four-in-a-row-3.12.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/four-in-a-row-3.12.2.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.12.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: four-in-a-row-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-board/four-in-a-row/four-in-a-row-3.12.2.ebuild,v 1.1 2014/05/30 19:17:23 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/Apps/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
68 >=media-libs/libcanberra-0.26[gtk3]
69 sys-libs/zlib
70 >=x11-libs/gtk+-3.10:3
71 "
72 DEPEND="${RDEPEND}
73 app-text/yelp-tools
74 >=dev-util/intltool-0.50
75 virtual/pkgconfig
76 "