* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kpat/
@ 2018-09-08 12:09 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2018-09-08 12:09 UTC (permalink / raw
To: gentoo-commits
commit: 7efef47c063ef348a3fa35423006b9be56862921
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 8 12:02:51 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 8 12:03:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7efef47c
kde-apps/kpat: Add FRAMEWORKS_MINIMAL,QT_MINIMAL defs
This remains as latest avail. version until bug 656408 is solved.
Avoid future metadata regeneration caused by global updates.
Package-Manager: Portage-2.3.49, Repoman-2.3.10
kde-apps/kpat/kpat-18.04.3.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kde-apps/kpat/kpat-18.04.3.ebuild b/kde-apps/kpat/kpat-18.04.3.ebuild
index 163e9aafd78..a023a866ad0 100644
--- a/kde-apps/kpat/kpat-18.04.3.ebuild
+++ b/kde-apps/kpat/kpat-18.04.3.ebuild
@@ -3,6 +3,8 @@
EAPI=6
+FRAMEWORKS_MINIMAL="5.46.0"
+QT_MINIMAL="5.9.4"
KDE_HANDBOOK="forceoptional"
KDE_SELINUX_MODULE="games"
inherit kde5
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kpat/
@ 2019-01-09 10:00 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2019-01-09 10:00 UTC (permalink / raw
To: gentoo-commits
commit: a7fa0527cba9423fdd39ffa5e2a26e84fc27903c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 9 09:57:38 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 9 09:57:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7fa0527
kde-apps/kpat: Move slot 4 blocker here
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kpat/kpat-18.04.3.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kpat/kpat-18.04.3.ebuild b/kde-apps/kpat/kpat-18.04.3.ebuild
index f6681caac28..24d04644fc6 100644
--- a/kde-apps/kpat/kpat-18.04.3.ebuild
+++ b/kde-apps/kpat/kpat-18.04.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -33,6 +33,8 @@ DEPEND="
$(add_qt_dep qtwidgets)
x11-misc/shared-mime-info
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !kde-apps/kpat:4
+"
PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kpat/
@ 2019-03-05 0:12 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2019-03-05 0:12 UTC (permalink / raw
To: gentoo-commits
commit: 16bf70942e4e0a3835953c6193e9986f2f6481c1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 4 21:53:00 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 5 00:12:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bf7094
kde-apps/kpat: EAPI-7 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kpat/kpat-18.04.3-r1.ebuild | 37 ++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/kde-apps/kpat/kpat-18.04.3-r1.ebuild b/kde-apps/kpat/kpat-18.04.3-r1.ebuild
new file mode 100644
index 00000000000..308c1f36175
--- /dev/null
+++ b/kde-apps/kpat/kpat-18.04.3-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+KDE_SELINUX_MODULE="games"
+inherit kde5
+
+DESCRIPTION="KDE patience game"
+HOMEPAGE="https://games.kde.org/game.php?game=kpat"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep libkdegames)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kpat:4
+"
+
+PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kpat/
@ 2019-03-07 13:36 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2019-03-07 13:36 UTC (permalink / raw
To: gentoo-commits
commit: 2bc1758152e6fdb0efef1dc0cfcdc530c51da59d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 7 13:36:22 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 7 13:36:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc17581
kde-apps/kpat: Restore KEYWORDS
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
kde-apps/kpat/kpat-18.04.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kpat/kpat-18.04.3-r1.ebuild b/kde-apps/kpat/kpat-18.04.3-r1.ebuild
index 308c1f36175..f22aff22bd3 100644
--- a/kde-apps/kpat/kpat-18.04.3-r1.ebuild
+++ b/kde-apps/kpat/kpat-18.04.3-r1.ebuild
@@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="KDE patience game"
HOMEPAGE="https://games.kde.org/game.php?game=kpat"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kpat/
@ 2019-03-23 0:44 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2019-03-23 0:44 UTC (permalink / raw
To: gentoo-commits
commit: b8c21b0b118de4a96d7bf57b036cd70412d8d1ed
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 20:26:33 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 00:43:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c21b0b
kde-apps/kpat: Freeze FRAMEWORKS_MINIMAL and QT_MINIMAL
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kpat/kpat-18.04.3-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kde-apps/kpat/kpat-18.04.3-r1.ebuild b/kde-apps/kpat/kpat-18.04.3-r1.ebuild
index cebb746d81c..81b994876b3 100644
--- a/kde-apps/kpat/kpat-18.04.3-r1.ebuild
+++ b/kde-apps/kpat/kpat-18.04.3-r1.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+FRAMEWORKS_MINIMAL="5.54.0"
+QT_MINIMAL="5.11.1"
KDE_HANDBOOK="forceoptional"
KDE_SELINUX_MODULE="games"
inherit kde5
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kpat/
@ 2020-11-25 13:17 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2020-11-25 13:17 UTC (permalink / raw
To: gentoo-commits
commit: 535d1ba643b6c39ee84d6a531c16cf3567abe538
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 12:14:02 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 13:17:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535d1ba6
kde-apps/kpat: Set VIRTUALX_REQUIRED="test"
Reported-by: Frank Krömmelbein <kroemmelbein <AT> gmx.de>
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kpat/kpat-20.08.3.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/kpat/kpat-20.08.3.ebuild b/kde-apps/kpat/kpat-20.08.3.ebuild
index 0384b551bc6..f27bb34d7e4 100644
--- a/kde-apps/kpat/kpat-20.08.3.ebuild
+++ b/kde-apps/kpat/kpat-20.08.3.ebuild
@@ -9,6 +9,7 @@ KDE_SELINUX_MODULE="games"
PVCUT=$(ver_cut 1-3)
KFMIN=5.74.0
QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
inherit ecm kde.org
DESCRIPTION="KDE patience game"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kpat/
@ 2021-02-13 13:11 Conrad Kostecki
0 siblings, 0 replies; 10+ messages in thread
From: Conrad Kostecki @ 2021-02-13 13:11 UTC (permalink / raw
To: gentoo-commits
commit: abdbad613c62f1fc930c9bf04d23b28c1e7d6121
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Feb 13 09:50:32 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 13:10:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abdbad61
kde-apps/kpat: fix HOMEPAGE
Closes: https://github.com/gentoo/gentoo/pull/19445
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
kde-apps/kpat/kpat-20.08.3.ebuild | 4 ++--
kde-apps/kpat/kpat-20.12.2.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kpat/kpat-20.08.3.ebuild b/kde-apps/kpat/kpat-20.08.3.ebuild
index 070069c7ec2..0092ff1c91f 100644
--- a/kde-apps/kpat/kpat-20.08.3.ebuild
+++ b/kde-apps/kpat/kpat-20.08.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ inherit ecm kde.org
DESCRIPTION="KDE patience game"
HOMEPAGE="https://apps.kde.org/en/kpat
-https://games.kde.org/game.php?game=kpat"
+https://games.kde.org/games/kpat"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
diff --git a/kde-apps/kpat/kpat-20.12.2.ebuild b/kde-apps/kpat/kpat-20.12.2.ebuild
index ed44b0c04a3..71dcd0feae8 100644
--- a/kde-apps/kpat/kpat-20.12.2.ebuild
+++ b/kde-apps/kpat/kpat-20.12.2.ebuild
@@ -14,7 +14,7 @@ inherit ecm kde.org
DESCRIPTION="KDE patience game"
HOMEPAGE="https://apps.kde.org/en/kpat
-https://games.kde.org/game.php?game=kpat"
+https://games.kde.org/games/kpat"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kpat/
@ 2021-09-17 7:51 Yixun Lan
0 siblings, 0 replies; 10+ messages in thread
From: Yixun Lan @ 2021-09-17 7:51 UTC (permalink / raw
To: gentoo-commits
commit: 3e83fd1c318e6c2551744f6581feaf7088902277
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Thu Sep 16 11:31:06 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Sep 17 07:51:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e83fd1c
kde-apps/kpat: 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/kpat/kpat-21.08.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kpat/kpat-21.08.1.ebuild b/kde-apps/kpat/kpat-21.08.1.ebuild
index 5b44203f3b1..b0365a45459 100644
--- a/kde-apps/kpat/kpat-21.08.1.ebuild
+++ b/kde-apps/kpat/kpat-21.08.1.ebuild
@@ -18,7 +18,7 @@ https://games.kde.org/games/kpat/"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kpat/
@ 2022-05-08 23:53 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2022-05-08 23:53 UTC (permalink / raw
To: gentoo-commits
commit: 7d306c64107583c54b929099844577d05672961e
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Apr 18 14:14:13 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 8 23:51:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d306c64
kde-apps/kpat: 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/kpat/kpat-21.12.3.ebuild | 3 +--
kde-apps/kpat/kpat-22.04.0.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/kde-apps/kpat/kpat-21.12.3.ebuild b/kde-apps/kpat/kpat-21.12.3.ebuild
index b1d5e974f853..4c2a73aa3d02 100644
--- a/kde-apps/kpat/kpat-21.12.3.ebuild
+++ b/kde-apps/kpat/kpat-21.12.3.ebuild
@@ -13,8 +13,7 @@ VIRTUALX_REQUIRED="test"
inherit ecm kde.org
DESCRIPTION="KDE patience game"
-HOMEPAGE="https://apps.kde.org/kpat/
-https://games.kde.org/games/kpat/"
+HOMEPAGE="https://apps.kde.org/kpat/"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
diff --git a/kde-apps/kpat/kpat-22.04.0.ebuild b/kde-apps/kpat/kpat-22.04.0.ebuild
index 948ceb9ec304..d34338c9a87f 100644
--- a/kde-apps/kpat/kpat-22.04.0.ebuild
+++ b/kde-apps/kpat/kpat-22.04.0.ebuild
@@ -13,8 +13,7 @@ VIRTUALX_REQUIRED="test"
inherit ecm kde.org
DESCRIPTION="KDE patience game"
-HOMEPAGE="https://apps.kde.org/kpat/
-https://games.kde.org/games/kpat/"
+HOMEPAGE="https://apps.kde.org/kpat/"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kpat/
@ 2023-06-04 10:46 WANG Xuerui
0 siblings, 0 replies; 10+ messages in thread
From: WANG Xuerui @ 2023-06-04 10:46 UTC (permalink / raw
To: gentoo-commits
commit: c584a3c3694bd506f7e35cf1331f3345c78b8622
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 3 09:57:40 2023 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 10:44:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c584a3c3
kde-apps/kpat: keyword 23.04.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
kde-apps/kpat/kpat-23.04.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kpat/kpat-23.04.1.ebuild b/kde-apps/kpat/kpat-23.04.1.ebuild
index 64bd8f45625d..dcd14c26b320 100644
--- a/kde-apps/kpat/kpat-23.04.1.ebuild
+++ b/kde-apps/kpat/kpat-23.04.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://apps.kde.org/kpat/"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-06-04 10:46 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-05 0:12 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kpat/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2023-06-04 10:46 WANG Xuerui
2022-05-08 23:53 Andreas Sturmlechner
2021-09-17 7:51 Yixun Lan
2021-02-13 13:11 Conrad Kostecki
2020-11-25 13:17 Andreas Sturmlechner
2019-03-23 0:44 Andreas Sturmlechner
2019-03-07 13:36 Andreas Sturmlechner
2019-01-09 10:00 Andreas Sturmlechner
2018-09-08 12:09 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox