From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1173695-garchives=archives.gentoo.org@lists.gentoo.org> 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 815871382C5 for <garchives@archives.gentoo.org>; Sat, 23 May 2020 10:02:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C433EE0788; Sat, 23 May 2020 10:02:51 +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 A06DCE0788 for <gentoo-commits@lists.gentoo.org>; Sat, 23 May 2020 10:02:51 +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 1722D34F2BD for <gentoo-commits@lists.gentoo.org>; Sat, 23 May 2020 10:02:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A12E31EB for <gentoo-commits@lists.gentoo.org>; Sat, 23 May 2020 10:02:47 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1590228164.b6c2432017b8dfe598490e10f2efc3d55e2fd696.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild gnome-extra/nm-applet/nm-applet-1.8.25.ebuild X-VCS-Directories: gnome-extra/nm-applet/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b6c2432017b8dfe598490e10f2efc3d55e2fd696 X-VCS-Branch: master Date: Sat, 23 May 2020 10:02:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1549ac17-539a-493f-9d84-51d94c696a31 X-Archives-Hash: aea295e86360a2db632ed1643281c2fd commit: b6c2432017b8dfe598490e10f2efc3d55e2fd696 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat May 23 09:59:09 2020 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat May 23 10:02:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c24320 gnome-extra/nm-applet: Migrate to 'appindicator' USE Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild | 6 +++--- gnome-extra/nm-applet/nm-applet-1.8.25.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild b/gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild index d1811905673..b606dc26460 100644 --- a/gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild +++ b/gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" LICENSE="GPL-2+" SLOT="0" -IUSE="ayatana +introspection +gcr +modemmanager selinux teamd" +IUSE="appindicator +introspection +gcr +modemmanager selinux teamd" KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc x86" RDEPEND=" @@ -30,7 +30,7 @@ RDEPEND=" >=net-misc/networkmanager-1.7:=[introspection?,modemmanager?,teamd?] net-misc/mobile-broadband-provider-info - ayatana? ( + appindicator? ( dev-libs/libappindicator:3 >=dev-libs/libdbusmenu-16.04.0 ) introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) @@ -54,7 +54,7 @@ PATCHES=( src_configure() { local myconf=( - --with-appindicator=$(usex ayatana ubuntu no) + --with-appindicator=$(usex appindicator ubuntu no) --without-libnm-gtk --without-libnma-gtk4 --disable-lto diff --git a/gnome-extra/nm-applet/nm-applet-1.8.25.ebuild b/gnome-extra/nm-applet/nm-applet-1.8.25.ebuild index 94ff1ec2fb9..c43ccd0ecac 100644 --- a/gnome-extra/nm-applet/nm-applet-1.8.25.ebuild +++ b/gnome-extra/nm-applet/nm-applet-1.8.25.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.gnome.org/GNOME/network-manager-applet/-/archive/${PV}-d LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="ayatana doc introspection lto modemmanager selinux teamd test wwan" +IUSE="appindicator doc introspection lto modemmanager selinux teamd test wwan" DEPEND=" app-crypt/libsecret @@ -22,7 +22,7 @@ DEPEND=" net-misc/networkmanager x11-libs/gtk+:3[introspection?] x11-libs/libnotify - ayatana? ( + appindicator? ( dev-libs/libappindicator:3 dev-libs/libdbusmenu ) @@ -44,7 +44,7 @@ src_configure() { local emesonargs=( -Dlibnm_gtk=false -Dlibnma_gtk4=false - -Dappindicator=$(usex ayatana yes no) + $(meson_use appindicator) $(meson_use wwan) $(meson_use selinux) $(meson_use teamd team)