Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: gnome-base/dconf/
Date: Tue, 26 Jul 2011 18:47:24
Message-Id: 1d49fb84f29e075f323358056a78adb4aea185e1.tetromino@gentoo
1 commit: 1d49fb84f29e075f323358056a78adb4aea185e1
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 26 18:39:27 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Tue Jul 26 18:46:30 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1d49fb84
7
8 gnome-base/dconf: 0.7.5 → 0.9.0
9
10 Bump to the new unstable release. Depend on vala:0.14 due to an
11 automagic version-check #ifdef.
12
13 ---
14 .../{dconf-0.7.5.ebuild => dconf-0.9.0.ebuild} | 7 ++++---
15 gnome-base/dconf/dconf-9999.ebuild | 7 ++++---
16 2 files changed, 8 insertions(+), 6 deletions(-)
17
18 diff --git a/gnome-base/dconf/dconf-0.7.5.ebuild b/gnome-base/dconf/dconf-0.9.0.ebuild
19 similarity index 93%
20 rename from gnome-base/dconf/dconf-0.7.5.ebuild
21 rename to gnome-base/dconf/dconf-0.9.0.ebuild
22 index a40f5bc..013cc37 100644
23 --- a/gnome-base/dconf/dconf-0.7.5.ebuild
24 +++ b/gnome-base/dconf/dconf-0.9.0.ebuild
25 @@ -2,7 +2,7 @@
26 # Distributed under the terms of the GNU General Public License v2
27 # $Header: $
28
29 -EAPI="3"
30 +EAPI="4"
31 GCONF_DEBUG="no"
32
33 inherit gnome2 bash-completion
34 @@ -27,14 +27,15 @@ COMMON_DEPEND=">=dev-libs/glib-2.27.2:2
35 X? (
36 >=dev-libs/libxml2-2.7.7:2
37 x11-libs/gtk+:3 )"
38 +# vala:0.14 due to an automagic version-check #ifdef (commit a15d9621)
39 DEPEND="${COMMON_DEPEND}
40 - >=dev-lang/vala-0.11.7:0.12
41 + dev-lang/vala:0.14
42 doc? ( >=dev-util/gtk-doc-1.15 )"
43
44 pkg_setup() {
45 G2CONF="${G2CONF}
46 --disable-schemas-compile
47 - VALAC=$(type -p valac-0.12)
48 + VALAC=$(type -p valac-0.14)
49 $(use_enable X editor)"
50 #$(use_enable vala)
51 }
52
53 diff --git a/gnome-base/dconf/dconf-9999.ebuild b/gnome-base/dconf/dconf-9999.ebuild
54 index a40f5bc..013cc37 100644
55 --- a/gnome-base/dconf/dconf-9999.ebuild
56 +++ b/gnome-base/dconf/dconf-9999.ebuild
57 @@ -2,7 +2,7 @@
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: $
60
61 -EAPI="3"
62 +EAPI="4"
63 GCONF_DEBUG="no"
64
65 inherit gnome2 bash-completion
66 @@ -27,14 +27,15 @@ COMMON_DEPEND=">=dev-libs/glib-2.27.2:2
67 X? (
68 >=dev-libs/libxml2-2.7.7:2
69 x11-libs/gtk+:3 )"
70 +# vala:0.14 due to an automagic version-check #ifdef (commit a15d9621)
71 DEPEND="${COMMON_DEPEND}
72 - >=dev-lang/vala-0.11.7:0.12
73 + dev-lang/vala:0.14
74 doc? ( >=dev-util/gtk-doc-1.15 )"
75
76 pkg_setup() {
77 G2CONF="${G2CONF}
78 --disable-schemas-compile
79 - VALAC=$(type -p valac-0.12)
80 + VALAC=$(type -p valac-0.14)
81 $(use_enable X editor)"
82 #$(use_enable vala)
83 }