From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA2561382C5 for ; Fri, 16 Feb 2018 16:12:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2476EE0A87; Fri, 16 Feb 2018 16:12:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0706AE0A87 for ; Fri, 16 Feb 2018 16:12:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 444B9335C2E for ; Fri, 16 Feb 2018 16:12:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED4A6216 for ; Fri, 16 Feb 2018 16:12:05 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1518797507.41c5d038737efab26380b3429a087d08331afc27.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gnome-meson.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: 41c5d038737efab26380b3429a087d08331afc27 X-VCS-Branch: master Date: Fri, 16 Feb 2018 16:12:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9358ff48-b85e-47a5-94df-e961da51ca08 X-Archives-Hash: 1021f7b1ed6c9cb0e93445abe4116987 commit: 41c5d038737efab26380b3429a087d08331afc27 Author: Sobhan Mohammadpour gentoo org> AuthorDate: Fri Feb 16 16:11:47 2018 +0000 Commit: Sobhan Mohammadpour gentoo 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')" -}