Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/activity-log-manager: ChangeLog activity-log-manager-0.9.7.ebuild
Date: Sun, 04 May 2014 05:02:34
Message-Id: 20140504050229.B516E2004C@flycatcher.gentoo.org
1 tetromino 14/05/04 05:02:29
2
3 Modified: ChangeLog activity-log-manager-0.9.7.ebuild
4 Log:
5 Set VALA_MAX_API_VERSION since build fails with vala-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.20 gnome-extra/activity-log-manager/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 26 Apr 2014 18:47:56 -0000 1.19
23 +++ ChangeLog 4 May 2014 05:02:29 -0000 1.20
24 @@ -1,6 +1,10 @@
25 # ChangeLog for gnome-extra/activity-log-manager
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.19 2014/04/26 18:47:56 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.20 2014/05/04 05:02:29 tetromino Exp $
29 +
30 + 04 May 2014; Alexandre Rostovtsev <tetromino@g.o>
31 + activity-log-manager-0.9.7.ebuild:
32 + Set VALA_MAX_API_VERSION since build fails with vala-0.24
33
34 26 Apr 2014; Pacho Ramos <pacho@g.o>
35 -activity-log-manager-0.9.4-r1.ebuild, -activity-log-manager-0.9.4.ebuild,
36
37
38
39 1.4 gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild?r1=1.3&r2=1.4
44
45 Index: activity-log-manager-0.9.7.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- activity-log-manager-0.9.7.ebuild 8 Dec 2013 18:40:01 -0000 1.3
52 +++ activity-log-manager-0.9.7.ebuild 4 May 2014 05:02:29 -0000 1.4
53 @@ -1,11 +1,12 @@
54 -# Copyright 1999-2013 Gentoo Foundation
55 +# Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v 1.3 2013/12/08 18:40:01 pacho Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v 1.4 2014/05/04 05:02:29 tetromino Exp $
59
60 EAPI=5
61
62 GNOME2_LA_PUNT="yes"
63 VALA_MIN_API_VERSION="0.10"
64 +VALA_MAX_API_VERSIOn="0.22" # build fails with vala-0.24
65 WANT_AUTOMAKE=1.13
66
67 inherit autotools eutils gnome2 vala versionator