Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/corebird: corebird-1.0.ebuild ChangeLog
Date: Tue, 30 Jun 2015 08:07:30
Message-Id: 20150630080718.B756473A@oystercatcher.gentoo.org
1 idella4 15/06/30 08:07:18
2
3 Modified: corebird-1.0.ebuild ChangeLog
4 Log:
5 reset VALA_MIN_API_VERSION, fixes bug #553378
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 net-im/corebird/corebird-1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/corebird/corebird-1.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/corebird/corebird-1.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/corebird/corebird-1.0.ebuild?r1=1.1&r2=1.2
15
16 Index: corebird-1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/corebird/corebird-1.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- corebird-1.0.ebuild 26 Jun 2015 18:23:03 -0000 1.1
23 +++ corebird-1.0.ebuild 30 Jun 2015 08:07:18 -0000 1.2
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-im/corebird/corebird-1.0.ebuild,v 1.1 2015/06/26 18:23:03 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-im/corebird/corebird-1.0.ebuild,v 1.2 2015/06/30 08:07:18 idella4 Exp $
29
30 EAPI=5
31 -VALA_MIN_API_VERSION=0.24
32 +VALA_MIN_API_VERSION=0.26
33 AUTOTOOLS_AUTORECONF=1
34 AUTOTOOLS_IN_SOURCE_BUILD=1
35
36
37
38
39 1.4 net-im/corebird/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/corebird/ChangeLog?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/corebird/ChangeLog?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/corebird/ChangeLog?r1=1.3&r2=1.4
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-im/corebird/ChangeLog,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- ChangeLog 26 Jun 2015 18:23:03 -0000 1.3
52 +++ ChangeLog 30 Jun 2015 08:07:18 -0000 1.4
53 @@ -1,6 +1,9 @@
54 # ChangeLog for net-im/corebird
55 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-im/corebird/ChangeLog,v 1.3 2015/06/26 18:23:03 pacho Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-im/corebird/ChangeLog,v 1.4 2015/06/30 08:07:18 idella4 Exp $
58 +
59 + 30 Jun 2015; Ian Delaney <idella4@g.o> corebird-1.0.ebuild:
60 + reset VALA_MIN_API_VERSION, fixes bug #553378
61
62 *corebird-1.0 (26 Jun 2015)