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 26906138350 for ; Mon, 4 May 2020 16:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D0A2E098F; Mon, 4 May 2020 16:25:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 65603E098F for ; Mon, 4 May 2020 16:25:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 08DA534F5D8 for ; Mon, 4 May 2020 16:25:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13464235 for ; Mon, 4 May 2020 16:25:21 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1588609490.f8e003ac6b2c37e3104b06c6b2533fe604f09ba4.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/enlightenment/enlightenment-0.23.1-r1.ebuild x11-wm/enlightenment/enlightenment-0.23.1.ebuild x11-wm/enlightenment/metadata.xml X-VCS-Directories: x11-wm/enlightenment/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f8e003ac6b2c37e3104b06c6b2533fe604f09ba4 X-VCS-Branch: master Date: Mon, 4 May 2020 16:25:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca022d61-8599-4e2d-b82e-cb5225d2b0cf X-Archives-Hash: d0a2ef0d41459c7dbfb689f2df157c70 commit: f8e003ac6b2c37e3104b06c6b2533fe604f09ba4 Author: Joonas Niilola gentoo org> AuthorDate: Mon May 4 16:23:25 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon May 4 16:24:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e003ac x11-wm/enlightenment: remove packagekit USE Signed-off-by: Joonas Niilola gentoo.org> .../{enlightenment-0.23.1.ebuild => enlightenment-0.23.1-r1.ebuild} | 6 +++--- x11-wm/enlightenment/metadata.xml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/x11-wm/enlightenment/enlightenment-0.23.1.ebuild b/x11-wm/enlightenment/enlightenment-0.23.1-r1.ebuild similarity index 93% rename from x11-wm/enlightenment/enlightenment-0.23.1.ebuild rename to x11-wm/enlightenment/enlightenment-0.23.1-r1.ebuild index 4d5cc6c09d1..e499a09c51e 100644 --- a/x11-wm/enlightenment/enlightenment-0.23.1.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.23.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz" LICENSE="BSD-2" SLOT="0.17/${PV%%_*}" KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" -IUSE="acpi bluetooth connman doc geolocation nls packagekit pam systemd udisks wayland wifi xwayland" +IUSE="acpi bluetooth connman doc geolocation nls pam systemd udisks wayland wifi xwayland" REQUIRED_USE="xwayland? ( wayland )" @@ -27,7 +27,6 @@ RDEPEND=" bluetooth? ( net-wireless/bluez ) connman? ( dev-libs/efl[connman] ) geolocation? ( app-misc/geoclue:2.0 ) - packagekit? ( app-admin/packagekit-base ) pam? ( sys-libs/pam ) systemd? ( sys-apps/systemd ) udisks? ( sys-fs/udisks:2 ) @@ -57,12 +56,13 @@ src_configure() { -D install-sysactions=false -D mount-eeze=false + -D packagekit=false + $(meson_use udisks mount-udisks) $(meson_use bluetooth bluez5) $(meson_use connman) $(meson_use geolocation) $(meson_use nls) - $(meson_use packagekit) $(meson_use pam) $(meson_use systemd) $(meson_use wayland wl) diff --git a/x11-wm/enlightenment/metadata.xml b/x11-wm/enlightenment/metadata.xml index d5f28f5d919..d377aee6304 100644 --- a/x11-wm/enlightenment/metadata.xml +++ b/x11-wm/enlightenment/metadata.xml @@ -6,7 +6,6 @@ Joonas Niilola - Enable module for package manager integration Enable XWayland application support