[gentoo-commits] proj/kde:master commit in: kde-apps/kqtquickcharts/

2024-02-26 Thread Andreas Sturmlechner
commit: 074859cd6619b8b3efcfbbf933828a40ad07563d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 26 18:44:17 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 26 19:58:40 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=074859cd

kde-apps/kqtquickcharts: Re-add 24.02.0:5 KEYWORDS

Only Qt6 revdeps will need to undergo re-keywording.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kqtquickcharts/kqtquickcharts-24.02.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-24.02.0.ebuild 
b/kde-apps/kqtquickcharts/kqtquickcharts-24.02.0.ebuild
index 6ee97ea11a..9e63d0cf32 100644
--- a/kde-apps/kqtquickcharts/kqtquickcharts-24.02.0.ebuild
+++ b/kde-apps/kqtquickcharts/kqtquickcharts-24.02.0.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Qt Quick plugin for beautiful and interactive 
charts"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] proj/kde:master commit in: kde-apps/kqtquickcharts/

2020-07-18 Thread Andreas Sturmlechner
commit: 08e415fddaf66598bd491a4f38ee9cfa92d5cfc3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 18 08:44:10 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul 18 08:48:21 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=08e415fd

kde-apps/kqtquickcharts: 20.07.80 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kqtquickcharts/kqtquickcharts-20.07.80.ebuild| 20 
 1 file changed, 20 insertions(+)

diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-20.07.80.ebuild 
b/kde-apps/kqtquickcharts/kqtquickcharts-20.07.80.ebuild
new file mode 100644
index 00..ce40171eef
--- /dev/null
+++ b/kde-apps/kqtquickcharts/kqtquickcharts-20.07.80.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+QTMIN=5.14.2
+inherit ecm kde.org
+
+DESCRIPTION="Qt Quick plugin for beautiful and interactive charts"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] proj/kde:master commit in: kde-apps/kqtquickcharts/

2016-11-01 Thread Johannes Huber
commit: a23911c814c7b704993059d8115f52de46696b6b
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Nov  1 21:25:37 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Nov  1 21:25:37 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a23911c8

kde-apps/kqtquickcharts: Frameworks merged to master

Package-Manager: portage-2.3.2

 kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild | 18 --
 kde-apps/kqtquickcharts/kqtquickcharts-.ebuild   | 13 -
 2 files changed, 8 insertions(+), 23 deletions(-)

diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild 
b/kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild
deleted file mode 100644
index 60ac9c8..000
--- a/kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-EGIT_BRANCH="frameworks"
-inherit kde5
-
-DESCRIPTION="Qt Quick plugin for beautiful and interactive charts"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-.ebuild 
b/kde-apps/kqtquickcharts/kqtquickcharts-.ebuild
index dcfce62..1a05ad3 100644
--- a/kde-apps/kqtquickcharts/kqtquickcharts-.ebuild
+++ b/kde-apps/kqtquickcharts/kqtquickcharts-.ebuild
@@ -4,11 +4,14 @@
 
 EAPI=6
 
-DECLARATIVE_REQUIRED="always"
-inherit kde4-base
+inherit kde5
 
-DESCRIPTION="Qt Quick 1 plugin for beautiful and interactive charts"
+DESCRIPTION="Qt Quick plugin for beautiful and interactive charts"
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
 
-RDEPEND="$(add_kdeapps_dep plasma-runtime)"
+DEPEND="
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] proj/kde:master commit in: kde-apps/kqtquickcharts/

2016-04-06 Thread Johannes Huber
commit: 43c8bd41836167a12c92a19b08438696a87a079f
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Apr  6 19:10:14 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Apr  6 19:10:14 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=43c8bd41

kde-apps/kqtquickcharts: EAPI 6

Package-Manager: portage-2.2.28

 kde-apps/kqtquickcharts/kqtquickcharts-16.04.49..ebuild | 2 +-
 kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild| 2 +-
 kde-apps/kqtquickcharts/kqtquickcharts-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-16.04.49..ebuild 
b/kde-apps/kqtquickcharts/kqtquickcharts-16.04.49..ebuild
index 6b4e0ce..dcfce62 100644
--- a/kde-apps/kqtquickcharts/kqtquickcharts-16.04.49..ebuild
+++ b/kde-apps/kqtquickcharts/kqtquickcharts-16.04.49..ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 DECLARATIVE_REQUIRED="always"
 inherit kde4-base

diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild 
b/kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild
index 447baa7..60ac9c8 100644
--- a/kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild
+++ b/kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 EGIT_BRANCH="frameworks"
 inherit kde5

diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-.ebuild 
b/kde-apps/kqtquickcharts/kqtquickcharts-.ebuild
index 6b4e0ce..dcfce62 100644
--- a/kde-apps/kqtquickcharts/kqtquickcharts-.ebuild
+++ b/kde-apps/kqtquickcharts/kqtquickcharts-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 DECLARATIVE_REQUIRED="always"
 inherit kde4-base



[gentoo-commits] proj/kde:master commit in: kde-apps/kqtquickcharts/

2015-07-26 Thread Johannes Huber
commit: 46fcdf6d9a569aec8e8f45972ea74ffd67edd9f2
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Jul 26 11:27:58 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jul 26 11:27:58 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=46fcdf6d

[kde-apps/kqtquickcharts] Add KF5 version

Package-Manager: portage-2.2.20

 kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild 
b/kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild
new file mode 100644
index 000..74da9e1
--- /dev/null
+++ b/kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="Qt Quick plugin for beautiful and interactive charts"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+"
+RDEPEND="${DEPEND}"