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