Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
Date: Tue, 30 Jan 2018 15:18:17
Message-Id: 1517325469.336b154d7b6dae50febfd4b8576a9e3c7ab03cc8.sobhan@gentoo
1 commit: 336b154d7b6dae50febfd4b8576a9e3c7ab03cc8
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 30 15:17:49 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 15:17:49 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=336b154d
7
8 sys-apps/baobab: version bump to 3.26.1
9
10 Package-Manager: Portage-2.3.21, Repoman-2.3.6
11 Manifest-Sign-Key: 0x7DF238CF0AA182E1
12
13 sys-apps/baobab/baobab-3.26.1.ebuild | 37 ++++++++++++++++++++++++++++++++++++
14 1 file changed, 37 insertions(+)
15
16 diff --git a/sys-apps/baobab/baobab-3.26.1.ebuild b/sys-apps/baobab/baobab-3.26.1.ebuild
17 new file mode 100644
18 index 00000000..9a65cb60
19 --- /dev/null
20 +++ b/sys-apps/baobab/baobab-3.26.1.ebuild
21 @@ -0,0 +1,37 @@
22 +# Copyright 1999-2018 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +inherit gnome2
27 +
28 +DESCRIPTION="Disk usage browser for GNOME"
29 +HOMEPAGE="https://wiki.gnome.org/Apps/Baobab"
30 +
31 +LICENSE="GPL-2+ FDL-1.1+"
32 +SLOT="0"
33 +IUSE=""
34 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
35 +
36 +COMMON_DEPEND="
37 + dev-lang/vala:0.38
38 + >=dev-libs/glib-2.40:2[dbus]
39 + >=x11-libs/gtk+-3.19.1:3
40 +"
41 +RDEPEND="${COMMON_DEPEND}
42 + gnome-base/gsettings-desktop-schemas
43 + x11-themes/adwaita-icon-theme
44 + !<gnome-extra/gnome-utils-3.4
45 +"
46 +# ${PN} was part of gnome-utils before 3.4
47 +DEPEND="${COMMON_DEPEND}
48 + app-text/yelp-tools
49 + dev-libs/appstream-glib
50 + >=sys-devel/gettext-0.19.8
51 + virtual/pkgconfig
52 +"
53 +
54 +src_configure() {
55 + gnome2_src_configure \
56 + VALAC=$(type -P true) \
57 + VAPIGEN=$(type -P true)
58 +}