public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: net-im/choqok/
Date: Wed, 13 Nov 2019 02:00:01 +0000 (UTC)	[thread overview]
Message-ID: <1573610366.e7a51878e9d0948430f2ecbbc55b3cd284b41163.asturm@gentoo> (raw)

commit:     e7a51878e9d0948430f2ecbbc55b3cd284b41163
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 01:49:27 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 01:59:26 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e7a51878

net-im/choqok: 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-im/choqok/choqok-9999.ebuild | 70 ++++++++++++++++++++++------------------
 1 file changed, 39 insertions(+), 31 deletions(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 8eb6e995b6..3a63d8b166 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -3,45 +3,53 @@
 
 EAPI=7
 
-KDE_HANDBOOK="forceoptional"
-inherit kde5
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 DESCRIPTION="Free/Open Source micro-blogging client by KDE"
-HOMEPAGE="https://choqok.kde.org/"
-[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz"
+HOMEPAGE="https://choqok.kde.org/
+https://kde.org/applications/internet/org.kde.choqok"
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
 
 LICENSE="GPL-2+"
+SLOT="5"
 IUSE="attica konqueror telepathy"
 
 DEPEND="
-	$(add_frameworks_dep kcmutils)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kemoticons)
-	$(add_frameworks_dep kglobalaccel)
-	$(add_frameworks_dep kguiaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kjobwidgets)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep knotifyconfig)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwallet)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_frameworks_dep sonnet)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetworkauth)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
 	app-crypt/qca[qt5(+)]
-	attica? ( $(add_frameworks_dep attica) )
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetworkauth-${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/kemoticons-${KFMIN}:5
+	>=kde-frameworks/kglobalaccel-${KFMIN}:5
+	>=kde-frameworks/kguiaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kjobwidgets-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/knotifyconfig-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kwallet-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
+	>=kde-frameworks/sonnet-${KFMIN}:5
+	attica? ( >=kde-frameworks/attica-${KFMIN}:5 )
 	konqueror? (
-		$(add_frameworks_dep kparts)
-		$(add_frameworks_dep kdewebkit)
+		>=kde-frameworks/kparts-${KFMIN}:5
+		>=kde-frameworks/kdewebkit-${KFMIN}:5
 		>=dev-qt/qtwebkit-5.212.0_pre20180120:5
 	)
 	telepathy? ( net-libs/telepathy-qt[qt5(+)] )
@@ -58,5 +66,5 @@ src_configure() {
 		$(cmake-utils_use_find_package telepathy TelepathyQt5)
 	)
 
-	kde5_src_configure
+	ecm_src_configure
 }


             reply	other threads:[~2019-11-13  2:00 UTC|newest]

Thread overview: 34+ 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-09-09 16:29 [gentoo-commits] proj/kde:master commit in: net-im/choqok/ Andreas Sturmlechner
2024-05-20 21:26 Andreas Sturmlechner
2022-10-11 15:18 Andreas Sturmlechner
2020-08-09  9:45 Andreas Sturmlechner
2020-02-05  0:28 Andreas Sturmlechner
2020-02-05  0:28 Andreas Sturmlechner
2019-04-30 18:42 Andreas Sturmlechner
2018-06-24 18:04 Andreas Sturmlechner
2018-02-22 13:17 Andreas Sturmlechner
2017-10-12 16:46 Johannes Huber
2017-10-08  8:10 Johannes Huber
2017-08-02 19:59 Andreas Sturmlechner
2016-10-12 18:44 Michael Palimaka
2016-10-08 16:16 Michael Palimaka
2016-08-04 18:02 Johannes Huber
2016-08-04 18:02 Johannes Huber
2016-06-18 18:56 Michael Palimaka
2016-06-17 11:21 Michael Palimaka
2016-06-17 11:21 Michael Palimaka
2016-03-13 11:20 Johannes Huber
2016-01-31 15:53 Michael Palimaka
2016-01-26 18:18 Michael Palimaka
2014-01-20 10:43 Michael Palimaka
2013-09-04 19:12 Michael Palimaka
2013-09-04 19:12 Michael Palimaka
2013-09-04 19:12 Michael Palimaka
2013-04-25 18:52 Johannes Huber
2012-08-22 20:12 Johannes Huber
2011-11-24 21:18 Andreas Hüttel
2011-11-07 22:16 Johannes Huber
2011-11-07 22:16 Johannes Huber
2011-09-21 19:14 Johannes Huber
2011-04-12 13:03 Theo Chatzimichos

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=1573610366.e7a51878e9d0948430f2ecbbc55b3cd284b41163.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