Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/vala: ChangeLog vala-0.14.2.ebuild
Date: Wed, 01 Feb 2012 02:55:51
Message-Id: 20120201025539.6EA6F2004C@flycatcher.gentoo.org
1 tetromino 12/02/01 02:55:39
2
3 Modified: ChangeLog
4 Added: vala-0.14.2.ebuild
5 Log:
6 Bump. Lots of updates for bindings and assorted bugfixes.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.85 dev-lang/vala/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.85&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.85&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?r1=1.84&r2=1.85
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v
20 retrieving revision 1.84
21 retrieving revision 1.85
22 diff -u -r1.84 -r1.85
23 --- ChangeLog 18 Jan 2012 20:16:08 -0000 1.84
24 +++ ChangeLog 1 Feb 2012 02:55:39 -0000 1.85
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-lang/vala
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.84 2012/01/18 20:16:08 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.85 2012/02/01 02:55:39 tetromino Exp $
30 +
31 +*vala-0.14.2 (01 Feb 2012)
32 +
33 + 01 Feb 2012; Alexandre Rostovtsev <tetromino@g.o> +vala-0.14.2.ebuild:
34 + Bump. Lots of updates for bindings and assorted bugfixes.
35
36 18 Jan 2012; Markus Meier <maekke@g.o> vala-0.14.1.ebuild:
37 arm stable, bug #393007
38
39
40
41 1.1 dev-lang/vala/vala-0.14.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/vala-0.14.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/vala-0.14.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vala-0.14.2.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.14.2.ebuild,v 1.1 2012/02/01 02:55:39 tetromino Exp $
51
52 EAPI="4"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55
56 inherit alternatives gnome2
57
58 DESCRIPTION="Vala - Compiler for the GObject type system"
59 HOMEPAGE="http://live.gnome.org/Vala"
60
61 LICENSE="LGPL-2.1"
62 SLOT="0.14"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-linux"
64 IUSE="test +vapigen"
65
66 RDEPEND=">=dev-libs/glib-2.16:2"
67 DEPEND="${RDEPEND}
68 !${CATEGORY}/${PN}:0
69 sys-devel/flex
70 || ( sys-devel/bison dev-util/byacc dev-util/yacc )
71 dev-util/pkgconfig
72 dev-libs/libxslt
73 test? (
74 dev-libs/dbus-glib
75 >=dev-libs/glib-2.26:2 )"
76
77 pkg_setup() {
78 G2CONF="${G2CONF}
79 --disable-unversioned
80 $(use_enable vapigen)"
81 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
82 }
83
84 src_install() {
85 gnome2_src_install
86
87 insinto /usr/share/aclocal
88 newins vala.m4 vala-${SLOT/./-}.m4
89 }
90
91 pkg_postinst() {
92 gnome2_pkg_postinst
93 alternatives_auto_makesym /usr/share/aclocal/vala.m4 "vala-0-[0-9][0-9].m4"
94 }
95
96 pkg_postrm() {
97 gnome2_pkg_postrm
98 alternatives_auto_makesym /usr/share/aclocal/vala.m4 "vala-0-[0-9][0-9].m4"
99 }