Gentoo Archives: gentoo-commits

From: Ole Reifschneider <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
Date: Sat, 02 Apr 2016 16:34:48
Message-Id: 1459613288.6240aba3dc9a50f47ac26ff08e487fb544d574ff.tranquility@gentoo
1 commit: 6240aba3dc9a50f47ac26ff08e487fb544d574ff
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 16:08:08 2016 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 16:08:08 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=6240aba3
7
8 sys-apps/baobab: Bump version to 3.20.0
9
10 Package-Manager: portage-2.2.28
11 Manifest-Sign-Key: 0xE9E568677E8B4D42
12
13 sys-apps/baobab/baobab-3.20.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++
14 sys-apps/baobab/baobab-9999.ebuild | 4 ++--
15 2 files changed, 42 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-apps/baobab/baobab-3.20.0.ebuild b/sys-apps/baobab/baobab-3.20.0.ebuild
18 new file mode 100644
19 index 0000000..7bb5a20
20 --- /dev/null
21 +++ b/sys-apps/baobab/baobab-3.20.0.ebuild
22 @@ -0,0 +1,40 @@
23 +# Copyright 1999-2016 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI="5"
28 +GCONF_DEBUG="no"
29 +
30 +inherit gnome2
31 +
32 +DESCRIPTION="Disk usage browser for GNOME"
33 +HOMEPAGE="https://wiki.gnome.org/Apps/Baobab"
34 +
35 +LICENSE="GPL-2+ FDL-1.1+"
36 +SLOT="0"
37 +IUSE=""
38 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
39 +
40 +COMMON_DEPEND="
41 + >=dev-libs/glib-2.40:2[dbus]
42 + >=x11-libs/gtk+-3.13.2:3
43 +"
44 +RDEPEND="${COMMON_DEPEND}
45 + gnome-base/gsettings-desktop-schemas
46 + x11-themes/gnome-icon-theme-extras
47 + !<gnome-extra/gnome-utils-3.4
48 +"
49 +# ${PN} was part of gnome-utils before 3.4
50 +DEPEND="${COMMON_DEPEND}
51 + dev-libs/libxml2
52 + >=dev-util/intltool-0.40
53 + dev-util/itstool
54 + >=sys-devel/gettext-0.17
55 + virtual/pkgconfig
56 +"
57 +
58 +src_configure() {
59 + gnome2_src_configure \
60 + VALAC=$(type -P true) \
61 + VAPIGEN=$(type -P true)
62 +}
63
64 diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild
65 index 05bcf52..6debfcb 100644
66 --- a/sys-apps/baobab/baobab-9999.ebuild
67 +++ b/sys-apps/baobab/baobab-9999.ebuild
68 @@ -1,4 +1,4 @@
69 -# Copyright 1999-2015 Gentoo Foundation
70 +# Copyright 1999-2016 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 # $Id$
73
74 @@ -25,7 +25,7 @@ else
75 fi
76
77 COMMON_DEPEND="
78 - >=dev-libs/glib-2.40:2
79 + >=dev-libs/glib-2.40:2[dbus]
80 >=x11-libs/gtk+-3.13.2:3
81 "
82 RDEPEND="${COMMON_DEPEND}