Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: eclass/
Date: Fri, 16 Feb 2018 16:12:08
Message-Id: 1518797507.41c5d038737efab26380b3429a087d08331afc27.sobhan@gentoo
1 commit: 41c5d038737efab26380b3429a087d08331afc27
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 16 16:11:47 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 16 16:11:47 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=41c5d038
7
8 gnome-meson.eclass: remove gnome-meson_use function
9
10 eclass/gnome-meson.eclass | 7 -------
11 1 file changed, 7 deletions(-)
12
13 diff --git a/eclass/gnome-meson.eclass b/eclass/gnome-meson.eclass
14 index 3f013a18..cd322b13 100644
15 --- a/eclass/gnome-meson.eclass
16 +++ b/eclass/gnome-meson.eclass
17 @@ -159,10 +159,3 @@ gnome-meson_pkg_postrm() {
18 gnome2_giomodule_cache_update
19 fi
20 }
21 -
22 -# @FUNTION: gnome-meson_use
23 -# @DESCRIPTION:
24 -# Make setting arguments easier taken from https://github.com/Heather/gentoo-gnome/blob/4f61803890da76026f4fed772c34c4394e1d2959/gnome-base/nautilus/nautilus-3.27.2.ebuild#L83
25 -gnome-meson_use() {
26 - echo "-Denable-${2:-${1}}=$(usex ${1} 'true' 'false')"
27 -}