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-lang/vala: vala-0.10.3.ebuild ChangeLog
Date: Sun, 23 Jan 2011 17:43:17
Message-Id: 20110123174307.A4F7920054@flycatcher.gentoo.org
1 eva 11/01/23 17:43:07
2
3 Modified: ChangeLog
4 Added: vala-0.10.3.ebuild
5 Log:
6 Version bump. Binding fixes and updates.
7
8 (Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.37 dev-lang/vala/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.37&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.37&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?r1=1.36&r2=1.37
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v
20 retrieving revision 1.36
21 retrieving revision 1.37
22 diff -u -r1.36 -r1.37
23 --- ChangeLog 22 Jan 2011 06:15:16 -0000 1.36
24 +++ ChangeLog 23 Jan 2011 17:43:07 -0000 1.37
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-lang/vala
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.36 2011/01/22 06:15:16 nirbheek Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.37 2011/01/23 17:43:07 eva Exp $
30 +
31 +*vala-0.10.3 (23 Jan 2011)
32 +
33 + 23 Jan 2011; Gilles Dartiguelongue <eva@g.o> +vala-0.10.3.ebuild:
34 + Version bump. Binding fixes and updates.
35
36 *vala-0.11.5 (22 Jan 2011)
37
38
39
40
41 1.1 dev-lang/vala/vala-0.10.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/vala-0.10.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/vala-0.10.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vala-0.10.3.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.10.3.ebuild,v 1.1 2011/01/23 17:43:07 eva Exp $
51
52 EAPI="3"
53 GCONF_DEBUG="no"
54
55 inherit gnome2
56
57 DESCRIPTION="Vala - Compiler for the GObject type system"
58 HOMEPAGE="http://live.gnome.org/Vala"
59
60 LICENSE="LGPL-2.1"
61 SLOT="0.10"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE="test +vapigen"
64
65 RDEPEND=">=dev-libs/glib-2.14:2"
66 DEPEND="${RDEPEND}
67 sys-devel/flex
68 || ( sys-devel/bison dev-util/byacc dev-util/yacc )
69 dev-util/pkgconfig
70 dev-libs/libxslt
71 test? (
72 >=dev-libs/glib-2.26
73 dev-libs/dbus-glib )"
74
75 pkg_setup() {
76 G2CONF="${G2CONF}
77 --disable-unversioned
78 $(use_enable vapigen)"
79 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
80 }