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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5635615802C for ; Sun, 15 Dec 2024 18:10:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 816D6E0AB9; Sun, 15 Dec 2024 18:10:07 +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 83448E0AAC for ; Sun, 15 Dec 2024 18:10:05 +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 728A8342FEF for ; Sun, 15 Dec 2024 18:10:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D51241E65 for ; Sun, 15 Dec 2024 18:10:02 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1734188965.9aaceff9f6644c660b6e1e8a8683118fb6139988.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-libs/gtk-session-lock/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r6.ebuild gui-libs/gtk-session-lock/gtk-session-lock-9999.ebuild X-VCS-Directories: gui-libs/gtk-session-lock/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 9aaceff9f6644c660b6e1e8a8683118fb6139988 X-VCS-Branch: master Date: Sun, 15 Dec 2024 18:10:02 +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: 31d7f8a3-4e52-455f-b3e7-e733c1edbcf5 X-Archives-Hash: a0234f1e8e6df0e529e111d9a6914e54 commit: 9aaceff9f6644c660b6e1e8a8683118fb6139988 Author: Takuya Wakazono gmail com> AuthorDate: Sat Dec 14 15:09:25 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Dec 14 15:09:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9aaceff9 gui-libs/gtk-session-lock: disable tests Upstream does not support -Dtests=true. https://github.com/Cu3PO42/gtk-session-lock/commit/a92080b164df7553aa250d43f90965535a3050ba Closes: https://bugs.gentoo.org/946270 Signed-off-by: Takuya Wakazono gmail.com> .../gtk-session-lock/gtk-session-lock-0.2.0-r6.ebuild | 16 +++++++--------- gui-libs/gtk-session-lock/gtk-session-lock-9999.ebuild | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r6.ebuild b/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r6.ebuild index b4fe7401d..73de946d1 100644 --- a/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r6.ebuild +++ b/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r6.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) VALA_USE_DEPEND="vapigen" -inherit vala meson python-any-r1 +inherit vala meson if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -16,13 +15,14 @@ else fi DESCRIPTION="GTK-based lockscreen for Wayland" -HOMEPAGE="https://github.com/Cu3PO42/${PN}" +HOMEPAGE="https://github.com/Cu3PO42/gtk-session-lock" LICENSE="GPL-3" SLOT="0" -IUSE="examples gtk-doc introspection test vala" -RESTRICT="!test? ( test )" +IUSE="examples gtk-doc introspection vala" +# https://github.com/Cu3PO42/gtk-session-lock/commit/a92080b164df7553aa250d43f90965535a3050ba +RESTRICT="test" REQUIRED_USE="vala? ( introspection )" DEPEND=" @@ -31,7 +31,6 @@ DEPEND=" >=dev-libs/wayland-1.22.0 >=dev-libs/wayland-protocols-1.34 gui-libs/gtk-layer-shell - test? ( gui-libs/gtk-layer-shell[introspection?] ) " RDEPEND=" ${DEPEND} @@ -42,7 +41,6 @@ BDEPEND=" virtual/pkgconfig dev-build/meson gtk-doc? ( dev-util/gtk-doc ) - test? ( ${PYTHON_DEPS} ) vala? ( $(vala_depend) ) " @@ -55,7 +53,7 @@ src_configure() { local emesonargs=( $(meson_use examples) $(meson_use gtk-doc docs) - $(meson_use test tests) + -Dtests=false $(meson_use introspection) $(meson_use vala vapi) ) diff --git a/gui-libs/gtk-session-lock/gtk-session-lock-9999.ebuild b/gui-libs/gtk-session-lock/gtk-session-lock-9999.ebuild index b4fe7401d..4e0a591c3 100644 --- a/gui-libs/gtk-session-lock/gtk-session-lock-9999.ebuild +++ b/gui-libs/gtk-session-lock/gtk-session-lock-9999.ebuild @@ -16,7 +16,7 @@ else fi DESCRIPTION="GTK-based lockscreen for Wayland" -HOMEPAGE="https://github.com/Cu3PO42/${PN}" +HOMEPAGE="https://github.com/Cu3PO42/gtk-session-lock" LICENSE="GPL-3" SLOT="0"