public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/kolf/
@ 2015-07-21 21:10 Johannes Huber
  0 siblings, 0 replies; 12+ messages in thread
From: Johannes Huber @ 2015-07-21 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     c76936b8a16f6b87501af87cfb08bd41e0701b63
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 21 21:12:06 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 21 21:12:06 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c76936b8

[kde-apps/kolf] Add KF5 version

Package-Manager: portage-2.2.20

 kde-apps/kolf/kolf-5.9999.ebuild | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/kde-apps/kolf/kolf-5.9999.ebuild b/kde-apps/kolf/kolf-5.9999.ebuild
new file mode 100644
index 0000000..fa078c2
--- /dev/null
+++ b/kde-apps/kolf/kolf-5.9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK=true
+KDE_SELINUX_MODULE="games"
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="Minigolf game by KDE"
+HOMEPAGE="
+	http://www.kde.org/applications/games/kolf/
+	http://games.kde.org/game.php?game=kolf
+"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	$(add_kdeapps_dep libkdegames)
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+"
+
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolf/
@ 2016-04-04 22:51 Johannes Huber
  0 siblings, 0 replies; 12+ messages in thread
From: Johannes Huber @ 2016-04-04 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4f82a190cab20b27ed701b5fbbfa0264f4ee9b2c
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 22:31:51 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 22:31:51 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4f82a190

kde-apps/kolf: EAPI 6

Package-Manager: portage-2.2.28

 kde-apps/kolf/kolf-16.04.49.9999.ebuild | 8 +++++---
 kde-apps/kolf/kolf-5.9999.ebuild        | 2 +-
 kde-apps/kolf/kolf-9999.ebuild          | 8 +++++---
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/kde-apps/kolf/kolf-16.04.49.9999.ebuild b/kde-apps/kolf/kolf-16.04.49.9999.ebuild
index 605bdb4..cc288f5 100644
--- a/kde-apps/kolf/kolf-16.04.49.9999.ebuild
+++ b/kde-apps/kolf/kolf-16.04.49.9999.ebuild
@@ -2,13 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_HANDBOOK="optional"
 KDE_SELINUX_MODULE="games"
 inherit kde4-base
 
-DESCRIPTION="KDE Minigolf Game"
+DESCRIPTION="Minigolf Game by KDE"
 HOMEPAGE="
 	https://www.kde.org/applications/games/kolf/
 	https://games.kde.org/game.php?game=kolf
@@ -16,5 +16,7 @@ HOMEPAGE="
 KEYWORDS=""
 IUSE="debug"
 
-DEPEND="$(add_kdeapps_dep libkdegames)"
+DEPEND="
+	$(add_kdeapps_dep libkdegames)
+"
 RDEPEND="${DEPEND}"

diff --git a/kde-apps/kolf/kolf-5.9999.ebuild b/kde-apps/kolf/kolf-5.9999.ebuild
index 8ef6248..ba639f2 100644
--- a/kde-apps/kolf/kolf-5.9999.ebuild
+++ b/kde-apps/kolf/kolf-5.9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_HANDBOOK=true
 KDE_SELINUX_MODULE="games"

diff --git a/kde-apps/kolf/kolf-9999.ebuild b/kde-apps/kolf/kolf-9999.ebuild
index 605bdb4..cc288f5 100644
--- a/kde-apps/kolf/kolf-9999.ebuild
+++ b/kde-apps/kolf/kolf-9999.ebuild
@@ -2,13 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_HANDBOOK="optional"
 KDE_SELINUX_MODULE="games"
 inherit kde4-base
 
-DESCRIPTION="KDE Minigolf Game"
+DESCRIPTION="Minigolf Game by KDE"
 HOMEPAGE="
 	https://www.kde.org/applications/games/kolf/
 	https://games.kde.org/game.php?game=kolf
@@ -16,5 +16,7 @@ HOMEPAGE="
 KEYWORDS=""
 IUSE="debug"
 
-DEPEND="$(add_kdeapps_dep libkdegames)"
+DEPEND="
+	$(add_kdeapps_dep libkdegames)
+"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolf/
@ 2017-10-22 15:00 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2017-10-22 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a93fbda8e8e001c1aaa4784006cb262ab49af163
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 22 14:02:53 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 14:02:53 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a93fbda8

