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

commit:     8a0a1926241daad326e8b74f32f785b6e6655261
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 19 20:53:46 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Feb 19 20:53:46 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8a0a1926

[kde-apps/kollision] Frameworks merged to master

Package-Manager: portage-2.2.17

---
 kde-apps/kollision/kollision-9999.ebuild | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/kde-apps/kollision/kollision-9999.ebuild b/kde-apps/kollision/kollision-9999.ebuild
index 5c5d74e..eab952d 100644
--- a/kde-apps/kollision/kollision-9999.ebuild
+++ b/kde-apps/kollision/kollision-9999.ebuild
@@ -4,16 +4,26 @@
 
 EAPI=5
 
-KDE_HANDBOOK="optional"
-inherit kde4-base
+KDE_HANDBOOK=true
+inherit kde5
 
-DESCRIPTION="KDE: A simple ball dodging game"
+DESCRIPTION="Simple ball dodging game"
 HOMEPAGE="
 	http://www.kde.org/applications/games/kollision/
 	http://games.kde.org/game.php?game=kollision
 "
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
 
-DEPEND="$(add_kdeapps_dep libkdegames)"
+DEPEND="
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
+	$(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] 5+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kollision/
@ 2015-12-06  9:49 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2015-12-06  9:49 UTC (permalink / raw
  To: gentoo-commits

commit:     788515edc3ce93e0ebaa4e10d462d3ecbf97d6a2
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Dec  1 12:27:36 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 09:49:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=788515ed

kde-apps/kollision: Force handbook optional

Package-Manager: portage-2.2.26

 kde-apps/kollision/kollision-15.12.49.9999.ebuild | 2 +-
 kde-apps/kollision/kollision-9999.ebuild          | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kollision/kollision-15.12.49.9999.ebuild b/kde-apps/kollision/kollision-15.12.49.9999.ebuild
index 8c7b8b3..bdff1c2 100644
--- a/kde-apps/kollision/kollision-15.12.49.9999.ebuild
+++ b/kde-apps/kollision/kollision-15.12.49.9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-KDE_HANDBOOK=true
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="Simple ball dodging game"

diff --git a/kde-apps/kollision/kollision-9999.ebuild b/kde-apps/kollision/kollision-9999.ebuild
index 8c7b8b3..001e88e 100644
--- a/kde-apps/kollision/kollision-9999.ebuild
+++ b/kde-apps/kollision/kollision-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-KDE_HANDBOOK=true
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="Simple ball dodging game"
@@ -15,6 +15,7 @@ HOMEPAGE="
 KEYWORDS=""
 IUSE=""
 
+# FIXME: bogus upstream deps
 DEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kcoreaddons)


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

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

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

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

diff --git a/kde-apps/kollision/kollision-20.12.49.9999.ebuild b/kde-apps/kollision/kollision-20.12.49.9999.ebuild
index db84ff5430..295b5e6fc3 100644
--- a/kde-apps/kollision/kollision-20.12.49.9999.ebuild
+++ b/kde-apps/kollision/kollision-20.12.49.9999.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Simple ball dodging game"
 HOMEPAGE="https://apps.kde.org/en/kollision
-https://games.kde.org/game.php?game=kollision"
+https://games.kde.org/games/kollision"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kollision/kollision-9999.ebuild b/kde-apps/kollision/kollision-9999.ebuild
index db84ff5430..295b5e6fc3 100644
--- a/kde-apps/kollision/kollision-9999.ebuild
+++ b/kde-apps/kollision/kollision-9999.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Simple ball dodging game"
 HOMEPAGE="https://apps.kde.org/en/kollision
-https://games.kde.org/game.php?game=kollision"
+https://games.kde.org/games/kollision"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"


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

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

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

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

diff --git a/kde-apps/kollision/kollision-22.04.49.9999.ebuild b/kde-apps/kollision/kollision-22.04.49.9999.ebuild
index d199c168d9..8585fbabce 100644
--- a/kde-apps/kollision/kollision-22.04.49.9999.ebuild
+++ b/kde-apps/kollision/kollision-22.04.49.9999.ebuild
@@ -10,8 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Simple ball dodging game"
-HOMEPAGE="https://apps.kde.org/kollision/
-https://games.kde.org/games/kollision/"
+HOMEPAGE="https://apps.kde.org/kollision/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kollision/kollision-9999.ebuild b/kde-apps/kollision/kollision-9999.ebuild
index d199c168d9..8585fbabce 100644
--- a/kde-apps/kollision/kollision-9999.ebuild
+++ b/kde-apps/kollision/kollision-9999.ebuild
@@ -10,8 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Simple ball dodging game"
-HOMEPAGE="https://apps.kde.org/kollision/
-https://games.kde.org/games/kollision/"
+HOMEPAGE="https://apps.kde.org/kollision/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"


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

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

commit:     6db4ed7e4ba6ebdf53160aaddc29e2040206a538
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 17:37:21 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 17:37:21 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6db4ed7e

kde-apps/kollision: refresh deps

9999 only here. Upstream commit f366962de355edb83e5dc485f48d9579d301a0dc.

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

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

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


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-21 17:39 [gentoo-commits] proj/kde:master commit in: kde-apps/kollision/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-02-25 17:49 Sam James
2021-02-15 14:39 Andreas Sturmlechner
2015-12-06  9:49 Michael Palimaka
2015-02-19 20:56 Johannes Huber

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