Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/vala: vala-0.5.7.ebuild ChangeLog
Date: Fri, 27 Feb 2009 20:29:24
Message-Id: E1Ld97k-0002gB-NQ@stork.gentoo.org
1 dang 09/02/27 20:15:56
2
3 Modified: ChangeLog
4 Added: vala-0.5.7.ebuild
5 Log:
6 Bump to vala-0.5.7
7 (Portage version: 2.1.6.7/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-lang/vala/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/vala/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 26 Jan 2009 13:41:42 -0000 1.4
23 +++ ChangeLog 27 Feb 2009 20:15:56 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-lang/vala
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.4 2009/01/26 13:41:42 remi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.5 2009/02/27 20:15:56 dang Exp $
29 +
30 +*vala-0.5.7 (27 Feb 2009)
31 +
32 + 27 Feb 2009; Daniel Gryniewicz <dang@g.o> +vala-0.5.7.ebuild:
33 + Bump to vala-0.5.7
34
35 *vala-0.5.6 (26 Jan 2009)
36
37
38
39
40 1.1 dev-lang/vala/vala-0.5.7.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/vala/vala-0.5.7.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/vala/vala-0.5.7.ebuild?rev=1.1&content-type=text/plain
44
45 Index: vala-0.5.7.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.5.7.ebuild,v 1.1 2009/02/27 20:15:56 dang Exp $
50
51 EAPI="1"
52 GCONF_DEBUG="no"
53
54 inherit gnome2
55
56 DESCRIPTION="Vala - Compiler for the GObject type system"
57 HOMEPAGE="http://live.gnome.org/Vala"
58
59 LICENSE="LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE="doc +vapigen"
63
64 RDEPEND=">=dev-libs/glib-2.12.0"
65 DEPEND="${RDEPEND}
66 >=dev-util/pkgconfig-0.9
67 doc? ( dev-libs/libxslt )"
68
69 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
70
71 pkg_setup() {
72 G2CONF="${G2CONF} $(use_enable vapigen)"
73 }