From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 2CEF51582EF for ; Wed, 19 Feb 2025 20:17:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 183973431FE for ; Wed, 19 Feb 2025 20:17:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0DFDE110474; Wed, 19 Feb 2025 20:17:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 031D8110474 for ; Wed, 19 Feb 2025 20:17:08 +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 AEF7C342FE7 for ; Wed, 19 Feb 2025 20:17:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B8692737 for ; Wed, 19 Feb 2025 20:17:06 +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: <1739996187.dce10b664d0cc8f8b826dc905fcb9b4c1d138fb8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qscintilla/qscintilla-2.14.1-r2.ebuild X-VCS-Directories: dev-python/qscintilla/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dce10b664d0cc8f8b826dc905fcb9b4c1d138fb8 X-VCS-Branch: master Date: Wed, 19 Feb 2025 20:17:06 +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: f7660f80-3989-4c4f-9228-5257b0e524ea X-Archives-Hash: ed0ffeaa7d7042c28e4de19432661bdd commit: dce10b664d0cc8f8b826dc905fcb9b4c1d138fb8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 19 16:58:45 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 19 20:16:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce10b66 dev-python/qscintilla: drop 2.14.1-r2 Closes: https://bugs.gentoo.org/948062 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/qscintilla/qscintilla-2.14.1-r2.ebuild | 112 ---------------------- 1 file changed, 112 deletions(-) diff --git a/dev-python/qscintilla/qscintilla-2.14.1-r2.ebuild b/dev-python/qscintilla/qscintilla-2.14.1-r2.ebuild deleted file mode 100644 index 0c5a43772d03..000000000000 --- a/dev-python/qscintilla/qscintilla-2.14.1-r2.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) -inherit multibuild python-r1 qmake-utils out-of-source-utils - -DESCRIPTION="Python bindings for QScintilla" -HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/ https://pypi.org/project/QScintilla/" - -MY_PN=QScintilla -MY_P=${MY_PN}_src-${PV/_pre/.dev} -SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P}/Python - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 x86" -IUSE="debug qt5 +qt6" - -REQUIRED_USE="|| ( qt5 qt6 ) ${PYTHON_REQUIRED_USE}" - -# no tests -RESTRICT="test" - -DEPEND="${PYTHON_DEPS} - qt5? ( - >=dev-python/pyqt5-5.15.5[gui,printsupport,widgets,${PYTHON_USEDEP}] - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtprintsupport:5 - dev-qt/qtwidgets:5 - ) - qt6? ( - dev-python/pyqt6[gui,printsupport,widgets,${PYTHON_USEDEP}] - dev-qt/qtbase:6[gui,widgets] - ) - ~x11-libs/qscintilla-${PV}:=[qt5(+)?,qt6(-)?] -" -RDEPEND="${DEPEND} - qt5? ( >=dev-python/pyqt5-sip-12.9:=[${PYTHON_USEDEP}] ) - qt6? ( >=dev-python/pyqt6-sip-13.5:=[${PYTHON_USEDEP}] ) -" -BDEPEND=" - >=dev-python/pyqt-builder-1.10[${PYTHON_USEDEP}] - >=dev-python/sip-6.2[${PYTHON_USEDEP}] - qt5? ( dev-qt/qtcore:5 ) - qt6? ( dev-qt/qtbase:6 ) -" - -pkg_setup() { - MULTIBUILD_VARIANTS=( $(usev qt5) $(usev qt6) ) -} - -src_configure() { - my_src_configure() { - case ${MULTIBUILD_VARIANT} in - qt5) - configuration() { - local myconf=( - sip-build - --verbose - --build-dir="${BUILD_DIR}" - --scripts-dir="$(python_get_scriptdir)" - --qmake="$(qt5_get_bindir)"/qmake - --no-make - $(usev debug '--debug --qml-debug --tracing') - ) - echo "${myconf[@]}" - "${myconf[@]}" || die - - run_in_build_dir qmake5 -recursive ${MY_PN}.pro - } - mv pyproject{-${MULTIBUILD_VARIANT},}.toml || die - python_foreach_impl configuration - ;; - qt6) - configuration() { - local myconf=( - sip-build - --verbose - --build-dir="${BUILD_DIR}" - --scripts-dir="$(python_get_scriptdir)" - --qmake="$(qt6_get_bindir)"/qmake - --no-make - $(usev debug '--debug --qml-debug --tracing') - ) - echo "${myconf[@]}" - "${myconf[@]}" || die - - run_in_build_dir qmake6 -recursive ${MY_PN}.pro - } - mv pyproject{-${MULTIBUILD_VARIANT},}.toml || die - python_foreach_impl configuration - ;; - esac - } - multibuild_foreach_variant my_src_configure -} - -src_compile() { - multibuild_foreach_variant python_foreach_impl run_in_build_dir default -} - -src_install() { - installation() { - emake INSTALL_ROOT="${D}" install - python_optimize - } - multibuild_foreach_variant python_foreach_impl run_in_build_dir installation -}