Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: sys-apps/baobab/
Date: Fri, 01 Mar 2013 23:35:28
Message-Id: 1362179554.bde6c25a0aa3db7c83307d58855688ad36ff74d3.eva@gentoo
1 commit: bde6c25a0aa3db7c83307d58855688ad36ff74d3
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 1 23:12:34 2013 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 1 23:12:34 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bde6c25a
7
8 sys-apps/baobab: 3.6.4 → 3.7.90
9
10 ---
11 .../{baobab-9999.ebuild => baobab-3.7.90.ebuild} | 14 +++++++-------
12 sys-apps/baobab/baobab-9999.ebuild | 12 ++++++------
13 2 files changed, 13 insertions(+), 13 deletions(-)
14
15 diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-3.7.90.ebuild
16 similarity index 82%
17 copy from sys-apps/baobab/baobab-9999.ebuild
18 copy to sys-apps/baobab/baobab-3.7.90.ebuild
19 index 9404413..2b909b7 100644
20 --- a/sys-apps/baobab/baobab-9999.ebuild
21 +++ b/sys-apps/baobab/baobab-3.7.90.ebuild
22 @@ -1,6 +1,6 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 +# Copyright 1999-2013 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baobab/baobab-3.6.4.ebuild,v 1.1 2013/01/25 23:16:42 eva Exp $
28
29 EAPI="5"
30 GCONF_DEBUG="no"
31 @@ -30,7 +30,7 @@ COMMON_DEPEND="
32 gnome-base/libgtop:2=
33 x11-libs/cairo
34 x11-libs/gdk-pixbuf
35 - >=x11-libs/gtk+-3.5.9:3
36 + >=x11-libs/gtk+-3.7.10:3
37 x11-libs/pango
38 "
39 RDEPEND="${COMMON_DEPEND}
40 @@ -57,12 +57,12 @@ src_prepare() {
41 }
42
43 src_configure() {
44 + local myconf
45 if [[ ${PV} != 9999 ]]; then
46 - G2CONF="${G2CONF}
47 - ITSTOOL=$(type -P true)
48 + myconf="ITSTOOL=$(type -P true)
49 XMLLINT=$(type -P true)
50 VALAC=$(type -P true)
51 VAPIGEN=$(type -P true)"
52 fi
53 - gnome2_src_configure
54 -}
55 + gnome2_src_configure ${myconf}
56 +}
57 \ No newline at end of file
58
59 diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild
60 index 9404413..5b38281 100644
61 --- a/sys-apps/baobab/baobab-9999.ebuild
62 +++ b/sys-apps/baobab/baobab-9999.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2012 Gentoo Foundation
65 +# Copyright 1999-2013 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 # $Header: $
68
69 @@ -30,7 +30,7 @@ COMMON_DEPEND="
70 gnome-base/libgtop:2=
71 x11-libs/cairo
72 x11-libs/gdk-pixbuf
73 - >=x11-libs/gtk+-3.5.9:3
74 + >=x11-libs/gtk+-3.7.10:3
75 x11-libs/pango
76 "
77 RDEPEND="${COMMON_DEPEND}
78 @@ -57,12 +57,12 @@ src_prepare() {
79 }
80
81 src_configure() {
82 + local myconf
83 if [[ ${PV} != 9999 ]]; then
84 - G2CONF="${G2CONF}
85 - ITSTOOL=$(type -P true)
86 + myconf="ITSTOOL=$(type -P true)
87 XMLLINT=$(type -P true)
88 VALAC=$(type -P true)
89 VAPIGEN=$(type -P true)"
90 fi
91 - gnome2_src_configure
92 -}
93 + gnome2_src_configure ${myconf}
94 +}
95 \ No newline at end of file