From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-966437-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 A1F5F1396D0 for <garchives@archives.gentoo.org>; Fri, 11 Aug 2017 14:16:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A851E0C7A; Fri, 11 Aug 2017 14:16:25 +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 44A05E0C7A for <gentoo-commits@lists.gentoo.org>; Fri, 11 Aug 2017 14:16:25 +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 22330341A80 for <gentoo-commits@lists.gentoo.org>; Fri, 11 Aug 2017 14:16:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91B7375FE for <gentoo-commits@lists.gentoo.org>; Fri, 11 Aug 2017 14:16:21 +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: <1502457298.02de9913883ca6c52fc7f93401a83c408c472842.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdegraphics-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild kde-apps/kdegraphics-meta/kdegraphics-meta-17.08.0.ebuild kde-apps/kdegraphics-meta/kdegraphics-meta-17.08.49.9999.ebuild X-VCS-Directories: kde-apps/kdegraphics-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 02de9913883ca6c52fc7f93401a83c408c472842 X-VCS-Branch: master Date: Fri, 11 Aug 2017 14:16:21 +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: fcea35be-9636-4063-a746-dc5185048d89 X-Archives-Hash: 049d68beadfeec41884bf7b723e06277 commit: 02de9913883ca6c52fc7f93401a83c408c472842 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Aug 11 12:42:19 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Aug 11 13:14:58 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=02de9913 kde-apps/kdegraphics-meta: Drop ksaneplugin and USE=nls,qt4 See also: https://mail.kde.org/pipermail/release-team/2017-August/010540.html Package-Manager: Portage-2.3.6, Repoman-2.3.3 kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild | 12 ++---------- ...-meta-17.07.90.ebuild => kdegraphics-meta-17.08.0.ebuild} | 12 ++---------- .../kdegraphics-meta/kdegraphics-meta-17.08.49.9999.ebuild | 12 ++---------- 3 files changed, 6 insertions(+), 30 deletions(-) diff --git a/kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild index 8d7d0ac79c..da0d1c951e 100644 --- a/kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild +++ b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild @@ -8,9 +8,7 @@ inherit kde5-meta-pkg DESCRIPTION="kdegraphics - merge this to pull in all kdegraphics-derived packages" HOMEPAGE="https://www.kde.org/applications/graphics/" KEYWORDS="~amd64 ~x86" -IUSE="nls +qt4 scanner" - -[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL} +IUSE="scanner" RDEPEND=" $(add_kdeapps_dep gwenview) @@ -26,11 +24,5 @@ RDEPEND=" $(add_kdeapps_dep spectacle) $(add_kdeapps_dep svgpart) $(add_kdeapps_dep thumbnailers) - scanner? ( - $(add_kdeapps_dep libksane) - qt4? ( - $(add_kdeapps_dep ksaneplugin) - nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) ) - ) - ) + scanner? ( $(add_kdeapps_dep libksane) ) " diff --git a/kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.08.0.ebuild similarity index 74% copy from kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild copy to kde-apps/kdegraphics-meta/kdegraphics-meta-17.08.0.ebuild index 8d7d0ac79c..da0d1c951e 100644 --- a/kde-apps/kdegraphics-meta/kdegraphics-meta-17.07.90.ebuild +++ b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.08.0.ebuild @@ -8,9 +8,7 @@ inherit kde5-meta-pkg DESCRIPTION="kdegraphics - merge this to pull in all kdegraphics-derived packages" HOMEPAGE="https://www.kde.org/applications/graphics/" KEYWORDS="~amd64 ~x86" -IUSE="nls +qt4 scanner" - -[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL} +IUSE="scanner" RDEPEND=" $(add_kdeapps_dep gwenview) @@ -26,11 +24,5 @@ RDEPEND=" $(add_kdeapps_dep spectacle) $(add_kdeapps_dep svgpart) $(add_kdeapps_dep thumbnailers) - scanner? ( - $(add_kdeapps_dep libksane) - qt4? ( - $(add_kdeapps_dep ksaneplugin) - nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) ) - ) - ) + scanner? ( $(add_kdeapps_dep libksane) ) " diff --git a/kde-apps/kdegraphics-meta/kdegraphics-meta-17.08.49.9999.ebuild b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.08.49.9999.ebuild index 4d13778e43..b391831a4e 100644 --- a/kde-apps/kdegraphics-meta/kdegraphics-meta-17.08.49.9999.ebuild +++ b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.08.49.9999.ebuild @@ -8,9 +8,7 @@ inherit kde5-meta-pkg DESCRIPTION="kdegraphics - merge this to pull in all kdegraphics-derived packages" HOMEPAGE="https://www.kde.org/applications/graphics/" KEYWORDS="" -IUSE="nls +qt4 scanner" - -[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL} +IUSE="scanner" RDEPEND=" $(add_kdeapps_dep gwenview) @@ -26,11 +24,5 @@ RDEPEND=" $(add_kdeapps_dep spectacle) $(add_kdeapps_dep svgpart) $(add_kdeapps_dep thumbnailers) - scanner? ( - $(add_kdeapps_dep libksane) - qt4? ( - $(add_kdeapps_dep ksaneplugin) - nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) ) - ) - ) + scanner? ( $(add_kdeapps_dep libksane) ) "