Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/activity-log-manager: activity-log-manager-0.9.7.ebuild ChangeLog
Date: Sat, 27 Jun 2015 11:31:44
Message-Id: 20150627113133.6167F73A@oystercatcher.gentoo.org
1 pacho 15/06/27 11:31:33
2
3 Modified: activity-log-manager-0.9.7.ebuild ChangeLog
4 Log:
5 Fix typo in VALA_MAX_API_VERSION variable, it also builds with 0.26 (even if it failed with 0.24)
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.6 gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild?r1=1.5&r2=1.6
15
16 Index: activity-log-manager-0.9.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- activity-log-manager-0.9.7.ebuild 12 Nov 2014 21:20:08 -0000 1.5
23 +++ activity-log-manager-0.9.7.ebuild 27 Jun 2015 11:31:33 -0000 1.6
24 @@ -1,12 +1,12 @@
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/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v 1.5 2014/11/12 21:20:08 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v 1.6 2015/06/27 11:31:33 pacho Exp $
30
31 EAPI=5
32
33 GNOME2_LA_PUNT="yes"
34 -VALA_MIN_API_VERSION="0.10"
35 -VALA_MAX_API_VERSIOn="0.22" # build fails with vala-0.24
36 +VALA_MIN_API_VERSION="0.26" # Fails with 0.24, but works with 0.26 and older versions
37 +VALA_MAX_API_VERSION="0.26" # build fails with vala-0.28
38 WANT_AUTOMAKE=1.13
39
40 inherit autotools eutils gnome2 vala versionator
41
42
43
44 1.22 gnome-extra/activity-log-manager/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?rev=1.22&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?rev=1.22&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?r1=1.21&r2=1.22
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v
53 retrieving revision 1.21
54 retrieving revision 1.22
55 diff -u -r1.21 -r1.22
56 --- ChangeLog 12 Nov 2014 21:20:08 -0000 1.21
57 +++ ChangeLog 27 Jun 2015 11:31:33 -0000 1.22
58 @@ -1,6 +1,10 @@
59 # ChangeLog for gnome-extra/activity-log-manager
60 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.21 2014/11/12 21:20:08 jlec Exp $
62 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.22 2015/06/27 11:31:33 pacho Exp $
64 +
65 + 27 Jun 2015; Pacho Ramos <pacho@g.o> activity-log-manager-0.9.7.ebuild:
66 + Fix typo in VALA_MAX_API_VERSION variable, it also builds with 0.26 (even if
67 + it failed with 0.24)
68
69 12 Nov 2014; Justin Lecher <jlec@g.o>
70 activity-log-manager-0.9.7.ebuild,