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

commit:     914d4f25e9f3d836ea094e88ce8573a1c0d4b05b
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  2 20:28:55 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar  2 20:28:55 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=914d4f25

[kde-apps/kjumpingcube] Ported to KF5

Package-Manager: portage-2.2.17

---
 kde-apps/kjumpingcube/kjumpingcube-9999.ebuild | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

diff --git a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
index da6a862..88e51ae 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
@@ -4,17 +4,29 @@
 
 EAPI=5
 
-KDE_HANDBOOK="optional"
+KDE_HANDBOOK=true
 KDE_SELINUX_MODULE="games"
-inherit kde4-base
+inherit kde5
 
-DESCRIPTION="KDE: Tactical one or two player game"
+DESCRIPTION="Tactical one or two player game"
 HOMEPAGE="
 	http://www.kde.org/applications/games/kjumpingcube/
 	http://games.kde.org/game.php?game=kjumpingcube
 "
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
 
-DEPEND="$(add_kdeapps_dep libkdegames)"
+DEPEND="
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(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/qtsvg:5
+	dev-qt/qtwidgets:5
+"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kjumpingcube/
@ 2016-03-26 18:57 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2016-03-26 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d23c27fd17accac935c84e87d6104f0b518d0889
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 18:48:08 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 18:57:19 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d23c27fd

kde-apps/kjumpingcube: drop unneeded KDE_PUNT_BOGUS_DEPS

Package-Manager: portage-2.2.28

 kde-apps/kjumpingcube/kjumpingcube-16.04.49.9999.ebuild | 1 -
 kde-apps/kjumpingcube/kjumpingcube-9999.ebuild          | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-apps/kjumpingcube/kjumpingcube-16.04.49.9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-16.04.49.9999.ebuild
index 1ac6d47..61215a8 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-16.04.49.9999.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-16.04.49.9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=6
 
 KDE_HANDBOOK="true"
-KDE_PUNT_BOGUS_DEPS="true"
 KDE_SELINUX_MODULE="games"
 inherit kde5
 

diff --git a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
index 1ac6d47..61215a8 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=6
 
 KDE_HANDBOOK="true"
-KDE_PUNT_BOGUS_DEPS="true"
 KDE_SELINUX_MODULE="games"
 inherit kde5
 


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kjumpingcube/
@ 2016-03-26 19:06 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2016-03-26 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     52ffe7b3d8809fc5396235e6cdb5bf9993813179
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 19:06:30 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 19:06:30 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=52ffe7b3

kde-apps/kjumpingcube: add missing dependency

Package-Manager: portage-2.2.28

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

diff --git a/kde-apps/kjumpingcube/kjumpingcube-16.04.49.9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-16.04.49.9999.ebuild
index 61215a8..b198296 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-16.04.49.9999.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-16.04.49.9999.ebuild
@@ -21,6 +21,7 @@ DEPEND="
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kcrash)
+	$(add_frameworks_dep kdbusaddons)
 	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kwidgetsaddons)

diff --git a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
index 61215a8..b198296 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
@@ -21,6 +21,7 @@ DEPEND="
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kcrash)
+	$(add_frameworks_dep kdbusaddons)
 	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kwidgetsaddons)


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kjumpingcube/
@ 2016-06-02 14:13 Johannes Huber
  0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2016-06-02 14:13 UTC (permalink / raw
  To: gentoo-commits

commit:     006b12d169013d6ef507f9289e00fefb5fdfb904
Author:     Andrius Štikonas <andrius <AT> stikonas <DOT> eu>
AuthorDate: Wed Jun  1 20:27:03 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 14:12:49 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=006b12d1

kde-apps/kjumpingcube: Fix dependencies

Signed-off-by: Johannes Huber <johu <AT> gentoo.org>

 kde-apps/kjumpingcube/kjumpingcube-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
index b198296..76b1046 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
@@ -22,7 +22,6 @@ DEPEND="
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kcrash)
 	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kxmlgui)


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kjumpingcube/
@ 2019-02-09  9:56 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2019-02-09  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     767e4344d4c22c274fefc644b3c9e888841a3c21
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  9 00:25:40 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb  9 09:55:41 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=767e4344

kde-apps/kjumpingcube: Set KDE_HANDBOOK to forceoptional

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

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

diff --git a/kde-apps/kjumpingcube/kjumpingcube-18.12.49.9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-18.12.49.9999.ebuild
index 333ce95b08..4d9f6410fd 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-18.12.49.9999.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-18.12.49.9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
 KDE_SELINUX_MODULE="games"
 inherit kde5
 

diff --git a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
index 333ce95b08..4d9f6410fd 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
 KDE_SELINUX_MODULE="games"
 inherit kde5
 


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

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

commit:     42f6486c4fb96165d8f33cfd1538b6477a8db5f7
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Feb 13 09:59:10 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 14:12:06 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=42f6486c

kde-apps/kjumpingcube: 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/kjumpingcube/kjumpingcube-20.12.49.9999.ebuild | 2 +-
 kde-apps/kjumpingcube/kjumpingcube-9999.ebuild          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kjumpingcube/kjumpingcube-20.12.49.9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-20.12.49.9999.ebuild
index fbd5bc913b..9a7728517d 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-20.12.49.9999.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-20.12.49.9999.ebuild
@@ -12,7 +12,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Tactical one or two player game"
 HOMEPAGE="https://apps.kde.org/en/kjumpingcube
-https://games.kde.org/game.php?game=kjumpingcube"
+https://games.kde.org/games/kjumpingcube"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
index fbd5bc913b..9a7728517d 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
@@ -12,7 +12,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Tactical one or two player game"
 HOMEPAGE="https://apps.kde.org/en/kjumpingcube
-https://games.kde.org/game.php?game=kjumpingcube"
+https://games.kde.org/games/kjumpingcube"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"


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

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

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

kde-apps/kjumpingcube: 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/kjumpingcube/kjumpingcube-22.04.49.9999.ebuild | 3 +--
 kde-apps/kjumpingcube/kjumpingcube-9999.ebuild          | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kjumpingcube/kjumpingcube-22.04.49.9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-22.04.49.9999.ebuild
index 5c40111de7..8675e7fee4 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-22.04.49.9999.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-22.04.49.9999.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Tactical one or two player game"
-HOMEPAGE="https://apps.kde.org/kjumpingcube/
-https://games.kde.org/games/kjumpingcube/"
+HOMEPAGE="https://apps.kde.org/kjumpingcube/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
index 5c40111de7..8675e7fee4 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Tactical one or two player game"
-HOMEPAGE="https://apps.kde.org/kjumpingcube/
-https://games.kde.org/games/kjumpingcube/"
+HOMEPAGE="https://apps.kde.org/kjumpingcube/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"


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

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

commit:     8c5f7380705470e7db703642dade127d416d60d6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 22:26:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 22:26:46 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c5f7380

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

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

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

diff --git a/kde-apps/kjumpingcube/kjumpingcube-22.04.49.9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-22.04.49.9999.ebuild
index 8675e7fee4..bc8bd2338f 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-22.04.49.9999.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-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/kwidgetsaddons-${KFMIN}:5
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 "

diff --git a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
index 8675e7fee4..bc8bd2338f 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-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/kwidgetsaddons-${KFMIN}:5
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 "


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kjumpingcube/
@ 2023-09-14 21:15 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2023-09-14 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     404d85cf6c186f5d2f5b4eb96b2eebfab25397f4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 20:45:15 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 21:14:28 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=404d85cf

kde-apps/kjumpingcube: Add missing dependency

Closes: https://bugs.gentoo.org/914126
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/kde-apps/kjumpingcube/kjumpingcube-23.08.49.9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-23.08.49.9999.ebuild
index e1dfbc7fdb..ad639d19da 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-23.08.49.9999.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-23.08.49.9999.ebuild
@@ -30,6 +30,7 @@ DEPEND="
 	>=kde-frameworks/kdbusaddons-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
 	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kjobwidgets-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 "

diff --git a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
index e1dfbc7fdb..ad639d19da 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild
@@ -30,6 +30,7 @@ DEPEND="
 	>=kde-frameworks/kdbusaddons-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
 	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kjobwidgets-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 "


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

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

commit:     80c792e989851879448c2419e5ac6dcf869f42d8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 14:14:47 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 14:14:47 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=80c792e9

kde-apps/kjumpingcube: refresh deps

This is for 9999 only. Upstream commit 23af07affc746aa8bba01a5af7d3868232db1818.

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

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

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


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-15 14:39 [gentoo-commits] proj/kde:master commit in: kde-apps/kjumpingcube/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-02-25 17:21 Sam James
2023-09-14 21:15 Andreas Sturmlechner
2022-04-21 22:38 Sam James
2022-04-21 17:39 Andreas Sturmlechner
2019-02-09  9:56 Andreas Sturmlechner
2016-06-02 14:13 Johannes Huber
2016-03-26 19:06 Michael Palimaka
2016-03-26 18:57 Michael Palimaka
2015-03-02 20:34 Johannes Huber

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