kde-apps/kolf: Frameworks merged to master

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 kde-apps/kolf/kolf-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/kde-apps/kolf/kolf-9999.ebuild b/kde-apps/kolf/kolf-9999.ebuild
index 16db3f6281..8a524b38ce 100644
--- a/kde-apps/kolf/kolf-9999.ebuild
+++ b/kde-apps/kolf/kolf-9999.ebuild
@@ -3,9 +3,8 @@
 
 EAPI=6
 
-KDE_HANDBOOK=true
+KDE_HANDBOOK="true"
 KDE_SELINUX_MODULE="games"
-EGIT_BRANCH="frameworks"
 inherit kde5
 
 DESCRIPTION="Minigolf game by KDE"
@@ -31,5 +30,4 @@ DEPEND="
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 "
-
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolf/
@ 2017-11-12 15:23 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2017-11-12 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     3fae2f8cffa78bd5dc798c067248b3422d6717a6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 22 14:39:44 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 15:22:59 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3fae2f8c

kde-apps/kolf: Add kde4-l10n blocker

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 kde-apps/kolf/kolf-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-apps/kolf/kolf-9999.ebuild b/kde-apps/kolf/kolf-9999.ebuild
index 8a524b38ce..1aa82c02c3 100644
--- a/kde-apps/kolf/kolf-9999.ebuild
+++ b/kde-apps/kolf/kolf-9999.ebuild
@@ -30,4 +30,6 @@ DEPEND="
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	!kde-apps/kde4-l10n
+"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolf/
@ 2018-09-10 20:07 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2018-09-10 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     c8a7ec6c48bf7b886d7e316ea0353b6229a340b6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 11:12:34 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 20:00:05 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c8a7ec6c

kde-apps/kolf: Add missing DEPEND

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 kde-apps/kolf/kolf-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kolf/kolf-9999.ebuild b/kde-apps/kolf/kolf-9999.ebuild
index 473aca0df4..6bf1767a4b 100644
--- a/kde-apps/kolf/kolf-9999.ebuild
+++ b/kde-apps/kolf/kolf-9999.ebuild
@@ -29,6 +29,7 @@ DEPEND="
 	$(add_kdeapps_dep libkdegames)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
+	media-libs/phonon
 "
 RDEPEND="${DEPEND}
 	!kde-apps/kde4-l10n


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolf/
@ 2018-11-18 11:57 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2018-11-18 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     44d5d4f1062f89de1d8d72bd745ec2b7d7f9c992
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 18 11:34:48 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 11:34:48 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=44d5d4f1

kde-apps/kolf: Add new DEPEND

Upstream commit b15eb642396f6deeaec5b2e4bc6384116f353980

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

 kde-apps/kolf/kolf-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-apps/kolf/kolf-9999.ebuild b/kde-apps/kolf/kolf-9999.ebuild
index e04c39613e..590588d0e2 100644
--- a/kde-apps/kolf/kolf-9999.ebuild
+++ b/kde-apps/kolf/kolf-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,6 +24,7 @@ DEPEND="
 	$(add_frameworks_dep kdbusaddons)
 	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep ktextwidgets)
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kxmlgui)
 	$(add_kdeapps_dep libkdegames)


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolf/
@ 2018-11-18 11:57 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2018-11-18 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     4c34adf5ed42440f17717f7951cba82149bea4bd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 18 11:36:08 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 11:36:08 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4c34adf5

kde-apps/kolf: Drop unused DEPEND

Upstream commit 3feffd64a7b5a994e0a61b410c02b01535ae4076

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

 kde-apps/kolf/kolf-18.11.80.ebuild      | 1 -
 kde-apps/kolf/kolf-18.12.49.9999.ebuild | 1 -
 kde-apps/kolf/kolf-9999.ebuild          | 1 -
 3 files changed, 3 deletions(-)

diff --git a/kde-apps/kolf/kolf-18.11.80.ebuild b/kde-apps/kolf/kolf-18.11.80.ebuild
index fbb5d8028a..8490eeb3fe 100644
--- a/kde-apps/kolf/kolf-18.11.80.ebuild
+++ b/kde-apps/kolf/kolf-18.11.80.ebuild
@@ -29,7 +29,6 @@ DEPEND="
 	$(add_kdeapps_dep libkdegames)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
-	media-libs/phonon
 "
 RDEPEND="${DEPEND}
 	!kde-apps/kde4-l10n

diff --git a/kde-apps/kolf/kolf-18.12.49.9999.ebuild b/kde-apps/kolf/kolf-18.12.49.9999.ebuild
index d0767668d7..b512aa1ebf 100644
--- a/kde-apps/kolf/kolf-18.12.49.9999.ebuild
+++ b/kde-apps/kolf/kolf-18.12.49.9999.ebuild
@@ -29,7 +29,6 @@ DEPEND="
 	$(add_kdeapps_dep libkdegames)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
-	media-libs/phonon
 "
 RDEPEND="${DEPEND}
 	!kde-apps/kde4-l10n

diff --git a/kde-apps/kolf/kolf-9999.ebuild b/kde-apps/kolf/kolf-9999.ebuild
index 590588d0e2..ef53be03e5 100644
--- a/kde-apps/kolf/kolf-9999.ebuild
+++ b/kde-apps/kolf/kolf-9999.ebuild
@@ -30,7 +30,6 @@ DEPEND="
 	$(add_kdeapps_dep libkdegames)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
-	media-libs/phonon
 "
 RDEPEND="${DEPEND}
 	!kde-apps/kde4-l10n


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolf/
@ 2018-12-01 21:51 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2018-12-01 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     08afda694d8082340edf0a7ac03f592ec3b830d9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  1 21:30:04 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  1 21:30:04 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=08afda69

kde-apps/kolf: Drop unused DEPEND, kdelibs4support--

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

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

diff --git a/kde-apps/kolf/kolf-9999.ebuild b/kde-apps/kolf/kolf-9999.ebuild
index ef53be03e5..b791f7e166 100644
--- a/kde-apps/kolf/kolf-9999.ebuild
+++ b/kde-apps/kolf/kolf-9999.ebuild
@@ -22,8 +22,8 @@ DEPEND="
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kcrash)
 	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kjobwidgets)
 	$(add_frameworks_dep ktextwidgets)
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kxmlgui)


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolf/
@ 2021-02-15 14:39 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2021-02-15 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     533cf75bfa559438a589448f6d3674d5775d9e3b
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Feb 13 10:00:01 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 14:12:20 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=533cf75b

kde-apps/kolf: fix HOMEPAGE

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kolf/kolf-20.12.49.9999.ebuild | 2 +-
 kde-apps/kolf/kolf-9999.ebuild          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kolf/kolf-20.12.49.9999.ebuild b/kde-apps/kolf/kolf-20.12.49.9999.ebuild
index 9175fee30e..ca38f9b12f 100644
--- a/kde-apps/kolf/kolf-20.12.49.9999.ebuild
+++ b/kde-apps/kolf/kolf-20.12.49.9999.ebuild
@@ -12,7 +12,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Minigolf game by KDE"
 HOMEPAGE="https://apps.kde.org/en/kolf
-https://games.kde.org/game.php?game=kolf"
+https://games.kde.org/games/kolf"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kolf/kolf-9999.ebuild b/kde-apps/kolf/kolf-9999.ebuild
index 9175fee30e..ca38f9b12f 100644
--- a/kde-apps/kolf/kolf-9999.ebuild
+++ b/kde-apps/kolf/kolf-9999.ebuild
@@ -12,7 +12,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Minigolf game by KDE"
 HOMEPAGE="https://apps.kde.org/en/kolf
-https://games.kde.org/game.php?game=kolf"
+https://games.kde.org/games/kolf"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolf/
@ 2022-04-21 17:39 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2022-04-21 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     d4cfcd3b2db9ec8799f2d458d5fe67bdf0cc17cb
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Apr 18 14:12:16 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 17:37:38 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4cfcd3b

kde-apps/kolf: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kolf/kolf-22.04.49.9999.ebuild | 3 +--
 kde-apps/kolf/kolf-9999.ebuild          | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kolf/kolf-22.04.49.9999.ebuild b/kde-apps/kolf/kolf-22.04.49.9999.ebuild
index 56c4b3c30b..666cbac57f 100644
--- a/kde-apps/kolf/kolf-22.04.49.9999.ebuild
+++ b/kde-apps/kolf/kolf-22.04.49.9999.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Minigolf game by KDE"
-HOMEPAGE="https://apps.kde.org/kolf/
-https://games.kde.org/games/kolf/"
+HOMEPAGE="https://apps.kde.org/kolf/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kolf/kolf-9999.ebuild b/kde-apps/kolf/kolf-9999.ebuild
index 56c4b3c30b..666cbac57f 100644
--- a/kde-apps/kolf/kolf-9999.ebuild
+++ b/kde-apps/kolf/kolf-9999.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Minigolf game by KDE"
-HOMEPAGE="https://apps.kde.org/kolf/
-https://games.kde.org/games/kolf/"
+HOMEPAGE="https://apps.kde.org/kolf/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolf/
@ 2022-04-21 22:38 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2022-04-21 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8628b0c04643b4cdc73a27f393c7b9a81fec8119
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 22:24:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 22:24:58 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8628b0c0

kde-apps/kolf: add kde-frameworks/kio dep

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

 kde-apps/kolf/kolf-22.04.49.9999.ebuild | 1 +
 kde-apps/kolf/kolf-9999.ebuild          | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/kolf/kolf-22.04.49.9999.ebuild b/kde-apps/kolf/kolf-22.04.49.9999.ebuild
index 666cbac57f..94eef1aed9 100644
--- a/kde-apps/kolf/kolf-22.04.49.9999.ebuild
+++ b/kde-apps/kolf/kolf-22.04.49.9999.ebuild
@@ -29,6 +29,7 @@ DEPEND="
 	>=kde-frameworks/kcrash-${KFMIN}:5
 	>=kde-frameworks/kdbusaddons-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
 	>=kde-frameworks/kjobwidgets-${KFMIN}:5
 	>=kde-frameworks/ktextwidgets-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5

diff --git a/kde-apps/kolf/kolf-9999.ebuild b/kde-apps/kolf/kolf-9999.ebuild
index 666cbac57f..94eef1aed9 100644
--- a/kde-apps/kolf/kolf-9999.ebuild
+++ b/kde-apps/kolf/kolf-9999.ebuild
@@ -29,6 +29,7 @@ DEPEND="
 	>=kde-frameworks/kcrash-${KFMIN}:5
 	>=kde-frameworks/kdbusaddons-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
 	>=kde-frameworks/kjobwidgets-${KFMIN}:5
 	>=kde-frameworks/ktextwidgets-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolf/
@ 2024-02-25 17:49 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-02-25 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     539193b0dfcc4ebf7e2a5deb53842d71ca7490ac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 17:35:41 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 17:35:41 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=539193b0

kde-apps/kolf: refresh deps

9999 only again here. Upstream commit fcee5e780cb37f48642d35d1c465c6f764d56a46.

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

 kde-apps/kolf/kolf-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/kolf/kolf-9999.ebuild b/kde-apps/kolf/kolf-9999.ebuild
index e2cf52c5a1..5f7b90ca27 100644
--- a/kde-apps/kolf/kolf-9999.ebuild
+++ b/kde-apps/kolf/kolf-9999.ebuild
@@ -35,3 +35,5 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
 "
 RDEPEND="${DEPEND}"
+# TODO: || ( 7zip gzip )
+BDEPEND="app-alternatives/gzip"


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

end of thread, other threads:[~2024-02-25 17:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-12 15:23 [gentoo-commits] proj/kde:master commit in: kde-apps/kolf/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-02-25 17:49 Sam James
2022-04-21 22:38 Sam James
2022-04-21 17:39 Andreas Sturmlechner
2021-02-15 14:39 Andreas Sturmlechner
2018-12-01 21:51 Andreas Sturmlechner
2018-11-18 11:57 Andreas Sturmlechner
2018-11-18 11:57 Andreas Sturmlechner
2018-09-10 20:07 Andreas Sturmlechner
2017-10-22 15:00 Andreas Sturmlechner
2016-04-04 22:51 Johannes Huber
2015-07-21 21:10 Johannes Huber

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