From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/
Date: Wed, 13 Nov 2019 02:00:02 +0000 (UTC) [thread overview]
Message-ID: <1573610367.c0003e2a54bff2c86b5b4a286011b1be7035fbe4.asturm@gentoo> (raw)
commit: c0003e2a54bff2c86b5b4a286011b1be7035fbe4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 01:50:11 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 01:59:27 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c0003e2a
net-p2p/ktorrent: Port to ecm.eclass and kde.org.eclass
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-p2p/ktorrent/ktorrent-9999.ebuild | 79 ++++++++++++++++++-----------------
1 file changed, 41 insertions(+), 38 deletions(-)
diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild
index 30fc8ff4df..d20671d1a0 100644
--- a/net-p2p/ktorrent/ktorrent-9999.ebuild
+++ b/net-p2p/ktorrent/ktorrent-9999.ebuild
@@ -3,66 +3,69 @@
EAPI=7
-KDE_HANDBOOK="optional"
-KDE_TEST="optional"
+ECM_HANDBOOK="optional"
+ECM_TEST="optional"
+KFMIN=5.60.0
+QTMIN=5.12.3
VIRTUALX_REQUIRED="test"
-inherit kde5
+inherit ecm kde.org
DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
-HOMEPAGE="https://kde.org/applications/internet/ktorrent/"
+HOMEPAGE="https://kde.org/applications/internet/org.kde.ktorrent"
[[ ${KDE_BUILD_TYPE} = release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV/%.0}/${P}.tar.xz"
LICENSE="GPL-2"
+SLOT="5"
KEYWORDS=""
IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer +magnetgenerator
+mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf"
BDEPEND="sys-devel/gettext"
COMMON_DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep knotifyconfig)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ >=kde-frameworks/kcmutils-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/knotifyconfig-${KFMIN}:5
+ >=kde-frameworks/kparts-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ >=kde-frameworks/solid-${KFMIN}:5
>=net-libs/libktorrent-2.1:5
infowidget? ( dev-libs/geoip )
kross? (
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep kross)
+ >=kde-frameworks/karchive-${KFMIN}:5
+ >=kde-frameworks/kitemviews-${KFMIN}:5
+ >=kde-frameworks/kross-${KFMIN}:5
)
mediaplayer? (
media-libs/phonon[qt5(+)]
>=media-libs/taglib-1.5
)
rss? (
- $(add_frameworks_dep kdewebkit)
- $(add_frameworks_dep syndication)
+ >=kde-frameworks/kdewebkit-${KFMIN}:5
+ >=kde-frameworks/syndication-${KFMIN}:5
)
search? (
- $(add_frameworks_dep kdewebkit)
>=dev-qt/qtwebkit-5.212.0_pre20180120:5
+ >=kde-frameworks/kdewebkit-${KFMIN}:5
)
- shutdown? ( $(add_plasma_dep plasma-workspace) )
- stats? ( $(add_frameworks_dep kplotting) )
- upnp? ( $(add_frameworks_dep kcompletion) )
- zeroconf? ( $(add_frameworks_dep kdnssd) )
+ shutdown? ( kde-plasma/libkworkspace:5 )
+ stats? ( >=kde-frameworks/kplotting-${KFMIN}:5 )
+ upnp? ( >=kde-frameworks/kcompletion-${KFMIN}:5 )
+ zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:5 )
"
DEPEND="${COMMON_DEPEND}
dev-libs/boost
@@ -71,8 +74,8 @@ RDEPEND="${COMMON_DEPEND}
ipfilter? (
app-arch/bzip2
app-arch/unzip
- $(add_frameworks_dep ktextwidgets)
- $(add_kdeapps_dep kio-extras)
+ kde-apps/kio-extras:5
+ >=kde-frameworks/ktextwidgets-${KFMIN}:5
)
"
@@ -97,5 +100,5 @@ src_configure() {
)
# add back when ported
# -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface)
- kde5_src_configure
+ ecm_src_configure
}
next reply other threads:[~2019-11-13 2:00 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-13 2:00 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-21 19:42 [gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/ Andreas Sturmlechner
2024-02-27 22:28 Sam James
2024-02-25 21:34 Sam James
2023-12-14 21:24 Andreas Sturmlechner
2023-12-09 15:15 Andreas Sturmlechner
2023-12-09 10:03 Andreas Sturmlechner
2023-09-14 11:38 Andreas Sturmlechner
2022-10-06 9:02 Andreas Sturmlechner
2022-09-08 12:33 Andreas Sturmlechner
2022-02-02 19:46 Andreas Sturmlechner
2021-08-26 14:23 Andreas Sturmlechner
2020-11-01 23:11 Andreas Sturmlechner
2020-10-25 0:26 Andreas Sturmlechner
2020-06-07 8:28 Andreas Sturmlechner
2020-01-04 14:11 Andreas Sturmlechner
2019-07-10 10:30 Andreas Sturmlechner
2018-09-12 5:47 Andreas Sturmlechner
2018-09-02 10:25 Andreas Sturmlechner
2018-03-06 22:10 Andreas Sturmlechner
2017-10-01 21:56 Andreas Sturmlechner
2017-09-29 2:56 Michael Palimaka
2017-08-31 21:01 Andreas Sturmlechner
2017-08-31 21:01 Andreas Sturmlechner
2017-08-22 13:27 Michael Palimaka
2017-08-21 12:24 Andreas Sturmlechner
2017-07-09 13:38 Andreas Sturmlechner
2017-07-03 18:29 Andreas Sturmlechner
2017-06-30 17:41 Andreas Sturmlechner
2017-06-30 17:41 Andreas Sturmlechner
2017-06-04 18:01 Andreas Sturmlechner
2017-04-16 17:15 Andreas Sturmlechner
2017-01-15 14:07 Andreas Sturmlechner
2017-01-04 17:22 Johannes Huber
2016-07-27 13:22 Michael Palimaka
2016-06-02 14:22 Michael Palimaka
2016-04-20 16:38 Michael Palimaka
2016-04-20 10:34 Michael Palimaka
2016-04-20 10:34 Michael Palimaka
2016-04-20 10:34 Michael Palimaka
2016-04-20 10:34 Michael Palimaka
2016-04-19 12:13 Johannes Huber
2016-04-16 13:42 Johannes Huber
2016-03-13 11:39 Johannes Huber
2016-03-08 14:26 Michael Palimaka
2016-02-23 14:15 Michael Palimaka
2013-03-03 16:08 Michael Palimaka
2013-01-29 12:49 Michael Palimaka
2012-12-10 16:07 Michael Palimaka
2012-08-22 20:12 Johannes Huber
2012-05-18 17:23 Johannes Huber
2012-05-18 14:12 Paulos Ratis
2012-03-19 17:21 Johannes Huber
2012-03-16 9:23 Johannes Huber
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=1573610367.c0003e2a54bff2c86b5b4a286011b1be7035fbe4.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