From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BF5315808B for ; Sat, 14 Sep 2024 13:43:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0C12E29A7; Sat, 14 Sep 2024 13:43:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95F6FE29A7 for ; Sat, 14 Sep 2024 13:43:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF7CB3406D1 for ; Sat, 14 Sep 2024 13:43:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B2EA27DE for ; Sat, 14 Sep 2024 13:43:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1726321403.16338d02df5e877925f506dfdb901b12a5e0e25c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kajongg/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kajongg/kajongg-24.08.1.ebuild X-VCS-Directories: kde-apps/kajongg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 16338d02df5e877925f506dfdb901b12a5e0e25c X-VCS-Branch: master Date: Sat, 14 Sep 2024 13:43:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aae1353a-ccee-48d4-9036-fd9deae09ecd X-Archives-Hash: 2b0ae9285fb337560a6759285bbea56a commit: 16338d02df5e877925f506dfdb901b12a5e0e25c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 14 13:42:47 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 14 13:43:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16338d02 kde-apps/kajongg: drop 24.08.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kajongg/kajongg-24.08.1.ebuild | 47 --------------------------------- 1 file changed, 47 deletions(-) diff --git a/kde-apps/kajongg/kajongg-24.08.1.ebuild b/kde-apps/kajongg/kajongg-24.08.1.ebuild deleted file mode 100644 index 806b66ab84db..000000000000 --- a/kde-apps/kajongg/kajongg-24.08.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -PYTHON_COMPAT=( python3_{10..12} ) -PVCUT=$(ver_cut 1-3) -KFMIN=6.5.0 -QTMIN=6.7.2 -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="6" -KEYWORDS="~amd64 ~arm64" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS} - dev-db/sqlite:3 - >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] - >=dev-qt/qtsvg-${QTMIN}:6 - >=kde-apps/libkdegames-${PVCUT}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - || ( dev-python/QtPy[pyqt6] dev-python/QtPy[pyside6] ) - $(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}:6 -" - -pkg_setup() { - python-single-r1_pkg_setup - ecm_pkg_setup -} - -src_prepare() { - python_fix_shebang src - ecm_src_prepare -}