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 663F0139694 for ; Mon, 5 Jun 2017 10:48:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A100421C091; Mon, 5 Jun 2017 10:48:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7174121C084 for ; Mon, 5 Jun 2017 10:48:13 +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 E93393418E9 for ; Mon, 5 Jun 2017 10:48:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD3CA7449 for ; Mon, 5 Jun 2017 10:48:10 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1496655201.911ef44005f0425718fe9ac646ea4cd1b95f8b1a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lightdm/lightdm-1.18.3.ebuild x11-misc/lightdm/lightdm-1.21.5.ebuild x11-misc/lightdm/lightdm-1.22.0.ebuild x11-misc/lightdm/metadata.xml X-VCS-Directories: x11-misc/lightdm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 911ef44005f0425718fe9ac646ea4cd1b95f8b1a X-VCS-Branch: master Date: Mon, 5 Jun 2017 10:48:10 +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: ac243971-363f-4f85-9c8f-4e606d43f035 X-Archives-Hash: 51c0ca80fa3deff8ca132a6c8ea3655d commit: 911ef44005f0425718fe9ac646ea4cd1b95f8b1a Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 5 09:33:10 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 5 09:33:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=911ef440 x11-misc/lightdm: Drop USE=kde and lightdm-kde-greeter PDEPEND Gentoo-bug: 620796 Package-Manager: Portage-2.3.5, Repoman-2.3.1 x11-misc/lightdm/lightdm-1.18.3.ebuild | 6 ++---- x11-misc/lightdm/lightdm-1.21.5.ebuild | 5 ++--- x11-misc/lightdm/lightdm-1.22.0.ebuild | 5 ++--- x11-misc/lightdm/metadata.xml | 1 - 4 files changed, 6 insertions(+), 11 deletions(-) diff --git a/x11-misc/lightdm/lightdm-1.18.3.ebuild b/x11-misc/lightdm/lightdm-1.18.3.ebuild index f0ddd8d3095..549dc488a54 100644 --- a/x11-misc/lightdm/lightdm-1.18.3.ebuild +++ b/x11-misc/lightdm/lightdm-1.18.3.ebuild @@ -13,8 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.x LICENSE="GPL-3 LGPL-3" SLOT="0" KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" -IUSE="audit +gtk +introspection kde qt4 qt5 +gnome" -REQUIRED_USE="|| ( gtk kde )" +IUSE="audit +introspection qt4 qt5 +gnome" COMMON_DEPEND="audit? ( sys-process/audit ) >=dev-libs/glib-2.32.3:2 @@ -42,8 +41,7 @@ DEPEND="${COMMON_DEPEND} gnome? ( gnome-base/gnome-common ) sys-devel/gettext virtual/pkgconfig" -PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter ) - kde? ( x11-misc/lightdm-kde )" +PDEPEND="x11-misc/lightdm-gtk-greeter" DOCS=( NEWS ) RESTRICT="test" diff --git a/x11-misc/lightdm/lightdm-1.21.5.ebuild b/x11-misc/lightdm/lightdm-1.21.5.ebuild index 84326c449cb..117a032bbbd 100644 --- a/x11-misc/lightdm/lightdm-1.21.5.ebuild +++ b/x11-misc/lightdm/lightdm-1.21.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.x LICENSE="GPL-3 LGPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="audit +gtk +introspection kde qt4 qt5 +gnome" +IUSE="audit +gtk +introspection qt4 qt5 +gnome" COMMON_DEPEND="audit? ( sys-process/audit ) >=dev-libs/glib-2.32.3:2 @@ -41,8 +41,7 @@ DEPEND="${COMMON_DEPEND} gnome? ( gnome-base/gnome-common ) sys-devel/gettext virtual/pkgconfig" -PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter ) - kde? ( x11-misc/lightdm-kde )" +PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter )" DOCS=( NEWS ) RESTRICT="test" diff --git a/x11-misc/lightdm/lightdm-1.22.0.ebuild b/x11-misc/lightdm/lightdm-1.22.0.ebuild index 84326c449cb..117a032bbbd 100644 --- a/x11-misc/lightdm/lightdm-1.22.0.ebuild +++ b/x11-misc/lightdm/lightdm-1.22.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.x LICENSE="GPL-3 LGPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="audit +gtk +introspection kde qt4 qt5 +gnome" +IUSE="audit +gtk +introspection qt4 qt5 +gnome" COMMON_DEPEND="audit? ( sys-process/audit ) >=dev-libs/glib-2.32.3:2 @@ -41,8 +41,7 @@ DEPEND="${COMMON_DEPEND} gnome? ( gnome-base/gnome-common ) sys-devel/gettext virtual/pkgconfig" -PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter ) - kde? ( x11-misc/lightdm-kde )" +PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter )" DOCS=( NEWS ) RESTRICT="test" diff --git a/x11-misc/lightdm/metadata.xml b/x11-misc/lightdm/metadata.xml index 89f62bd578a..cb677871a1a 100644 --- a/x11-misc/lightdm/metadata.xml +++ b/x11-misc/lightdm/metadata.xml @@ -7,7 +7,6 @@ Pull in the gtk+ greeter - Pull in the kde greeter