public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kajongg/
Date: Sat, 25 Feb 2023 09:01:28 +0000 (UTC)	[thread overview]
Message-ID: <1677314254.b8fbc1045cd3a36fab181d52a78cbc7d86c67247.asturm@gentoo> (raw)

commit:     b8fbc1045cd3a36fab181d52a78cbc7d86c67247
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 08:34:01 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 08:37:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8fbc104

kde-apps/kajongg: Upstream switched from PyQt5 to QtPy

Upstream commit dd01383c84dba7a66bf3bd48eaa17f5a5d21b75e

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

 kde-apps/kajongg/kajongg-22.08.3-r1.ebuild | 48 ++++++++++++++++++++++++++++++
 kde-apps/kajongg/kajongg-22.12.2-r1.ebuild | 48 ++++++++++++++++++++++++++++++
 2 files changed, 96 insertions(+)

diff --git a/kde-apps/kajongg/kajongg-22.08.3-r1.ebuild b/kde-apps/kajongg/kajongg-22.08.3-r1.ebuild
new file mode 100644
index 000000000000..5254d2900db7
--- /dev/null
+++ b/kde-apps/kajongg/kajongg-22.08.3-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+PYTHON_COMPAT=( python3_{9..11} )
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.96.0
+QTMIN=5.15.5
+inherit python-single-r1 ecm gear.kde.org
+
+DESCRIPTION="Classical Mah Jongg for four players"
+HOMEPAGE="https://apps.kde.org/kajongg/"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="amd64 arm64 ~riscv x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+	dev-db/sqlite:3
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-apps/libkdegames-${PVCUT}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	$(python_gen_cond_dep '
+		dev-python/QtPy[gui,svg,widgets,${PYTHON_USEDEP}]
+		>=dev-python/twisted-16.6.0[${PYTHON_USEDEP}]
+	')
+"
+RDEPEND="${DEPEND}
+	>=kde-apps/libkmahjongg-${PVCUT}:5
+"
+
+pkg_setup() {
+	python-single-r1_pkg_setup
+	ecm_pkg_setup
+}
+
+src_prepare() {
+	python_fix_shebang src
+	ecm_src_prepare
+}

diff --git a/kde-apps/kajongg/kajongg-22.12.2-r1.ebuild b/kde-apps/kajongg/kajongg-22.12.2-r1.ebuild
new file mode 100644
index 000000000000..6d4702efb854
--- /dev/null
+++ b/kde-apps/kajongg/kajongg-22.12.2-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+PYTHON_COMPAT=( python3_{9..11} )
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.101.0
+QTMIN=5.15.5
+inherit python-single-r1 ecm gear.kde.org
+
+DESCRIPTION="Classical Mah Jongg for four players"
+HOMEPAGE="https://apps.kde.org/kajongg/"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+	dev-db/sqlite:3
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-apps/libkdegames-${PVCUT}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	$(python_gen_cond_dep '
+		dev-python/QtPy[gui,svg,widgets,${PYTHON_USEDEP}]
+		>=dev-python/twisted-16.6.0[${PYTHON_USEDEP}]
+	')
+"
+RDEPEND="${DEPEND}
+	>=kde-apps/libkmahjongg-${PVCUT}:5
+"
+
+pkg_setup() {
+	python-single-r1_pkg_setup
+	ecm_pkg_setup
+}
+
+src_prepare() {
+	python_fix_shebang src
+	ecm_src_prepare
+}


             reply	other threads:[~2023-02-25  9:01 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-25  9:01 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-11  8:09 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kajongg/ WANG Xuerui
2024-12-28 15:07 Arthur Zamarin
2024-09-19 21:20 Jakov Smolić
2024-09-14 13:43 Andreas Sturmlechner
2023-12-18 22:19 Andreas Sturmlechner
2023-06-04 10:46 WANG Xuerui
2023-02-25  9:01 Andreas Sturmlechner
2020-10-11 21:33 Andreas Sturmlechner
2020-02-09 16:29 Michał Górny
2018-12-03  2:43 Jonathan Callen
2017-11-16 19:53 Andreas Sturmlechner
2017-11-07 17:57 Thomas Deutschmann
2016-05-24 11:39 Mikle Kolyada
2016-03-05 10:03 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1677314254.b8fbc1045cd3a36fab181d52a78cbc7d86c67247.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox