public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/
@ 2015-12-14 22:44 Manuel Rüger
  0 siblings, 0 replies; 15+ messages in thread
From: Manuel Rüger @ 2015-12-14 22:44 UTC (permalink / raw
  To: gentoo-commits

commit:     83c5c1b2cfef486d2a1570266ac812e75f7aa09b
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 14 22:44:40 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Dec 14 22:44:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c5c1b2

kde-apps/kapptemplate: Work with Frameworks 5.17.0

Gentoo-Bug: 568286

Package-Manager: portage-2.2.26

 .../kapptemplate/kapptemplate-15.08.3-r1.ebuild    | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/kde-apps/kapptemplate/kapptemplate-15.08.3-r1.ebuild b/kde-apps/kapptemplate/kapptemplate-15.08.3-r1.ebuild
new file mode 100644
index 0000000..b936b75
--- /dev/null
+++ b/kde-apps/kapptemplate/kapptemplate-15.08.3-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+FRAMEWORKS_MINIMAL="5.17.0"
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="A shell script to create the necessary framework to develop KDE applications"
+HOMEPAGE="https://www.kde.org/applications/development/kapptemplate"
+KEYWORDS=" ~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kwidgetsaddons)
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+	kde5_src_install
+	rm "${ED}"usr/share/kdevappwizard/templates/qml-plasmoid.tar.bz2 || die
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/
@ 2016-04-10 11:54 Johannes Huber
  0 siblings, 0 replies; 15+ messages in thread
From: Johannes Huber @ 2016-04-10 11:54 UTC (permalink / raw
  To: gentoo-commits

commit:     ab58a3535440f37c5e51609fc129bc24004d412a
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 11:53:59 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 11:53:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab58a353

kde-apps/kapptemplate: Update DESCRIPTION

Repoman loves it.

Package-Manager: portage-2.2.28

 kde-apps/kapptemplate/kapptemplate-4.14.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kapptemplate/kapptemplate-4.14.3.ebuild b/kde-apps/kapptemplate/kapptemplate-4.14.3.ebuild
index 1ff6a73..2ffaa7e 100644
--- a/kde-apps/kapptemplate/kapptemplate-4.14.3.ebuild
+++ b/kde-apps/kapptemplate/kapptemplate-4.14.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ EAPI=5
 KDE_HANDBOOK="optional"
 inherit kde4-base
 
-DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications"
+DESCRIPTION="A shell script to create the necessary framework to develop KDE applications"
 HOMEPAGE="https://www.kde.org/applications/development/kapptemplate"
 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/
@ 2016-04-10 11:54 Johannes Huber
  0 siblings, 0 replies; 15+ messages in thread
From: Johannes Huber @ 2016-04-10 11:54 UTC (permalink / raw
  To: gentoo-commits

commit:     7c949f1026df165252d11917fac6bd77df060cad
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 11:51:59 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 11:51:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c949f10

kde-apps/kapptemplate: Fix file collision with KF 5.21.0

Thanks-to: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

Package-Manager: portage-2.2.28

 .../kapptemplate/kapptemplate-15.12.3-r1.ebuild    | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/kde-apps/kapptemplate/kapptemplate-15.12.3-r1.ebuild b/kde-apps/kapptemplate/kapptemplate-15.12.3-r1.ebuild
new file mode 100644
index 0000000..70967d4
--- /dev/null
+++ b/kde-apps/kapptemplate/kapptemplate-15.12.3-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="A shell script to create the necessary framework to develop KDE applications"
+HOMEPAGE="https://www.kde.org/applications/development/kapptemplate"
+KEYWORDS=" ~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep krunner '' 5.21.0)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+	kde5_src_install
+	rm "${ED}"usr/share/kdevappwizard/templates/qml-plasmoid.tar.bz2 || die
+	rm "${ED}"usr/share/kdevappwizard/template_previews/runner.png || die
+	rm "${ED}"usr/share/kdevappwizard/templates/runner.tar.bz2 || die
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/
@ 2016-04-28 15:48 Johannes Huber
  0 siblings, 0 replies; 15+ messages in thread
From: Johannes Huber @ 2016-04-28 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e71d3a5ea69d9421b2972ff7d57cb2876fa4520a
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 15:47:03 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 15:48:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71d3a5e

kde-apps/kapptemplate: Remove 15.12.3

Overshadowed by r1.

Package-Manager: portage-2.2.28

 kde-apps/kapptemplate/kapptemplate-15.12.3.ebuild | 34 -----------------------
 1 file changed, 34 deletions(-)

diff --git a/kde-apps/kapptemplate/kapptemplate-15.12.3.ebuild b/kde-apps/kapptemplate/kapptemplate-15.12.3.ebuild
deleted file mode 100644
index 80f258c..0000000
--- a/kde-apps/kapptemplate/kapptemplate-15.12.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="A shell script to create the necessary framework to develop KDE applications"
-HOMEPAGE="https://www.kde.org/applications/development/kapptemplate"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtwidgets)
-"
-
-RDEPEND="${DEPEND}"
-
-src_install() {
-	kde5_src_install
-	rm "${ED}"usr/share/kdevappwizard/templates/qml-plasmoid.tar.bz2 || die
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/
@ 2016-05-24 11:39 Mikle Kolyada
  0 siblings, 0 replies; 15+ messages in thread
From: Mikle Kolyada @ 2016-05-24 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     fe1ba32210b36b8ecfaffd76544fbe85212bd956
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 11:34:38 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue May 24 11:38:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1ba322

kde-apps/kapptemplate: amd64 stable wrt bug #579992

Package-Manager: portage-2.2.28

 kde-apps/kapptemplate/kapptemplate-15.12.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kapptemplate/kapptemplate-15.12.3-r1.ebuild b/kde-apps/kapptemplate/kapptemplate-15.12.3-r1.ebuild
index 70967d4..a101b92 100644
--- a/kde-apps/kapptemplate/kapptemplate-15.12.3-r1.ebuild
+++ b/kde-apps/kapptemplate/kapptemplate-15.12.3-r1.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 
 DESCRIPTION="A shell script to create the necessary framework to develop KDE applications"
 HOMEPAGE="https://www.kde.org/applications/development/kapptemplate"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/
@ 2017-05-06 20:05 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2017-05-06 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     7fd15fa5218024a2cdfa64934332c13504db2d73
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 18:44:40 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May  6 20:02:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd15fa5

kde-apps/kapptemplate: Drop slot 4

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/kapptemplate/Manifest                   |  1 -
 kde-apps/kapptemplate/kapptemplate-4.14.3.ebuild | 12 ------------
 2 files changed, 13 deletions(-)

diff --git a/kde-apps/kapptemplate/Manifest b/kde-apps/kapptemplate/Manifest
index 5f63d9917c2..61e7c12b209 100644
--- a/kde-apps/kapptemplate/Manifest
+++ b/kde-apps/kapptemplate/Manifest
@@ -1,3 +1,2 @@
 DIST kapptemplate-16.12.3.tar.xz 485820 SHA256 169500c34dfcc01d566b71d085e9c30bb93456c6b26d1e95023d27e87bbbd60c SHA512 c3ee5050fde9edcf9f41ce0f1a96e2788c11dfb1f48347a1958162b0f6efef2c910fc35049100c7eee0651ee3f1d8196c9e876fe823a257a7bf9369191bc72fb WHIRLPOOL 9b21f81712d2e811463e8a9cd2476144881e93bf95f29c9bf1c635a4d723d608536b9eae40468211cb4b171fabdf31fba22aca2fe4f18a327343a258a726273c
 DIST kapptemplate-17.04.0.tar.xz 494248 SHA256 688031802be5406e6c162823a8715b57ea9c152cd72cb6c4252619885248c2f1 SHA512 96276fc27e8f72328f6f317faab5cbe877fde55c376df884db8162f2f0c062c91d3ea6e0fee8e666ca855fa574b57fa0ff8ed9c1d9e6ab209d27006a625a1fa8 WHIRLPOOL e784ea7897276b580493081fa5e73306f205349b7ee786544e08dee849c30d53f7209c1dca49819f866563c781041dd42d7a83817d60ce01068a0af4ebdb52c2
-DIST kapptemplate-4.14.3.tar.xz 709680 SHA256 ba0c2dca9c92dbf1cce194ac4d7e9286bd313dec4b6214c67a8481e65eb43f21 SHA512 85dfba8b7582a2adb9a61b98afa782e58e5c5bc0d61595f7effd468e14a19e08251789917ccafac7396bdc1beb5897efd9042b4ed700ad875274b39fe266a441 WHIRLPOOL 9c8260f30f4761867eb2bc44b484599cb80ebf3ff3074e3d86313233b1ef95167b968a27b4c18875e2d50c3f3277e9d8ae41eaaeb0b6771d870359ec2e3febb4

diff --git a/kde-apps/kapptemplate/kapptemplate-4.14.3.ebuild b/kde-apps/kapptemplate/kapptemplate-4.14.3.ebuild
deleted file mode 100644
index b5fe1676517..00000000000
--- a/kde-apps/kapptemplate/kapptemplate-4.14.3.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="A shell script to create the necessary framework to develop KDE applications"
-HOMEPAGE="https://www.kde.org/applications/development/kapptemplate"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="debug"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/
@ 2019-03-11 21:03 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2019-03-11 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     fb2a52b44015d389d297eb80c86871d22d88b22d
Author:     Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 18:29:29 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 21:02:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2a52b4

kde-apps/kapptemplate: added ~arm64

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/11342
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/kde-apps/kapptemplate/kapptemplate-18.12.3.ebuild b/kde-apps/kapptemplate/kapptemplate-18.12.3.ebuild
index 0254d5ab81a..c58a0340344 100644
--- a/kde-apps/kapptemplate/kapptemplate-18.12.3.ebuild
+++ b/kde-apps/kapptemplate/kapptemplate-18.12.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Shell script to create the necessary framework to develop KDE applications"
 HOMEPAGE="https://www.kde.org/applications/development/kapptemplate"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/
@ 2021-09-27 14:14 Yixun Lan
  0 siblings, 0 replies; 15+ messages in thread
From: Yixun Lan @ 2021-09-27 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c529980cb079d3c2a3058befc90630261d1147ed
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Mon Sep 27 09:27:20 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 14:05:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c529980c

kde-apps/kapptemplate: keyword 21.08.1 for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

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

diff --git a/kde-apps/kapptemplate/kapptemplate-21.08.1.ebuild b/kde-apps/kapptemplate/kapptemplate-21.08.1.ebuild
index b9d1c0ce9f6..d11122bb8c6 100644
--- a/kde-apps/kapptemplate/kapptemplate-21.08.1.ebuild
+++ b/kde-apps/kapptemplate/kapptemplate-21.08.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kapptemplate/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/
@ 2021-11-12 18:54 Georgy Yakovlev
  0 siblings, 0 replies; 15+ messages in thread
From: Georgy Yakovlev @ 2021-11-12 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     43dbb66ef30d45fa88054d5ce63830bdd76bc484
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 18:36:21 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 18:46:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43dbb66e

kde-apps/kapptemplate: keyword 21.08.3 for ~ppc64

100% tests passed, 0 tests failed out of 2

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

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

diff --git a/kde-apps/kapptemplate/kapptemplate-21.08.3.ebuild b/kde-apps/kapptemplate/kapptemplate-21.08.3.ebuild
index d11122bb8c6..1510ac23717 100644
--- a/kde-apps/kapptemplate/kapptemplate-21.08.3.ebuild
+++ b/kde-apps/kapptemplate/kapptemplate-21.08.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kapptemplate/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/
@ 2022-02-08 13:59 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2022-02-08 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     126daca25b2a25fcc18d249f742d8eabe21dc1d3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  8 13:59:29 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb  8 13:59:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126daca2

kde-apps/kapptemplate: Cleanup emptyline

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

 kde-apps/kapptemplate/kapptemplate-21.12.2-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/kapptemplate/kapptemplate-21.12.2-r1.ebuild b/kde-apps/kapptemplate/kapptemplate-21.12.2-r1.ebuild
index ad83d5ad9636..4ddc53ab2515 100644
--- a/kde-apps/kapptemplate/kapptemplate-21.12.2-r1.ebuild
+++ b/kde-apps/kapptemplate/kapptemplate-21.12.2-r1.ebuild
@@ -33,4 +33,3 @@ RDEPEND="${DEPEND}"
 
 # https://mail.kde.org/pipermail/distributions/2022-February/001124.html
 PATCHES=( "${FILESDIR}/${PN}-21.08.3-fix-ProvidersUrl.patch" )
-


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/
@ 2024-07-06 13:21 Jakov Smolić
  0 siblings, 0 replies; 15+ messages in thread
From: Jakov Smolić @ 2024-07-06 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     f73c1bf867ea789e24965e3e8102daf387be60b4
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  6 13:20:39 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jul  6 13:20:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73c1bf8

kde-apps/kapptemplate: Keyword 24.05.2 riscv, #934361

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

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

diff --git a/kde-apps/kapptemplate/kapptemplate-24.05.2.ebuild b/kde-apps/kapptemplate/kapptemplate-24.05.2.ebuild
index dab3e6ed87e9..e94676207a13 100644
--- a/kde-apps/kapptemplate/kapptemplate-24.05.2.ebuild
+++ b/kde-apps/kapptemplate/kapptemplate-24.05.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kapptemplate/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/
@ 2024-09-02  7:17 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2024-09-02  7:17 UTC (permalink / raw
  To: gentoo-commits

commit:     502347cc481b605d1bdfabf27df97224ab400e22
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 20:57:34 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  2 07:17:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502347cc

kde-apps/kapptemplate: drop 23.08.5

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kapptemplate/Manifest                    |  1 -
 kde-apps/kapptemplate/kapptemplate-23.08.5.ebuild | 32 -----------------------
 2 files changed, 33 deletions(-)

diff --git a/kde-apps/kapptemplate/Manifest b/kde-apps/kapptemplate/Manifest
index a0984c70189f..6416d1af0923 100644
--- a/kde-apps/kapptemplate/Manifest
+++ b/kde-apps/kapptemplate/Manifest
@@ -1,3 +1,2 @@
-DIST kapptemplate-23.08.5.tar.xz 339976 BLAKE2B 768f2ec77c05b48aeca3dfa1ee1dbe274d09c5d40dfb8562e64176caacf016bf82791268707d1b65882d1c019f5adcabff2076d1161f6a4cdc8d605a4f12c9f9 SHA512 f3acc363b7db209035b91b5492bd95159eb73303c9ef1780fc78cd10e7c247b5096e67a2975adba081e49d9ae4bb99874167b2fe550172160356989fb73c96cd
 DIST kapptemplate-24.05.2.tar.xz 342776 BLAKE2B de0cabcbf85c4377cc4169bce90e42cb6da6c98e3b0f8e5a388f56b10e53ad8f24f2ed7a266cd3e5012ad1d890d93b5ffe20e3d1e0045f39d69979e825af9ea1 SHA512 b7ef76c7d7054c182650a3d8878d79eb8db3a781a840b5ef8a47cc685f02e77d7cfe3f2e576f009ec00377c5099444a9e113b952141b042bef7de6a9f3257362
 DIST kapptemplate-24.08.0.tar.xz 342908 BLAKE2B 5af99e8e98333c28af8fa76f41bd1decd5da7a80628e4f1aa5f6a77f5ebb819c246fdf95e5e34b1d3eb593c2d12476d18fd9bdec087a6f720f975232d05b9f61 SHA512 21836678ca1f53ee32b24cebe2bd2ae330046a2bee330cc26808fabff23f9bd4b35aa3d966f92c9c4a31c16e3e6e382273f86a107263c336c566e7897b603ff8

diff --git a/kde-apps/kapptemplate/kapptemplate-23.08.5.ebuild b/kde-apps/kapptemplate/kapptemplate-23.08.5.ebuild
deleted file mode 100644
index 291e82056eb4..000000000000
--- a/kde-apps/kapptemplate/kapptemplate-23.08.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="forceoptional"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Shell script to create the necessary framework to develop KDE applications"
-HOMEPAGE="https://apps.kde.org/kapptemplate/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/
@ 2024-09-19 18:34 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-09-19 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     873bb38df9aa26b7f2443ca4c1fdfe12f242a7bc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 19 18:33:28 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 19 18:33:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873bb38d

kde-apps/kapptemplate: Stabilize 24.08.1 amd64, #939585

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-apps/kapptemplate/kapptemplate-24.08.1.ebuild b/kde-apps/kapptemplate/kapptemplate-24.08.1.ebuild
index 22d7f98b6017..88f4886dafb2 100644
--- a/kde-apps/kapptemplate/kapptemplate-24.08.1.ebuild
+++ b/kde-apps/kapptemplate/kapptemplate-24.08.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kapptemplate/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/
@ 2024-10-04 16:59 Arthur Zamarin
  0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2024-10-04 16:59 UTC (permalink / raw
  To: gentoo-commits

commit:     7b2e2a40c16126294e117696c2f374476ef9e1c4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  4 16:58:30 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  4 16:58:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b2e2a40

kde-apps/kapptemplate: Stabilize 24.08.1 arm64, #939585

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-apps/kapptemplate/kapptemplate-24.08.1.ebuild b/kde-apps/kapptemplate/kapptemplate-24.08.1.ebuild
index 88f4886dafb2..2ee37d0d2714 100644
--- a/kde-apps/kapptemplate/kapptemplate-24.08.1.ebuild
+++ b/kde-apps/kapptemplate/kapptemplate-24.08.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kapptemplate/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/
@ 2024-10-04 22:35 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2024-10-04 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     e6436ee9c1b7a790458439a3a9f9cd82d4ef699a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  4 22:31:56 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct  4 22:35:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6436ee9

kde-apps/kapptemplate: drop 24.05.2

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kapptemplate/Manifest                    |  1 -
 kde-apps/kapptemplate/kapptemplate-24.05.2.ebuild | 31 -----------------------
 2 files changed, 32 deletions(-)

diff --git a/kde-apps/kapptemplate/Manifest b/kde-apps/kapptemplate/Manifest
index 24bbbe12d677..920da3d34964 100644
--- a/kde-apps/kapptemplate/Manifest
+++ b/kde-apps/kapptemplate/Manifest
@@ -1,2 +1 @@
-DIST kapptemplate-24.05.2.tar.xz 342776 BLAKE2B de0cabcbf85c4377cc4169bce90e42cb6da6c98e3b0f8e5a388f56b10e53ad8f24f2ed7a266cd3e5012ad1d890d93b5ffe20e3d1e0045f39d69979e825af9ea1 SHA512 b7ef76c7d7054c182650a3d8878d79eb8db3a781a840b5ef8a47cc685f02e77d7cfe3f2e576f009ec00377c5099444a9e113b952141b042bef7de6a9f3257362
 DIST kapptemplate-24.08.1.tar.xz 343088 BLAKE2B 3315e84c0538fd62c6cbd3da586f031dbdfbc87fd5fbf461075f0e0878a15239690fe24c3a83c082227b4a5d0daf9584dbaedbce188f46c4d0a3ab46539b3b7b SHA512 2005f403884e1bc2ef05b41b35d44022ba99f62cecba88f55ccb226f742be2756fc73d8c6d94a980ca7177381361ebcb88029aaf9dabf5ad50d9198aaaf832cb

diff --git a/kde-apps/kapptemplate/kapptemplate-24.05.2.ebuild b/kde-apps/kapptemplate/kapptemplate-24.05.2.ebuild
deleted file mode 100644
index 0cf53ab65fe7..000000000000
--- a/kde-apps/kapptemplate/kapptemplate-24.05.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="forceoptional"
-KFMIN=6.3.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Shell script to create the necessary framework to develop KDE applications"
-HOMEPAGE="https://apps.kde.org/kapptemplate/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-10-04 22:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-04 16:59 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-10-04 22:35 Andreas Sturmlechner
2024-09-19 18:34 Sam James
2024-09-02  7:17 Andreas Sturmlechner
2024-07-06 13:21 Jakov Smolić
2022-02-08 13:59 Andreas Sturmlechner
2021-11-12 18:54 Georgy Yakovlev
2021-09-27 14:14 Yixun Lan
2019-03-11 21:03 Andreas Sturmlechner
2017-05-06 20:05 Andreas Sturmlechner
2016-05-24 11:39 Mikle Kolyada
2016-04-28 15:48 Johannes Huber
2016-04-10 11:54 Johannes Huber
2016-04-10 11:54 Johannes Huber
2015-12-14 22:44 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox