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] repo/gentoo:master commit in: app-office/kraft/
Date: Mon,  9 Dec 2019 11:21:32 +0000 (UTC)	[thread overview]
Message-ID: <1575890479.0fb24b67f27061aa3352426e36295a019ed66327.asturm@gentoo> (raw)

commit:     0fb24b67f27061aa3352426e36295a019ed66327
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  9 10:22:27 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec  9 11:21:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb24b67

app-office/kraft: Switch to ecm.eclass, fix LICENSE

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/kraft/kraft-0.82-r1.ebuild | 44 +++++++++++++++++++----------------
 1 file changed, 24 insertions(+), 20 deletions(-)

diff --git a/app-office/kraft/kraft-0.82-r1.ebuild b/app-office/kraft/kraft-0.82-r1.ebuild
index a22c6ff153f..6d97b4c1e76 100644
--- a/app-office/kraft/kraft-0.82-r1.ebuild
+++ b/app-office/kraft/kraft-0.82-r1.ebuild
@@ -3,35 +3,39 @@
 
 EAPI=7
 
-KDE_HANDBOOK="forceoptional"
-inherit kde5
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm
 
 DESCRIPTION="Software to manage quotes and invoices in small enterprises"
 HOMEPAGE="http://www.volle-kraft-voraus.de/"
 SRC_URI="https://github.com/dragotin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="5"
 KEYWORDS="~amd64 ~x86"
 IUSE="pim"
 
 DEPEND="
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
+	dev-cpp/ctemplate
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtsql-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
 	|| (
-		$(add_frameworks_dep kcontacts)
-		$(add_kdeapps_dep kcontacts)
+		>=kde-frameworks/kcontacts-${KFMIN}:5
+		>=kde-apps/kcontacts-19.04.3:5
 	)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtsql)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
-	dev-cpp/ctemplate
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	pim? (
-		$(add_kdeapps_dep akonadi)
-		$(add_kdeapps_dep akonadi-contacts)
+		>=kde-apps/akonadi-19.04.3:5
+		>=kde-apps/akonadi-contacts-19.04.3:5
 	)
 "
 RDEPEND="${DEPEND}
@@ -42,9 +46,9 @@ DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO )
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_find_package pim KF5Akonadi)
-		$(cmake-utils_use_find_package pim KF5AkonadiContact)
+		$(cmake_use_find_package pim KF5Akonadi)
+		$(cmake_use_find_package pim KF5AkonadiContact)
 	)
 
-	kde5_src_configure
+	ecm_src_configure
 }


             reply	other threads:[~2019-12-09 11:21 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-09 11:21 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-01 20:12 [gentoo-commits] repo/gentoo:master commit in: app-office/kraft/ Andreas Sturmlechner
2022-11-24 18:13 Andreas Sturmlechner
2022-11-24 18:13 Andreas Sturmlechner
2020-09-29 22:10 Andreas Sturmlechner
2020-09-29 12:49 Andreas Sturmlechner
2020-09-28 21:33 Andreas Sturmlechner
2020-06-30 14:10 Andreas Sturmlechner
2020-06-30 14:10 Andreas Sturmlechner
2020-05-17 16:55 Aaron Bauman
2019-10-12 21:13 Andreas Sturmlechner
2019-04-18 17:56 Andreas Sturmlechner
2018-04-03 15:18 Andreas Sturmlechner
2018-02-26  0:22 Andreas Sturmlechner
2018-02-26  0:22 Andreas Sturmlechner
2018-02-08 19:39 Andreas Sturmlechner
2018-02-08 19:36 Andreas Sturmlechner
2018-01-13 18:55 Andreas Sturmlechner
2018-01-13 18:55 Andreas Sturmlechner
2017-12-28  0:30 Andreas Sturmlechner
2017-12-28  0:30 Andreas Sturmlechner
2017-11-19 19:47 Andreas Sturmlechner
2016-02-14 16:58 Michael Palimaka
2016-02-14 14:12 Michael Palimaka
2016-01-27  9:22 Agostino Sarubbo
2015-10-01 11:50 Michael Palimaka
2015-09-20 13:06 Manuel Rüger
2015-09-19 13:30 Agostino Sarubbo

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=1575890479.0fb24b67f27061aa3352426e36295a019ed66327.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