Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/vala: ChangeLog vala-0.5.6.ebuild
Date: Mon, 26 Jan 2009 13:41:44
Message-Id: E1LRRig-0004Bw-5W@stork.gentoo.org
1 remi 09/01/26 13:41:42
2
3 Modified: ChangeLog
4 Added: vala-0.5.6.ebuild
5 Log:
6 dev-lang/vala: bump to 0.5.6
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-lang/vala/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/vala/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 17 Dec 2008 15:59:48 -0000 1.3
23 +++ ChangeLog 26 Jan 2009 13:41:42 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-lang/vala
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.3 2008/12/17 15:59:48 remi Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.4 2009/01/26 13:41:42 remi Exp $
30 +
31 +*vala-0.5.6 (26 Jan 2009)
32 +
33 + 26 Jan 2009; RĂ©mi Cardona <remi@g.o> +vala-0.5.6.ebuild:
34 + bump to 0.5.6
35
36 *vala-0.5.3 (17 Dec 2008)
37
38
39
40
41 1.1 dev-lang/vala/vala-0.5.6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/vala/vala-0.5.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/vala/vala-0.5.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vala-0.5.6.ebuild
47 ===================================================================
48 # Copyright 1999-2009 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.5.6.ebuild,v 1.1 2009/01/26 13:41:42 remi Exp $
51
52 EAPI="1"
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"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE="doc +vapigen"
64
65 RDEPEND=">=dev-libs/glib-2.12.0"
66 DEPEND="${RDEPEND}
67 >=dev-util/pkgconfig-0.9
68 doc? ( dev-libs/libxslt )"
69
70 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
71
72 pkg_setup() {
73 G2CONF="${G2CONF} $(use_enable vapigen)"
74 }