From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-983041-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 E516E1396DA for <garchives@archives.gentoo.org>; Wed, 8 Nov 2017 22:11:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20F7DE0F26; Wed, 8 Nov 2017 22:11:56 +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 00814E0F26 for <gentoo-commits@lists.gentoo.org>; Wed, 8 Nov 2017 22:11:55 +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 D801C33BF51 for <gentoo-commits@lists.gentoo.org>; Wed, 8 Nov 2017 22:11:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 496CA97BE for <gentoo-commits@lists.gentoo.org>; Wed, 8 Nov 2017 22:11:53 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1510178888.13676dc9a53c0485b91c03d0241ee8d6abf2e266.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdeutils-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdeutils-meta/kdeutils-meta-17.08.3.ebuild kde-apps/kdeutils-meta/kdeutils-meta-17.08.49.9999.ebuild X-VCS-Directories: kde-apps/kdeutils-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 13676dc9a53c0485b91c03d0241ee8d6abf2e266 X-VCS-Branch: master Date: Wed, 8 Nov 2017 22:11:53 +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-Archives-Salt: 57538c73-0223-422c-ba56-73298d9d121b X-Archives-Hash: fedb83da1109a29e8f9b5d777fea06d0 commit: 13676dc9a53c0485b91c03d0241ee8d6abf2e266 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Nov 8 21:30:43 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Nov 8 22:08:08 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=13676dc9 kde-apps/kdeutils-meta: Drop packages without Frameworks port kde-apps/kremotecontrol See also: https://community.kde.org/Applications/17.12_repo_drop_list_kdelibs4 Package-Manager: Portage-2.3.13, Repoman-2.3.4 kde-apps/kdeutils-meta/kdeutils-meta-17.08.3.ebuild | 3 +-- kde-apps/kdeutils-meta/kdeutils-meta-17.08.49.9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-17.08.3.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-17.08.3.ebuild index c7ea00671b..be967bf9da 100644 --- a/kde-apps/kdeutils-meta/kdeutils-meta-17.08.3.ebuild +++ b/kde-apps/kdeutils-meta/kdeutils-meta-17.08.3.ebuild @@ -8,7 +8,7 @@ inherit kde5-meta-pkg DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages" HOMEPAGE="https://www.kde.org/applications/utilities https://utils.kde.org" KEYWORDS="~amd64 ~x86" -IUSE="cups floppy lirc nls +qt4" +IUSE="cups floppy nls +qt4" [[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL} @@ -27,7 +27,6 @@ RDEPEND=" floppy? ( $(add_kdeapps_dep kfloppy) ) qt4? ( $(add_kdeapps_dep sweeper) - lirc? ( $(add_kdeapps_dep kremotecontrol) ) nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) ) ) " diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-17.08.49.9999.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-17.08.49.9999.ebuild index 825170606d..7dde2624b1 100644 --- a/kde-apps/kdeutils-meta/kdeutils-meta-17.08.49.9999.ebuild +++ b/kde-apps/kdeutils-meta/kdeutils-meta-17.08.49.9999.ebuild @@ -8,7 +8,7 @@ inherit kde5-meta-pkg DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages" HOMEPAGE="https://www.kde.org/applications/utilities https://utils.kde.org" KEYWORDS="" -IUSE="cups floppy lirc nls +qt4" +IUSE="cups floppy nls +qt4" [[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL} @@ -27,7 +27,6 @@ RDEPEND=" floppy? ( $(add_kdeapps_dep kfloppy) ) qt4? ( $(add_kdeapps_dep sweeper) - lirc? ( $(add_kdeapps_dep kremotecontrol) ) nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) ) ) "