Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd-ui: systemd-ui-3.ebuild ChangeLog
Date: Sun, 04 May 2014 08:07:04
Message-Id: 20140504080701.47A0A2004E@flycatcher.gentoo.org
1 pacho 14/05/04 08:07:01
2
3 Modified: systemd-ui-3.ebuild ChangeLog
4 Log:
5 Apply upstream fix to make it compatible with vala-0.24
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 sys-apps/systemd-ui/systemd-ui-3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/systemd-ui-3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/systemd-ui-3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/systemd-ui-3.ebuild?r1=1.1&r2=1.2
15
16 Index: systemd-ui-3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- systemd-ui-3.ebuild 4 May 2014 07:16:23 -0000 1.1
23 +++ systemd-ui-3.ebuild 4 May 2014 08:07:01 -0000 1.2
24 @@ -1,12 +1,11 @@
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-3.ebuild,v 1.1 2014/05/04 07:16:23 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-3.ebuild,v 1.2 2014/05/04 08:07:01 pacho Exp $
29
30 -EAPI=4
31 +EAPI=5
32
33 # Needed per https://bugs.freedesktop.org/show_bug.cgi?id=69643#c5
34 VALA_MIN_API_VERSION=0.22
35 -VALA_MAX_API_VERSION=0.22 # fails with vala-0.24; should be fixed in >=systemd-ui-4
36
37 inherit autotools-utils systemd vala
38
39 @@ -35,6 +34,8 @@
40 # Due to vala being broken.
41 AUTOTOOLS_IN_SOURCE_BUILD=1
42
43 +PATCHES=( "${FILESDIR}/${P}-vala-0.24.patch" )
44 +
45 src_prepare() {
46 # Force the rebuild of .vala sources
47 touch src/*.vala || die
48
49
50
51 1.10 sys-apps/systemd-ui/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/ChangeLog?rev=1.10&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/ChangeLog?rev=1.10&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/ChangeLog?r1=1.9&r2=1.10
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v
60 retrieving revision 1.9
61 retrieving revision 1.10
62 diff -u -r1.9 -r1.10
63 --- ChangeLog 4 May 2014 07:16:23 -0000 1.9
64 +++ ChangeLog 4 May 2014 08:07:01 -0000 1.10
65 @@ -1,6 +1,10 @@
66 # ChangeLog for sys-apps/systemd-ui
67 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v 1.9 2014/05/04 07:16:23 mgorny Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v 1.10 2014/05/04 08:07:01 pacho Exp $
70 +
71 + 04 May 2014; Pacho Ramos <pacho@g.o>
72 + +files/systemd-ui-3-vala-0.24.patch, systemd-ui-3.ebuild:
73 + Apply upstream fix to make it compatible with vala-0.24
74
75 *systemd-ui-3 (04 May 2014)