* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2016-10-08 16:16 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2016-10-08 16:16 UTC (permalink / raw
To: gentoo-commits
commit: 23ac2c25b55d66ccd45664366238397442c63d2a
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Oct 8 09:18:06 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct 8 15:58:15 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=23ac2c25
dev-libs/kreport: Add first release 3.0.0
Package-Manager: portage-2.3.0
dev-libs/kreport/{kreport-9999.ebuild => kreport-3.0.0.ebuild} | 3 ++-
dev-libs/kreport/kreport-9999.ebuild | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-3.0.0.ebuild
similarity index 86%
copy from dev-libs/kreport/kreport-9999.ebuild
copy to dev-libs/kreport/kreport-3.0.0.ebuild
index 74c89db..22ff757 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-3.0.0.ebuild
@@ -11,9 +11,10 @@ VIRTUALX_REQUIRED="test"
inherit kde5 python-any-r1
DESCRIPTION="Framework for creation and generation of reports in multiple formats"
+[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
LICENSE="LGPL-2+"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
index 74c89db..9bf8237 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-9999.ebuild
@@ -11,6 +11,7 @@ VIRTUALX_REQUIRED="test"
inherit kde5 python-any-r1
DESCRIPTION="Framework for creation and generation of reports in multiple formats"
+[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
LICENSE="LGPL-2+"
KEYWORDS=""
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2016-11-09 13:15 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2016-11-09 13:15 UTC (permalink / raw
To: gentoo-commits
commit: 2125ceaaa6f7c42ed9072bf005acd96c20af2211
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 13:14:42 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Nov 9 13:15:34 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2125ceaa
dev-libs/kreport: moved to main tree
Package-Manager: portage-2.3.2
dev-libs/kreport/kreport-3.0.0.ebuild | 36 -----------------------------------
1 file changed, 36 deletions(-)
diff --git a/dev-libs/kreport/kreport-3.0.0.ebuild b/dev-libs/kreport/kreport-3.0.0.ebuild
deleted file mode 100644
index 22ff757..0000000
--- a/dev-libs/kreport/kreport-3.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5 python-any-r1
-
-DESCRIPTION="Framework for creation and generation of reports in multiple formats"
-[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kross)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- dev-libs/kproperty
-"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2016-11-19 10:43 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2016-11-19 10:43 UTC (permalink / raw
To: gentoo-commits
commit: 10952edcd661a43febbeb651aeba89eddb6ac8d9
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Nov 19 00:42:19 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 00:53:22 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=10952edc
dev-libs/kreport: Add USE=marble,scripting,webkit for missing DEPENDs
Package-Manager: portage-2.3.0
dev-libs/kreport/kreport-9999.ebuild | 15 +++++++++++++--
dev-libs/kreport/metadata.xml | 4 ++++
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
index 9bf8237..c951f2a 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-9999.ebuild
@@ -15,22 +15,33 @@ DESCRIPTION="Framework for creation and generation of reports in multiple format
LICENSE="LGPL-2+"
KEYWORDS=""
-IUSE=""
+IUSE="marble +scripting webkit"
RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kguiaddons)
$(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kross)
$(add_qt_dep qtgui)
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
dev-libs/kproperty
+ marble? ( $(add_kdeapps_dep marble '' '' '5=') )
+ scripting? ( $(add_qt_dep qtdeclarative) )
+ webkit? ( $(add_qt_dep qtwebkit) )
"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package marble Marble)
+ $(cmake-utils_use_find_package webkit Qt5WebKitWidgets)
+ -DKREPORT_SCRIPTING=$(usex scripting)
+ )
+ kde5_src_configure
+}
diff --git a/dev-libs/kreport/metadata.xml b/dev-libs/kreport/metadata.xml
index 2fdbf33..b26b44c 100644
--- a/dev-libs/kreport/metadata.xml
+++ b/dev-libs/kreport/metadata.xml
@@ -5,4 +5,8 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
+ <use>
+ <flag name="marble">Enable displaying of maps using <pkg>kde-apps/marble</pkg></flag>
+ <flag name="scripting">Support Qml scripting using <pkg>dev-qt/qtdeclarative</pkg></flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2018-03-18 0:57 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2018-03-18 0:57 UTC (permalink / raw
To: gentoo-commits
commit: 9acff8e83d6acc9de78726ecd5fbcdc2e18df419
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 00:56:13 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 00:57:43 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9acff8e8
dev-libs/kreport: introduce subslot
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-libs/kreport/kreport-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
index 63893ceef8..491d9f0fa3 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-9999.ebuild
@@ -13,6 +13,7 @@ DESCRIPTION="Framework for creation and generation of reports in multiple format
[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
LICENSE="LGPL-2+"
+SLOT="5/4"
KEYWORDS=""
IUSE="marble +scripting webkit"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2018-03-18 0:57 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2018-03-18 0:57 UTC (permalink / raw
To: gentoo-commits
commit: 844af53b9c90435ff2408b2871ccc210f9de155b
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 00:55:23 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 00:57:43 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=844af53b
dev-libs/kreport: add subslot operator for dev-libs/kproperty
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-libs/kreport/kreport-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
index 1a406e1b6f..63893ceef8 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-9999.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
- >=dev-libs/kproperty-3.1.0
+ >=dev-libs/kproperty-3.1.0:5=
marble? ( $(add_kdeapps_dep marble '' '' '5=') )
scripting? ( $(add_qt_dep qtdeclarative) )
webkit? ( $(add_qt_dep qtwebkit) )
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2018-03-18 0:57 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2018-03-18 0:57 UTC (permalink / raw
To: gentoo-commits
commit: b3b7687b67f6607ef25b1d9c4dc16a2f71813e1c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 00:54:52 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 00:57:43 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b3b7687b
dev-libs/kreport: raise dev-libs/kproperty dependency
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-libs/kreport/kreport-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
index 2510902bb9..1a406e1b6f 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-9999.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
- dev-libs/kproperty
+ >=dev-libs/kproperty-3.1.0
marble? ( $(add_kdeapps_dep marble '' '' '5=') )
scripting? ( $(add_qt_dep qtdeclarative) )
webkit? ( $(add_qt_dep qtwebkit) )
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2018-03-18 1:12 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2018-03-18 1:12 UTC (permalink / raw
To: gentoo-commits
commit: be410e7d3605f7b81974e7f99a324dc28af04c80
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 01:12:40 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 01:12:51 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=be410e7d
dev-libs/kreport: improve python support
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-libs/kreport/kreport-9999.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
index 491d9f0fa3..ed836514e3 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_6 )
KDE_TEST="true"
VIRTUALX_REQUIRED="test"
@@ -35,7 +35,10 @@ DEPEND="${RDEPEND}
${PYTHON_DEPS}
"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+pkg_setup() {
+ python-any-r1_pkg_setup
+ kde5_pkg_setup
+}
src_configure() {
local mycmakeargs=(
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2019-04-18 18:17 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2019-04-18 18:17 UTC (permalink / raw
To: gentoo-commits
commit: 2725abb9ac84497abb4074e42cdfd0024706e1ca
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 17:21:44 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 17:22:00 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2725abb9
dev-libs/kreport: Set KDE_QTHELP=true, python 3.7
Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kreport/kreport-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
index 38ba65279b..7e1fb552c7 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-9999.ebuild
@@ -3,9 +3,9 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
-
+KDE_QTHELP="true"
KDE_TEST="true"
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
VIRTUALX_REQUIRED="test"
inherit kde5 python-any-r1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2019-09-14 15:50 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2019-09-14 15:50 UTC (permalink / raw
To: gentoo-commits
commit: 662e5fa8c4c85347225471c862ea2d6e4167f64e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 15:43:39 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 15:43:39 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=662e5fa8
dev-libs/kreport: Drop python2_7 support
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kreport/kreport-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
index 7e1fb552c7..246297b2bf 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
KDE_QTHELP="true"
KDE_TEST="true"
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
VIRTUALX_REQUIRED="test"
inherit kde5 python-any-r1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2019-11-21 0:25 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2019-11-21 0:25 UTC (permalink / raw
To: gentoo-commits
commit: cb1700ea93b61bed316ff436ebbc4d0fb2b6a094
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 00:24:39 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 00:24:39 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cb1700ea
dev-libs/kreport: python3_8
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kreport/kreport-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
index 2877698d04..d58e3bf809 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
ECM_QTHELP="true"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
KFMIN=5.60.0
QTMIN=5.12.3
VIRTUALX_REQUIRED="test"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2020-01-12 13:34 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2020-01-12 13:34 UTC (permalink / raw
To: gentoo-commits
commit: d292f6b7a11f1ade2be7fb078a5a4cc382b67160
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 12:58:37 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 13:24:08 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d292f6b7
dev-libs/kreport: Add HOMEPAGE
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kreport/kreport-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
index f285ee07ff..53b1cc6d21 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-9999.ebuild
@@ -12,6 +12,7 @@ VIRTUALX_REQUIRED="test"
inherit ecm kde.org python-any-r1
DESCRIPTION="Framework for creation and generation of reports in multiple formats"
+HOMEPAGE="https://community.kde.org/KReport"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2020-05-26 19:41 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2020-05-26 19:41 UTC (permalink / raw
To: gentoo-commits
commit: 732d2ed365faed18697933fa8761d5842acaae14
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 19:04:37 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 26 19:04:37 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=732d2ed3
dev-libs/kreport: python3_9
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kreport/kreport-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
index e9f1b93cd2..c8c9ae40b4 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
ECM_QTHELP="true"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
KFMIN=5.60.0
QTMIN=5.12.3
VIRTUALX_REQUIRED="test"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2020-05-26 19:41 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2020-05-26 19:41 UTC (permalink / raw
To: gentoo-commits
commit: af66eda6db8eee430830c0dc2db3dd1798d20296
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 18:45:31 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 26 18:45:31 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=af66eda6
dev-libs/kreport: Depend on >=dev-libs/kproperty-${PV}
Upstream commit 6beb7485d6ac58ed4e8c0262bedbea1686f23410
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kreport/kreport-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
index 5bba8a7970..e9f1b93cd2 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-9999.ebuild
@@ -24,7 +24,7 @@ SLOT="5/4"
IUSE="marble +scripting webkit"
RDEPEND="
- >=dev-libs/kproperty-3.1.0:5=
+ >=dev-libs/kproperty-${PV}:5=
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtprintsupport-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2021-05-20 21:04 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2021-05-20 21:04 UTC (permalink / raw
To: gentoo-commits
commit: c9caf489cdbbafa72e92d216ab8717a938f644e0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 20 20:27:17 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 20 20:27:17 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c9caf489
dev-libs/kreport: python3_10
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kreport/kreport-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
index b43c68f772..d346d31e9d 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
ECM_QTHELP="true"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
KFMIN=5.74.0
QTMIN=5.15.2
VIRTUALX_REQUIRED="test"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2021-11-15 11:07 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2021-11-15 11:07 UTC (permalink / raw
To: gentoo-commits
commit: 237dda4dc06458b61752132d38d6c512e2244796
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 11:02:42 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 11:02:42 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=237dda4d
dev-libs/kreport: Drop IUSE webkit
dev-qt/qtwebkit is gone from Gentoo ebuild repository.
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kreport/kreport-9999.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
index 63ea7fc26d..c2129294e3 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-9999.ebuild
@@ -21,7 +21,7 @@ fi
LICENSE="LGPL-2+"
SLOT="5/4"
-IUSE="marble +scripting webkit"
+IUSE="marble +scripting"
RDEPEND="
>=dev-libs/kproperty-${PV}:5=
@@ -35,7 +35,6 @@ RDEPEND="
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
marble? ( kde-apps/marble:5= )
scripting? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
- webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 )
"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
@@ -48,8 +47,8 @@ pkg_setup() {
src_configure() {
local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets=ON
$(cmake_use_find_package marble Marble)
- $(cmake_use_find_package webkit Qt5WebKitWidgets)
-DKREPORT_SCRIPTING=$(usex scripting)
)
ecm_src_configure
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2022-07-03 22:12 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2022-07-03 22:12 UTC (permalink / raw
To: gentoo-commits
commit: 960facea9eb3fcbb5a7448730bb64f85657cbb22
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 3 21:50:43 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 3 21:50:43 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=960facea
dev-libs/kreport: python3_11
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kreport/kreport-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
index ae9cadecd9..71f4073cd1 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
ECM_QTHELP="true"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
KFMIN=5.82.0
QTMIN=5.15.4
VIRTUALX_REQUIRED="test"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
@ 2024-10-07 18:59 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2024-10-07 18:59 UTC (permalink / raw
To: gentoo-commits
commit: 4dbf3736a223a31768505a0dd9722fa0be4e9ba6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 18:55:20 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 18:59:20 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4dbf3736
dev-libs/kreport: treeclean
Last-rited in ::gentoo, can be re-added if ever ported to KF6.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kreport/kreport-9999.ebuild | 54 ------------------------------------
dev-libs/kreport/metadata.xml | 15 ----------
2 files changed, 69 deletions(-)
diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
deleted file mode 100644
index c3fdaa4785..0000000000
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-PYTHON_COMPAT=( python3_{10..12} )
-KFMIN=5.115.0
-QTMIN=5.15.12
-inherit ecm kde.org python-any-r1
-
-DESCRIPTION="Framework for creation and generation of reports in multiple formats"
-HOMEPAGE="https://community.kde.org/KReport"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2+"
-SLOT="5/4"
-IUSE="marble +scripting"
-
-RDEPEND="
- >=dev-libs/kproperty-${PV}:5=
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtprintsupport-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- marble? ( kde-apps/marble:5= )
- scripting? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
-"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
-"
-
-pkg_setup() {
- python-any-r1_pkg_setup
- ecm_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets=ON
- $(cmake_use_find_package marble Marble)
- -DKREPORT_SCRIPTING=$(usex scripting)
- )
- ecm_src_configure
-}
diff --git a/dev-libs/kreport/metadata.xml b/dev-libs/kreport/metadata.xml
deleted file mode 100644
index b6696f2d87..0000000000
--- a/dev-libs/kreport/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <bugs-to>https://bugs.kde.org/</bugs-to>
- </upstream>
- <use>
- <flag name="marble">Enable displaying of maps using <pkg>kde-apps/marble</pkg></flag>
- <flag name="scripting">Support Qml scripting using <pkg>dev-qt/qtdeclarative</pkg></flag>
- </use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2024-10-07 18:59 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-18 0:57 [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2024-10-07 18:59 Andreas Sturmlechner
2022-07-03 22:12 Andreas Sturmlechner
2021-11-15 11:07 Andreas Sturmlechner
2021-05-20 21:04 Andreas Sturmlechner
2020-05-26 19:41 Andreas Sturmlechner
2020-05-26 19:41 Andreas Sturmlechner
2020-01-12 13:34 Andreas Sturmlechner
2019-11-21 0:25 Andreas Sturmlechner
2019-09-14 15:50 Andreas Sturmlechner
2019-04-18 18:17 Andreas Sturmlechner
2018-03-18 1:12 Michael Palimaka
2018-03-18 0:57 Michael Palimaka
2018-03-18 0:57 Michael Palimaka
2016-11-19 10:43 Michael Palimaka
2016-11-09 13:15 Michael Palimaka
2016-10-08 16:16 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox