From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdegraphics-meta/
Date: Fri, 11 Aug 2017 14:16:21 +0000 (UTC) [thread overview]
Message-ID: <1502457298.02de9913883ca6c52fc7f93401a83c408c472842.asturm@gentoo> (raw)
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) )
"
next reply other threads:[~2017-08-11 14:16 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-11 14:16 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-17 15:56 [gentoo-commits] proj/kde:master commit in: kde-apps/kdegraphics-meta/ Andreas Sturmlechner
2025-03-15 21:41 Andreas Sturmlechner
2024-08-24 6:52 Andreas Sturmlechner
2024-07-12 19:15 Andreas Sturmlechner
2024-05-16 14:26 Andreas Sturmlechner
2023-12-21 9:03 Andreas Sturmlechner
2023-09-01 19:17 Andreas Sturmlechner
2022-08-05 15:06 Andreas Sturmlechner
2022-05-18 12:13 Andreas Sturmlechner
2021-12-09 9:28 Andreas Sturmlechner
2020-05-20 19:35 Andreas Sturmlechner
2019-08-22 14:59 Andreas Sturmlechner
2018-06-10 16:29 Johannes Huber
2017-04-29 9:42 Andreas Sturmlechner
2015-10-12 12:46 Michael Palimaka
2015-10-06 11:02 Michael Palimaka
2015-09-22 19:15 Michael Palimaka
2015-08-17 20:55 Johannes Huber
2014-11-29 16:47 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1502457298.02de9913883ca6c52fc7f93401a83c408c472842.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox