public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kget/
Date: Mon,  4 Apr 2016 18:44:22 +0000 (UTC)	[thread overview]
Message-ID: <1459794119.768965181f02d7d07f9d309cc3d0b06a328d367d.johu@gentoo> (raw)

commit:     768965181f02d7d07f9d309cc3d0b06a328d367d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 18:21:59 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 18:21:59 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=76896518

kde-apps/kget: EAPI 6

Package-Manager: portage-2.2.28

 kde-apps/kget/kget-16.04.49.9999.ebuild | 15 ++++++++-------
 kde-apps/kget/kget-5.9999.ebuild        | 11 ++++++-----
 kde-apps/kget/kget-9999.ebuild          | 15 ++++++++-------
 3 files changed, 22 insertions(+), 19 deletions(-)

diff --git a/kde-apps/kget/kget-16.04.49.9999.ebuild b/kde-apps/kget/kget-16.04.49.9999.ebuild
index 73b26d7..79d548e 100644
--- a/kde-apps/kget/kget-16.04.49.9999.ebuild
+++ b/kde-apps/kget/kget-16.04.49.9999.ebuild
@@ -2,12 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_HANDBOOK="optional"
 inherit kde4-base
 
-DESCRIPTION="An advanced download manager for KDE"
+DESCRIPTION="An advanced download manager by KDE"
 HOMEPAGE="https://www.kde.org/applications/internet/kget/"
 KEYWORDS=""
 IUSE="debug bittorrent gpg mms sqlite webkit"
@@ -30,11 +30,12 @@ src_configure() {
 	local mycmakeargs=(
 		-DWITH_NepomukCore=OFF
 		-DWITH_NepomukWidgets=OFF
-		$(cmake-utils_use_with bittorrent KTorrent)
-		$(cmake-utils_use_with gpg QGpgme)
-		$(cmake-utils_use_with mms LibMms)
-		$(cmake-utils_use_with sqlite)
-		$(cmake-utils_use_with webkit KWebKitPart)
+		-DWITH_KTorrent=$(usex bittorrent)
+		-DWITH_QGpgme=$(usex gpg)
+		-DWITH_LibMms=$(usex mms)
+		-DWITH_Sqlite=$(usex sqlite)
+		-DWITH_KWebKitPart=$(usex webkit)
 	)
+
 	kde4-base_src_configure
 }

diff --git a/kde-apps/kget/kget-5.9999.ebuild b/kde-apps/kget/kget-5.9999.ebuild
index 566d1c5..a825e3d 100644
--- a/kde-apps/kget/kget-5.9999.ebuild
+++ b/kde-apps/kget/kget-5.9999.ebuild
@@ -2,13 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_HANDBOOK="true"
 EGIT_BRANCH="kf5_port"
 inherit kde5
 
-DESCRIPTION="An advanced download manager for KDE"
+DESCRIPTION="An advanced download manager by KDE"
 HOMEPAGE="https://www.kde.org/applications/internet/kget/"
 KEYWORDS=""
 IUSE="gpg mms sqlite"
@@ -50,9 +50,10 @@ DEPEND="${RDEPEND}
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_with gpg QGpgme)
-		$(cmake-utils_use_with mms LibMms)
-		$(cmake-utils_use_with sqlite)
+		-DWITH_QGpgme=$(usex gpg)
+		-DWITH_LibMms=$(usex mms)
+		-DWITH_Sqlite=$(usex sqlite)
 	)
+
 	kde5_src_configure
 }

diff --git a/kde-apps/kget/kget-9999.ebuild b/kde-apps/kget/kget-9999.ebuild
index 73b26d7..79d548e 100644
--- a/kde-apps/kget/kget-9999.ebuild
+++ b/kde-apps/kget/kget-9999.ebuild
@@ -2,12 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_HANDBOOK="optional"
 inherit kde4-base
 
-DESCRIPTION="An advanced download manager for KDE"
+DESCRIPTION="An advanced download manager by KDE"
 HOMEPAGE="https://www.kde.org/applications/internet/kget/"
 KEYWORDS=""
 IUSE="debug bittorrent gpg mms sqlite webkit"
@@ -30,11 +30,12 @@ src_configure() {
 	local mycmakeargs=(
 		-DWITH_NepomukCore=OFF
 		-DWITH_NepomukWidgets=OFF
-		$(cmake-utils_use_with bittorrent KTorrent)
-		$(cmake-utils_use_with gpg QGpgme)
-		$(cmake-utils_use_with mms LibMms)
-		$(cmake-utils_use_with sqlite)
-		$(cmake-utils_use_with webkit KWebKitPart)
+		-DWITH_KTorrent=$(usex bittorrent)
+		-DWITH_QGpgme=$(usex gpg)
+		-DWITH_LibMms=$(usex mms)
+		-DWITH_Sqlite=$(usex sqlite)
+		-DWITH_KWebKitPart=$(usex webkit)
 	)
+
 	kde4-base_src_configure
 }


             reply	other threads:[~2016-04-04 18:44 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-04 18:44 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-08 14:25 [gentoo-commits] proj/kde:master commit in: kde-apps/kget/ Andreas Sturmlechner
2023-12-17 10:03 Andreas Sturmlechner
2023-12-14 21:24 Andreas Sturmlechner
2022-10-11 15:18 Andreas Sturmlechner
2022-03-24 14:53 Andreas Sturmlechner
2022-02-17 19:00 Sam James
2020-11-27  9:12 Andreas Sturmlechner
2020-11-25 13:16 Andreas Sturmlechner
2020-10-05 20:04 Andreas Sturmlechner
2018-10-22 18:14 Andreas Sturmlechner
2018-03-16  0:59 Andreas Sturmlechner
2018-02-22 13:17 Andreas Sturmlechner
2017-11-18 10:48 Andreas Sturmlechner
2017-11-09 20:43 Andreas Sturmlechner
2017-08-20  9:15 Andreas Sturmlechner
2017-08-15  9:43 Andreas Sturmlechner
2017-05-06 20:14 Andreas Sturmlechner
2016-12-10 10:15 Johannes Huber
2016-11-05 14:21 Michael Palimaka
2016-09-29 12:17 Michael Palimaka
2016-09-29 12:12 Michael Palimaka
2016-03-01 14:12 Michael Palimaka
2015-08-26 21:31 Johannes Huber
2015-08-26 21:31 Johannes Huber
2015-08-12 20:52 Johannes Huber
2015-08-07 21:04 Johannes Huber
2015-07-31 11:54 Michael Palimaka
2015-07-30 19:53 Johannes Huber
2015-07-30 19:53 Johannes Huber
2015-06-12 19:06 Michael Palimaka
2015-01-28 23:45 Johannes Huber
2015-01-19 21:56 Johannes Huber
2015-01-11  2:58 Manuel Rüger

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=1459794119.768965181f02d7d07f9d309cc3d0b06a328d367d.johu@gentoo \
    --to=johu@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