Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/easystroke: easystroke-0.6.0-r1.ebuild ChangeLog
Date: Sun, 01 Feb 2015 11:01:39
Message-Id: 20150201110136.52D9610D18@oystercatcher.gentoo.org
1 jer 15/02/01 11:01:36
2
3 Modified: easystroke-0.6.0-r1.ebuild ChangeLog
4 Log:
5 Add x11-base/xorg-server dependency required for xorg/xserver-properties.h (bug #538386 by Toralf Förster).
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.3 x11-misc/easystroke/easystroke-0.6.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: easystroke-0.6.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- easystroke-0.6.0-r1.ebuild 5 Jun 2014 21:29:36 -0000 1.2
23 +++ easystroke-0.6.0-r1.ebuild 1 Feb 2015 11:01:36 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild,v 1.2 2014/06/05 21:29:36 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild,v 1.3 2015/02/01 11:01:36 jer Exp $
30
31 EAPI=5
32 inherit eutils toolchain-funcs
33 @@ -12,13 +12,13 @@
34 LICENSE="ISC"
35 SLOT="0"
36 KEYWORDS="~amd64"
37 -IUSE=""
38
39 RDEPEND="
40 dev-cpp/gtkmm:3.0
41 dev-libs/boost
42 dev-libs/dbus-glib
43 dev-libs/glib:2
44 + x11-base/xorg-server
45 x11-libs/libX11
46 x11-libs/libXext
47 x11-libs/libXfixes
48
49
50
51 1.4 x11-misc/easystroke/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/easystroke/ChangeLog?rev=1.4&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/easystroke/ChangeLog?rev=1.4&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/easystroke/ChangeLog?r1=1.3&r2=1.4
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/x11-misc/easystroke/ChangeLog,v
60 retrieving revision 1.3
61 retrieving revision 1.4
62 diff -u -r1.3 -r1.4
63 --- ChangeLog 5 Jun 2014 21:29:36 -0000 1.3
64 +++ ChangeLog 1 Feb 2015 11:01:36 -0000 1.4
65 @@ -1,6 +1,10 @@
66 # ChangeLog for x11-misc/easystroke
67 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/easystroke/ChangeLog,v 1.3 2014/06/05 21:29:36 jer Exp $
69 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/easystroke/ChangeLog,v 1.4 2015/02/01 11:01:36 jer Exp $
71 +
72 + 01 Feb 2015; Jeroen Roovers <jer@g.o> easystroke-0.6.0-r1.ebuild:
73 + Add x11-base/xorg-server dependency required for xorg/xserver-properties.h
74 + (bug #538386 by Toralf Förster).
75
76 05 Jun 2014; Jeroen Roovers <jer@g.o> easystroke-0.6.0-r1.ebuild:
77 Install all linguas when LINGUAS is unset.