commit: 41c5d038737efab26380b3429a087d08331afc27
Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 16:11:47 2018 +0000
Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 16:11:47 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=41c5d038
gnome-meson.eclass: remove gnome-meson_use function
eclass/gnome-meson.eclass | 7 -------
1 file changed, 7 deletions(-)
diff --git a/eclass/gnome-meson.eclass b/eclass/gnome-meson.eclass
index 3f013a18..cd322b13 100644
--- a/eclass/gnome-meson.eclass
+++ b/eclass/gnome-meson.eclass
@@ -159,10 +159,3 @@ gnome-meson_pkg_postrm() {
gnome2_giomodule_cache_update
fi
}
-
-# @FUNTION: gnome-meson_use
-# @DESCRIPTION:
-# Make setting arguments easier taken from
https://github.com/Heather/gentoo-gnome/blob/4f61803890da76026f4fed772c34c4394e1d2959/gnome-base/nautilus/nautilus-3.27.2.ebuild#L83
-gnome-meson_use() {
- echo "-Denable-${2:-${1}}=$(usex ${1} 'true' 'false')"
-}