Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/four-in-a-row: ChangeLog four-in-a-row-3.12.1.ebuild
Date: Sun, 27 Apr 2014 16:32:44
Message-Id: 20140427163240.C5B0F2004B@flycatcher.gentoo.org
1 eva 14/04/27 16:32:40
2
3 Modified: ChangeLog
4 Added: four-in-a-row-3.12.1.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.12 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.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 26 Apr 2014 07:49:22 -0000 1.11
24 +++ ChangeLog 27 Apr 2014 16:32:40 -0000 1.12
25 @@ -1,6 +1,12 @@
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.11 2014/04/26 07:49:22 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v 1.12 2014/04/27 16:32:40 eva Exp $
30 +
31 +*four-in-a-row-3.12.1 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o>
34 + +four-in-a-row-3.12.1.ebuild:
35 + Version bump for Gnome 3.12.
36
37 26 Apr 2014; Pacho Ramos <pacho@g.o> -four-in-a-row-3.8.1.ebuild:
38 drop old
39
40
41
42 1.1 games-board/four-in-a-row/four-in-a-row-3.12.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/four-in-a-row-3.12.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/four-in-a-row-3.12.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: four-in-a-row-3.12.1.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/four-in-a-row-3.12.1.ebuild,v 1.1 2014/04/27 16:32:40 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55
56 inherit gnome-games
57
58 DESCRIPTION="Make lines of the same color to win"
59 HOMEPAGE="https://wiki.gnome.org/Four-in-a-row"
60
61 LICENSE="GPL-2+"
62 SLOT="0"
63 KEYWORDS="~amd64 ~arm ~x86"
64 IUSE=""
65
66 RDEPEND="
67 dev-libs/glib:2
68 >=gnome-base/librsvg-2.32
69 >=media-libs/libcanberra-0.26[gtk3]
70 sys-libs/zlib
71 >=x11-libs/gtk+-3.10:3
72 "
73 DEPEND="${RDEPEND}
74 app-text/yelp-tools
75 >=dev-util/intltool-0.50
76 virtual/pkgconfig
77 "