From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1658875-garchives=archives.gentoo.org@lists.gentoo.org> 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 C25A1159C9B for <garchives@archives.gentoo.org>; Sun, 4 Aug 2024 19:44:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C54F2BC048; Sun, 4 Aug 2024 19:44:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1B032BC047 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Aug 2024 19:44:24 +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 D75D7335D2B for <gentoo-commits@lists.gentoo.org>; Sun, 4 Aug 2024 19:44:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45B971DB3 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Aug 2024 19:44:22 +0000 (UTC) From: "Daichi Yamamoto" <dev@dyama.net> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daichi Yamamoto" <dev@dyama.net> Message-ID: <1722800516.475e7e4db38ef46e10baef7bfaf7acb67443109b.dev@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/cage/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/cage/cage-0.1.5.ebuild gui-wm/cage/cage-9999.ebuild gui-wm/cage/metadata.xml X-VCS-Directories: gui-wm/cage/ X-VCS-Committer: dev X-VCS-Committer-Name: Daichi Yamamoto X-VCS-Revision: 475e7e4db38ef46e10baef7bfaf7acb67443109b X-VCS-Branch: dev Date: Sun, 4 Aug 2024 19:44:22 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b78c1322-c52f-45a5-8fe1-01297f7985b1 X-Archives-Hash: 975a7dbfc3fb4b063ffb49929f590ab1 commit: 475e7e4db38ef46e10baef7bfaf7acb67443109b Author: Daichi Yamamoto <dev <AT> dyama <DOT> net> AuthorDate: Sun Aug 4 19:41:56 2024 +0000 Commit: Daichi Yamamoto <dev <AT> dyama <DOT> net> CommitDate: Sun Aug 4 19:41:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=475e7e4d gui-wm/cage: add missing deps add myself as a maintainer Closes: https://bugs.gentoo.org/932654 Signed-off-by: Daichi Yamamoto <dev <AT> dyama.net> gui-wm/cage/cage-0.1.5.ebuild | 3 ++- gui-wm/cage/cage-9999.ebuild | 7 ++++--- gui-wm/cage/metadata.xml | 5 ++++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/gui-wm/cage/cage-0.1.5.ebuild b/gui-wm/cage/cage-0.1.5.ebuild index 08add77fb..52fdcf87d 100644 --- a/gui-wm/cage/cage-0.1.5.ebuild +++ b/gui-wm/cage/cage-0.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,6 +22,7 @@ SLOT="0" IUSE="X" RDEPEND=" + dev-libs/wayland gui-libs/wlroots:0/16[X?] x11-libs/libxkbcommon[X?] " diff --git a/gui-wm/cage/cage-9999.ebuild b/gui-wm/cage/cage-9999.ebuild index acc0dc85e..7fe6e0786 100644 --- a/gui-wm/cage/cage-9999.ebuild +++ b/gui-wm/cage/cage-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,11 +22,12 @@ SLOT="0" IUSE="X" RDEPEND=" - gui-libs/wlroots:0/17[X?] + dev-libs/wayland + >=gui-libs/wlroots-0.17.0[X?] x11-libs/libxkbcommon[X?] " DEPEND="${RDEPEND}" src_configure() { - meson_src_configure $(meson_feature X xwayland) + meson_src_configure } diff --git a/gui-wm/cage/metadata.xml b/gui-wm/cage/metadata.xml index 06d1d00e1..8b07080b0 100644 --- a/gui-wm/cage/metadata.xml +++ b/gui-wm/cage/metadata.xml @@ -1,7 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>dev@dyama.net</email> + <name>Daichi Yamamoto</name> + </maintainer> <use> <flag name="X">Enable support for X11 applications (XWayland)</flag> </use>