Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd-ui: systemd-ui-2.ebuild ChangeLog
Date: Sun, 04 May 2014 05:33:59
Message-Id: 20140504053356.CCA072004C@flycatcher.gentoo.org
1 tetromino 14/05/04 05:33:56
2
3 Modified: systemd-ui-2.ebuild ChangeLog
4 Log:
5 Add VALA_MAX_API_VERSION, fails to build with valac-0.24
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
8
9 Revision Changes Path
10 1.6 sys-apps/systemd-ui/systemd-ui-2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild?r1=1.5&r2=1.6
15
16 Index: systemd-ui-2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- systemd-ui-2.ebuild 7 Jan 2014 09:58:31 -0000 1.5
23 +++ systemd-ui-2.ebuild 4 May 2014 05:33:56 -0000 1.6
24 @@ -1,11 +1,12 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild,v 1.5 2014/01/07 09:58:31 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild,v 1.6 2014/05/04 05:33:56 tetromino Exp $
29
30 EAPI=4
31
32 # Needed per https://bugs.freedesktop.org/show_bug.cgi?id=69643#c5
33 VALA_MIN_API_VERSION=0.22
34 +VALA_MAX_API_VERSION=0.22 # fails with vala-0.24; should be fixed in >=systemd-ui-4
35
36 inherit autotools-utils systemd vala
37
38
39
40
41 1.8 sys-apps/systemd-ui/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/ChangeLog?rev=1.8&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/ChangeLog?rev=1.8&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/ChangeLog?r1=1.7&r2=1.8
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v
50 retrieving revision 1.7
51 retrieving revision 1.8
52 diff -u -r1.7 -r1.8
53 --- ChangeLog 7 Jan 2014 09:58:32 -0000 1.7
54 +++ ChangeLog 4 May 2014 05:33:56 -0000 1.8
55 @@ -1,6 +1,9 @@
56 # ChangeLog for sys-apps/systemd-ui
57 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v 1.7 2014/01/07 09:58:32 pacho Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v 1.8 2014/05/04 05:33:56 tetromino Exp $
60 +
61 + 04 May 2014; Alexandre Rostovtsev <tetromino@g.o> systemd-ui-2.ebuild:
62 + Add VALA_MAX_API_VERSION, fails to build with valac-0.24
63
64 07 Jan 2014; Pacho Ramos <pacho@g.o> systemd-ui-2.ebuild,
65 systemd-ui-9999.ebuild: