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

commit:     628f2caeed1fa700c1561a5f2eef34350c18f5e9
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 20:57:02 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 20:57:02 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=628f2cae

[kde-apps/ksquares] Ported to KF5

Package-Manager: portage-2.2.17

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

diff --git a/kde-apps/ksquares/ksquares-9999.ebuild b/kde-apps/ksquares/ksquares-9999.ebuild
index 2315548..eb51a00 100644
--- a/kde-apps/ksquares/ksquares-9999.ebuild
+++ b/kde-apps/ksquares/ksquares-9999.ebuild
@@ -4,16 +4,28 @@
 
 EAPI=5
 
-KDE_HANDBOOK="optional"
-inherit kde4-base
+KDE_HANDBOOK=true
+inherit kde5
 
-DESCRIPTION="KSquares is an implementation of the game squares for KDE4"
+DESCRIPTION="KDE clone of the game squares"
 HOMEPAGE="
 	http://www.kde.org/applications/games/ksquares/
 	http://games.kde.org/game.php?game=ksquares
 "
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
 
-DEPEND="$(add_kdeapps_dep libkdegames)"
+DEPEND="
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(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] 6+ messages in thread

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

commit:     b8107c0dbf81c82ae8567fb5626af23a8d3542f2
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Dec  1 14:12:28 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 09:49:05 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b8107c0d

kde-apps/ksquares: force handbook optional, punt bogus deps

Package-Manager: portage-2.2.26

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

diff --git a/kde-apps/ksquares/ksquares-15.12.49.9999.ebuild b/kde-apps/ksquares/ksquares-15.12.49.9999.ebuild
index b6f189e..7f76cc0 100644
--- a/kde-apps/ksquares/ksquares-15.12.49.9999.ebuild
+++ b/kde-apps/ksquares/ksquares-15.12.49.9999.ebuild
@@ -4,7 +4,8 @@
 
 EAPI=5
 
-KDE_HANDBOOK=true
+KDE_HANDBOOK="forceoptional"
+KDE_PUNT_BOGUS_DEPS="true"
 inherit kde5
 
 DESCRIPTION="KDE clone of the game squares"

diff --git a/kde-apps/ksquares/ksquares-9999.ebuild b/kde-apps/ksquares/ksquares-9999.ebuild
index b6f189e..7f76cc0 100644
--- a/kde-apps/ksquares/ksquares-9999.ebuild
+++ b/kde-apps/ksquares/ksquares-9999.ebuild
@@ -4,7 +4,8 @@
 
 EAPI=5
 
-KDE_HANDBOOK=true
+KDE_HANDBOOK="forceoptional"
+KDE_PUNT_BOGUS_DEPS="true"
 inherit kde5
 
 DESCRIPTION="KDE clone of the game squares"


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

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

commit:     2a0efc75de4ef6a17628b1f0754b46a401e9be2e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 18:48:59 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=2a0efc75

kde-apps/ksquares: drop unneeded KDE_PUNT_BOGUS_DEPS

Package-Manager: portage-2.2.28

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

diff --git a/kde-apps/ksquares/ksquares-16.04.49.9999.ebuild b/kde-apps/ksquares/ksquares-16.04.49.9999.ebuild
index 179d753..9e5bf58 100644
--- a/kde-apps/ksquares/ksquares-16.04.49.9999.ebuild
+++ b/kde-apps/ksquares/ksquares-16.04.49.9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
-KDE_PUNT_BOGUS_DEPS="true"
 inherit kde5
 
 DESCRIPTION="KDE clone of the game squares"

diff --git a/kde-apps/ksquares/ksquares-9999.ebuild b/kde-apps/ksquares/ksquares-9999.ebuild
index 179d753..9e5bf58 100644
--- a/kde-apps/ksquares/ksquares-9999.ebuild
+++ b/kde-apps/ksquares/ksquares-9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
-KDE_PUNT_BOGUS_DEPS="true"
 inherit kde5
 
 DESCRIPTION="KDE clone of the game squares"


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

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

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

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

diff --git a/kde-apps/ksquares/ksquares-20.12.49.9999.ebuild b/kde-apps/ksquares/ksquares-20.12.49.9999.ebuild
index ddb51d9cc8..68e7542e51 100644
--- a/kde-apps/ksquares/ksquares-20.12.49.9999.ebuild
+++ b/kde-apps/ksquares/ksquares-20.12.49.9999.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org
 
 DESCRIPTION="KDE clone of the game squares"
 HOMEPAGE="https://apps.kde.org/en/ksquares
-https://games.kde.org/game.php?game=ksquares"
+https://games.kde.org/games/ksquares"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/ksquares/ksquares-9999.ebuild b/kde-apps/ksquares/ksquares-9999.ebuild
index ddb51d9cc8..68e7542e51 100644
--- a/kde-apps/ksquares/ksquares-9999.ebuild
+++ b/kde-apps/ksquares/ksquares-9999.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org
 
 DESCRIPTION="KDE clone of the game squares"
 HOMEPAGE="https://apps.kde.org/en/ksquares
-https://games.kde.org/game.php?game=ksquares"
+https://games.kde.org/games/ksquares"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/ksquares/
@ 2022-03-24 11:59 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2022-03-24 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     f1f6cc0dd4b382561be62ac106207cedac316b7b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 09:55:59 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 10:07:23 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f1f6cc0d

kde-apps/ksquares: Set ECM_HANDBOOK=optional

Upstream commit 585296cf7f92f2d9bc9f22224b99c95f77563a1d

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

 kde-apps/ksquares/ksquares-9999.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-apps/ksquares/ksquares-9999.ebuild b/kde-apps/ksquares/ksquares-9999.ebuild
index 2eef9e8168..7bee4938de 100644
--- a/kde-apps/ksquares/ksquares-9999.ebuild
+++ b/kde-apps/ksquares/ksquares-9999.ebuild
@@ -3,15 +3,14 @@
 
 EAPI=8
 
-ECM_HANDBOOK="forceoptional"
+ECM_HANDBOOK="optional"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.92.0
 QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="KDE clone of the game squares"
-HOMEPAGE="https://apps.kde.org/ksquares/
-https://games.kde.org/games/ksquares/"
+HOMEPAGE="https://apps.kde.org/ksquares/ https://games.kde.org/games/ksquares/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"


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

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

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

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

diff --git a/kde-apps/ksquares/ksquares-22.04.49.9999.ebuild b/kde-apps/ksquares/ksquares-22.04.49.9999.ebuild
index 7bee4938de..2bef631c03 100644
--- a/kde-apps/ksquares/ksquares-22.04.49.9999.ebuild
+++ b/kde-apps/ksquares/ksquares-22.04.49.9999.ebuild
@@ -10,7 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="KDE clone of the game squares"
-HOMEPAGE="https://apps.kde.org/ksquares/ https://games.kde.org/games/ksquares/"
+HOMEPAGE="https://apps.kde.org/ksquares/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/ksquares/ksquares-9999.ebuild b/kde-apps/ksquares/ksquares-9999.ebuild
index 7bee4938de..2bef631c03 100644
--- a/kde-apps/ksquares/ksquares-9999.ebuild
+++ b/kde-apps/ksquares/ksquares-9999.ebuild
@@ -10,7 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="KDE clone of the game squares"
-HOMEPAGE="https://apps.kde.org/ksquares/ https://games.kde.org/games/ksquares/"
+HOMEPAGE="https://apps.kde.org/ksquares/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"


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

end of thread, other threads:[~2022-04-21 17:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-22 20:58 [gentoo-commits] proj/kde:master commit in: kde-apps/ksquares/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2015-12-06  9:49 Michael Palimaka
2016-03-26 18:57 Michael Palimaka
2021-02-15 14:39 Andreas Sturmlechner
2022-03-24 11:59 Andreas Sturmlechner
2022-04-21 17:39 Andreas Sturmlechner

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