Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/anjuta: ChangeLog anjuta-3.10.2.ebuild
Date: Tue, 21 Jan 2014 23:57:49
Message-Id: 20140121235745.77F852004C@flycatcher.gentoo.org
1 eva 14/01/21 23:57:45
2
3 Modified: ChangeLog anjuta-3.10.2.ebuild
4 Log:
5 Raise vala to latest version proposed by configure, bug #497018.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.172 dev-util/anjuta/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.172&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.172&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?r1=1.171&r2=1.172
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v
19 retrieving revision 1.171
20 retrieving revision 1.172
21 diff -u -r1.171 -r1.172
22 --- ChangeLog 24 Dec 2013 16:05:59 -0000 1.171
23 +++ ChangeLog 21 Jan 2014 23:57:45 -0000 1.172
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-util/anjuta
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.171 2013/12/24 16:05:59 pacho Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.172 2014/01/21 23:57:45 eva Exp $
30 +
31 + 21 Jan 2014; Gilles Dartiguelongue <eva@g.o> anjuta-3.10.2.ebuild:
32 + Raise vala to latest version proposed by configure, bug #497018.
33
34 *anjuta-3.10.2 (24 Dec 2013)
35
36
37
38
39 1.2 dev-util/anjuta/anjuta-3.10.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-3.10.2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-3.10.2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-3.10.2.ebuild?r1=1.1&r2=1.2
44
45 Index: anjuta-3.10.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-3.10.2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- anjuta-3.10.2.ebuild 24 Dec 2013 16:05:59 -0000 1.1
52 +++ anjuta-3.10.2.ebuild 21 Jan 2014 23:57:45 -0000 1.2
53 @@ -1,6 +1,6 @@
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/dev-util/anjuta/anjuta-3.10.2.ebuild,v 1.1 2013/12/24 16:05:59 pacho Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-3.10.2.ebuild,v 1.2 2014/01/21 23:57:45 eva Exp $
59
60 EAPI="5"
61 GCONF_DEBUG="yes"
62 @@ -8,7 +8,7 @@
63 PYTHON_COMPAT=( python{2_6,2_7} )
64 # libanjuta-language-vala.so links to a specific slot of libvala; we want to
65 # avoid automagic behavior.
66 -VALA_MIN_API_VERSION="0.20"
67 +VALA_MIN_API_VERSION="0.22"
68 VALA_MAX_API_VERSION="${VALA_MIN_API_VERSION}"
69
70 inherit gnome2 flag-o-matic readme.gentoo python-single-r1 vala