* [gentoo-commits] proj/kde:master commit in: app-office/kraft/
@ 2017-08-06 9:00 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2017-08-06 9:00 UTC (permalink / raw
To: gentoo-commits
commit: f86c46bd4fb0ebf1bf480b74ed64ff622f0d7fcf
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 6 08:59:57 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 6 08:59:57 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f86c46bd
app-office/kraft: Add kf5 version
app-office/kraft/kraft-9999.ebuild | 44 ++++++++++++++++++++++++++++++++++++++
app-office/kraft/metadata.xml | 11 ++++++++++
2 files changed, 55 insertions(+)
diff --git a/app-office/kraft/kraft-9999.ebuild b/app-office/kraft/kraft-9999.ebuild
new file mode 100644
index 0000000000..da20def791
--- /dev/null
+++ b/app-office/kraft/kraft-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+EGIT_REPO_URI="https://github.com/dragotin/kraft"
+EGIT_BRANCH="kf5"
+
+DESCRIPTION="Software to manage quotes and invoices in small enterprises"
+HOMEPAGE="http://www.volle-kraft-voraus.de/"
+
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(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 knotifyconfig)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep sonnet)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep akonadi-contacts)
+ $(add_kdeapps_dep kcontacts)
+ $(add_qt_dep qtconcurrent)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtsql)
+ $(add_qt_dep qtwebengine 'widgets')
+ $(add_qt_dep qtwidgets)
+ dev-cpp/ctemplate
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS Changes.txt README Releasenotes.txt TODO )
diff --git a/app-office/kraft/metadata.xml b/app-office/kraft/metadata.xml
new file mode 100644
index 0000000000..25ecefd97f
--- /dev/null
+++ b/app-office/kraft/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">dragotin/kraft</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-office/kraft/
@ 2017-10-30 1:19 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2017-10-30 1:19 UTC (permalink / raw
To: gentoo-commits
commit: 830f2adbbea1f9613c2f4b560c64caa2967acb21
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 01:12:25 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 01:19:16 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=830f2adb
app-office/kraft: 0.80_beta2 version bump
Package-Manager: Portage-2.3.13, Repoman-2.3.4
app-office/kraft/kraft-0.80_beta2.ebuild | 45 ++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/app-office/kraft/kraft-0.80_beta2.ebuild b/app-office/kraft/kraft-0.80_beta2.ebuild
new file mode 100644
index 0000000000..dd793e912f
--- /dev/null
+++ b/app-office/kraft/kraft-0.80_beta2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+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/${PV/_/}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(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 knotifyconfig)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep sonnet)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep akonadi-contacts)
+ $(add_kdeapps_dep kcontacts)
+ $(add_qt_dep qtconcurrent)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtsql)
+ $(add_qt_dep qtwebengine 'widgets')
+ $(add_qt_dep qtwidgets)
+ dev-cpp/ctemplate
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-${PV/_/}"
+
+DOCS=( AUTHORS Changes.txt README Releasenotes.txt TODO )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-office/kraft/
@ 2017-11-16 21:24 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2017-11-16 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 2cddafc75be99d4f326663a5dab6ff1393dcbfa2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 16 21:24:15 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 16 21:24:15 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2cddafc7
app-office/kraft: Fix DEPENDs, add USE=pim
Package-Manager: Portage-2.3.13, Repoman-2.3.4
app-office/kraft/kraft-9999.ebuild | 32 +++++++++++++++++---------------
app-office/kraft/metadata.xml | 3 +++
2 files changed, 20 insertions(+), 15 deletions(-)
diff --git a/app-office/kraft/kraft-9999.ebuild b/app-office/kraft/kraft-9999.ebuild
index da20def791..d05d6f79ea 100644
--- a/app-office/kraft/kraft-9999.ebuild
+++ b/app-office/kraft/kraft-9999.ebuild
@@ -12,33 +12,35 @@ DESCRIPTION="Software to manage quotes and invoices in small enterprises"
HOMEPAGE="http://www.volle-kraft-voraus.de/"
KEYWORDS=""
-IUSE=""
+IUSE="pim"
DEPEND="
+ $(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 knotifyconfig)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwallet)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep sonnet)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep akonadi-contacts)
$(add_kdeapps_dep kcontacts)
- $(add_qt_dep qtconcurrent)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtgui)
$(add_qt_dep qtsql)
- $(add_qt_dep qtwebengine 'widgets')
$(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
dev-cpp/ctemplate
+ pim? (
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep akonadi-contacts)
+ )
"
RDEPEND="${DEPEND}"
DOCS=( AUTHORS Changes.txt README Releasenotes.txt TODO )
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package pim KF5Akonadi)
+ $(cmake-utils_use_find_package pim KF5AkonadiContact)
+ )
+
+ kde5_src_configure
+}
diff --git a/app-office/kraft/metadata.xml b/app-office/kraft/metadata.xml
index 25ecefd97f..5884c2d796 100644
--- a/app-office/kraft/metadata.xml
+++ b/app-office/kraft/metadata.xml
@@ -8,4 +8,7 @@
<upstream>
<remote-id type="github">dragotin/kraft</remote-id>
</upstream>
+ <use>
+ <flag name="pim">Enable support for KDE PIM resources integration</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-office/kraft/
@ 2017-11-19 22:33 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2017-11-19 22:33 UTC (permalink / raw
To: gentoo-commits
commit: c37607e69413b85037e69b4e1a4fd0252c13d548
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 19:46:26 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 19:46:26 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c37607e6
app-office/kraft: Block slot 4
Package-Manager: Portage-2.3.14, Repoman-2.3.6
app-office/kraft/kraft-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-office/kraft/kraft-9999.ebuild b/app-office/kraft/kraft-9999.ebuild
index d05d6f79ea..f20269f42a 100644
--- a/app-office/kraft/kraft-9999.ebuild
+++ b/app-office/kraft/kraft-9999.ebuild
@@ -32,7 +32,9 @@ DEPEND="
$(add_kdeapps_dep akonadi-contacts)
)
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !app-office/kraft:4
+"
DOCS=( AUTHORS Changes.txt README Releasenotes.txt TODO )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-office/kraft/
@ 2017-11-19 22:33 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2017-11-19 22:33 UTC (permalink / raw
To: gentoo-commits
commit: 8222f4e33910d972be8f3580f331f155f4f7016f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 19:27:33 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 19:27:33 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8222f4e3
app-office/kraft: Drop 0.80_beta2
Newer snapshot is in Gentoo ebuild repository.
Package-Manager: Portage-2.3.14, Repoman-2.3.6
app-office/kraft/kraft-0.80_beta2.ebuild | 45 --------------------------------
1 file changed, 45 deletions(-)
diff --git a/app-office/kraft/kraft-0.80_beta2.ebuild b/app-office/kraft/kraft-0.80_beta2.ebuild
deleted file mode 100644
index dd793e912f..0000000000
--- a/app-office/kraft/kraft-0.80_beta2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-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/${PV/_/}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(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 knotifyconfig)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwallet)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep sonnet)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep akonadi-contacts)
- $(add_kdeapps_dep kcontacts)
- $(add_qt_dep qtconcurrent)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtsql)
- $(add_qt_dep qtwebengine 'widgets')
- $(add_qt_dep qtwidgets)
- dev-cpp/ctemplate
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-${PV/_/}"
-
-DOCS=( AUTHORS Changes.txt README Releasenotes.txt TODO )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-office/kraft/
@ 2018-02-08 19:44 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2018-02-08 19:44 UTC (permalink / raw
To: gentoo-commits
commit: 3963e07e1ba6a4ed19774cf7906ec350b6a60ff2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 8 19:44:29 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 8 19:44:29 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3963e07e
app-office/kraft: Fix DOCS
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-office/kraft/kraft-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-office/kraft/kraft-9999.ebuild b/app-office/kraft/kraft-9999.ebuild
index ba51bb4464..275b829b66 100644
--- a/app-office/kraft/kraft-9999.ebuild
+++ b/app-office/kraft/kraft-9999.ebuild
@@ -36,7 +36,7 @@ RDEPEND="${DEPEND}
!app-office/kraft:4
"
-DOCS=( AUTHORS Changes.txt README Releasenotes.txt TODO )
+DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO )
src_configure() {
local mycmakeargs=(
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-office/kraft/
@ 2018-02-26 0:16 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2018-02-26 0:16 UTC (permalink / raw
To: gentoo-commits
commit: 714b92b8bba0ff245eff407830ffe39f8c98ee5b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 26 00:16:34 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 00:16:34 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=714b92b8
app-office/kraft: Frameworks merged to master
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-office/kraft/kraft-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/app-office/kraft/kraft-9999.ebuild b/app-office/kraft/kraft-9999.ebuild
index 275b829b66..2c5135a2be 100644
--- a/app-office/kraft/kraft-9999.ebuild
+++ b/app-office/kraft/kraft-9999.ebuild
@@ -6,7 +6,6 @@ EAPI=6
KDE_HANDBOOK="forceoptional"
inherit kde5
EGIT_REPO_URI="https://github.com/dragotin/kraft"
-EGIT_BRANCH="kf5"
DESCRIPTION="Software to manage quotes and invoices in small enterprises"
HOMEPAGE="http://www.volle-kraft-voraus.de/"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-office/kraft/
@ 2019-12-09 14:50 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2019-12-09 14:50 UTC (permalink / raw
To: gentoo-commits
commit: e2c2c9626d297ed78a3c482f64e5696a4d195f88
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 9 10:24:39 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 9 14:50:24 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e2c2c962
app-office/kraft: Switch to git-r3, 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-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-office/kraft/kraft-9999.ebuild b/app-office/kraft/kraft-9999.ebuild
index a7002ad4c7..4b07d32ac3 100644
--- a/app-office/kraft/kraft-9999.ebuild
+++ b/app-office/kraft/kraft-9999.ebuild
@@ -3,17 +3,17 @@
EAPI=7
+EGIT_REPO_URI="https://github.com/dragotin/kraft"
ECM_HANDBOOK="forceoptional"
KDE_APPS_MINIMAL=19.04.3
KFMIN=5.60.0
QTMIN=5.12.3
-inherit ecm kde.org
-EGIT_REPO_URI="https://github.com/dragotin/kraft"
+inherit ecm git-r3
DESCRIPTION="Software to manage quotes and invoices in small enterprises"
HOMEPAGE="http://www.volle-kraft-voraus.de/"
-LICENSE="GPL-2" # TODO: CHECK
+LICENSE="GPL-2+ LGPL-2+"
SLOT="5"
KEYWORDS=""
IUSE="pim"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-office/kraft/
@ 2020-05-20 18:25 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2020-05-20 18:25 UTC (permalink / raw
To: gentoo-commits
commit: 493558877eafcb978d8d209e9e31f1647a523cf5
Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Fri May 8 14:55:16 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 20 18:19:11 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=49355887
app-office/kraft: update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <sokolov <AT> google.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-office/kraft/kraft-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-office/kraft/kraft-9999.ebuild b/app-office/kraft/kraft-9999.ebuild
index 21cd67aab0..0b1706ef2d 100644
--- a/app-office/kraft/kraft-9999.ebuild
+++ b/app-office/kraft/kraft-9999.ebuild
@@ -11,7 +11,7 @@ QTMIN=5.12.3
inherit ecm git-r3
DESCRIPTION="Software to manage quotes and invoices in small enterprises"
-HOMEPAGE="http://www.volle-kraft-voraus.de/"
+HOMEPAGE="https://www.volle-kraft-voraus.de/"
LICENSE="GPL-2+ LGPL-2+"
SLOT="5"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-office/kraft/
@ 2020-05-20 18:25 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2020-05-20 18:25 UTC (permalink / raw
To: gentoo-commits
commit: 834aafdbb296768fe265ea209d362a4757455b8d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 18:22:24 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 20 18:22:24 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=834aafdb
app-office/kraft: Drop obsolete blocker, drop KDE_APPS_MINIMAL
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-office/kraft/kraft-9999.ebuild | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/app-office/kraft/kraft-9999.ebuild b/app-office/kraft/kraft-9999.ebuild
index 0b1706ef2d..ccefe73c38 100644
--- a/app-office/kraft/kraft-9999.ebuild
+++ b/app-office/kraft/kraft-9999.ebuild
@@ -5,7 +5,6 @@ EAPI=7
EGIT_REPO_URI="https://github.com/dragotin/kraft"
ECM_HANDBOOK="forceoptional"
-KDE_APPS_MINIMAL=19.04.3
KFMIN=5.60.0
QTMIN=5.12.3
inherit ecm git-r3
@@ -32,13 +31,11 @@ DEPEND="
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
pim? (
- >=kde-apps/akonadi-${KDE_APPS_MINIMAL}:5
- >=kde-apps/akonadi-contacts-${KDE_APPS_MINIMAL}:5
+ >=kde-apps/akonadi-19.04.3:5
+ >=kde-apps/akonadi-contacts-19.04.3:5
)
"
-RDEPEND="${DEPEND}
- !app-office/kraft:4
-"
+RDEPEND="${DEPEND}"
DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-office/kraft/
@ 2020-09-28 21:26 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2020-09-28 21:26 UTC (permalink / raw
To: gentoo-commits
commit: c8a8236140965c00083a77bc3769627b1aef38b3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 20:28:24 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 20:28:24 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c8a82361
app-office/kraft: Drop live package
This has been unmaintained in overlay for some time,
only releases get looked after.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-office/kraft/kraft-9999.ebuild | 49 --------------------------------------
app-office/kraft/metadata.xml | 14 -----------
2 files changed, 63 deletions(-)
diff --git a/app-office/kraft/kraft-9999.ebuild b/app-office/kraft/kraft-9999.ebuild
deleted file mode 100644
index ccefe73c38..0000000000
--- a/app-office/kraft/kraft-9999.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_REPO_URI="https://github.com/dragotin/kraft"
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.60.0
-QTMIN=5.12.3
-inherit ecm git-r3
-
-DESCRIPTION="Software to manage quotes and invoices in small enterprises"
-HOMEPAGE="https://www.volle-kraft-voraus.de/"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="5"
-KEYWORDS=""
-IUSE="pim"
-
-DEPEND="
- 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
- >=kde-frameworks/kcontacts-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- pim? (
- >=kde-apps/akonadi-19.04.3:5
- >=kde-apps/akonadi-contacts-19.04.3:5
- )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package pim KF5Akonadi)
- $(cmake_use_find_package pim KF5AkonadiContact)
- )
-
- ecm_src_configure
-}
diff --git a/app-office/kraft/metadata.xml b/app-office/kraft/metadata.xml
deleted file mode 100644
index 5884c2d796..0000000000
--- a/app-office/kraft/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">dragotin/kraft</remote-id>
- </upstream>
- <use>
- <flag name="pim">Enable support for KDE PIM resources integration</flag>
- </use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2020-09-28 21:26 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-09 14:50 [gentoo-commits] proj/kde:master commit in: app-office/kraft/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2020-09-28 21:26 Andreas Sturmlechner
2020-05-20 18:25 Andreas Sturmlechner
2020-05-20 18:25 Andreas Sturmlechner
2018-02-26 0:16 Andreas Sturmlechner
2018-02-08 19:44 Andreas Sturmlechner
2017-11-19 22:33 Andreas Sturmlechner
2017-11-19 22:33 Andreas Sturmlechner
2017-11-16 21:24 Andreas Sturmlechner
2017-10-30 1:19 Andreas Sturmlechner
2017-08-06 9:00 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox