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 4625A15817D for ; Sat, 22 Jun 2024 19:05:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63EFF2BC084; Sat, 22 Jun 2024 19:05:50 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C4AA2BC084 for ; Sat, 22 Jun 2024 19:05:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33EBA335C11 for ; Sat, 22 Jun 2024 19:05:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 960231AE2 for ; Sat, 22 Jun 2024 19:05:47 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1719083072.21a39fd209a84a834ee4437fd81078f0290455c2.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/razercommander/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/razercommander/razercommander-1.2.1.2-r1.ebuild sys-apps/razercommander/razercommander-1.2.1.2-r2.ebuild X-VCS-Directories: sys-apps/razercommander/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 21a39fd209a84a834ee4437fd81078f0290455c2 X-VCS-Branch: master Date: Sat, 22 Jun 2024 19:05:47 +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: 3411652c-e6e2-4abe-ad3a-471fbf53a73f X-Archives-Hash: e53b3f1c3af8906bf00c383d2bc6e1f6 commit: 21a39fd209a84a834ee4437fd81078f0290455c2 Author: Maciej Barć gentoo org> AuthorDate: Sat Jun 22 18:26:34 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Jun 22 19:04:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a39fd2 sys-apps/razercommander: bump python compat to py3.12 Closes: https://bugs.gentoo.org/934737 Signed-off-by: Maciej Barć gentoo.org> ...-r1.ebuild => razercommander-1.2.1.2-r2.ebuild} | 24 +++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/sys-apps/razercommander/razercommander-1.2.1.2-r1.ebuild b/sys-apps/razercommander/razercommander-1.2.1.2-r2.ebuild similarity index 61% rename from sys-apps/razercommander/razercommander-1.2.1.2-r1.ebuild rename to sys-apps/razercommander/razercommander-1.2.1.2-r2.ebuild index 91e87705a06e..60a6091d79c2 100644 --- a/sys-apps/razercommander/razercommander-1.2.1.2-r1.ebuild +++ b/sys-apps/razercommander/razercommander-1.2.1.2-r2.ebuild @@ -1,23 +1,31 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 MY_PN="razerCommander" -MY_P=${MY_PN}-${PV} +MY_P="${MY_PN}-${PV}" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit meson python-single-r1 xdg DESCRIPTION="GTK contol center for managing Razer peripherals on Linux" HOMEPAGE="https://gitlab.com/gabmus/razerCommander/" -SRC_URI="https://gitlab.com/gabmus/${MY_PN}/-/archive/${PV}/${MY_P}.tar.gz" -S="${WORKDIR}"/${MY_P} + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://gitlab.com/gabmus/${MY_PN}.git" +else + SRC_URI="https://gitlab.com/gabmus/${MY_PN}/-/archive/${PV}/${MY_P}.tar.gz" + S="${WORKDIR}/${MY_P}" + + KEYWORDS="amd64 ~x86" +fi LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" @@ -28,7 +36,9 @@ RDEPEND=" sys-apps/openrazer[client,daemon,${PYTHON_USEDEP}] ') " -BDEPEND="${RDEPEND}" +BDEPEND=" + ${RDEPEND} +" src_install() { meson_src_install