From: "Daichi Yamamoto" <dev@dyama.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/cage/
Date: Sat, 18 Oct 2025 22:01:31 +0000 (UTC) [thread overview]
Message-ID: <1760824850.669175b91c95267872b74a9fe020726dfe0568b0.dev@gentoo> (raw)
commit: 669175b91c95267872b74a9fe020726dfe0568b0
Author: Daichi Yamamoto <dev <AT> dyama <DOT> net>
AuthorDate: Sat Oct 18 22:00:00 2025 +0000
Commit: Daichi Yamamoto <dev <AT> dyama <DOT> net>
CommitDate: Sat Oct 18 22:00:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=669175b9
gui-wm/cage: add 0.2.1, drop 0.2.0
also add man USE flag
Signed-off-by: Daichi Yamamoto <dev <AT> dyama.net>
gui-wm/cage/Manifest | 2 +-
gui-wm/cage/{cage-0.2.0.ebuild => cage-0.2.1.ebuild} | 13 ++++++++++---
gui-wm/cage/cage-9999.ebuild | 16 +++++++++++-----
3 files changed, 22 insertions(+), 9 deletions(-)
diff --git a/gui-wm/cage/Manifest b/gui-wm/cage/Manifest
index 448ffb7246..e1991ad2d8 100644
--- a/gui-wm/cage/Manifest
+++ b/gui-wm/cage/Manifest
@@ -1 +1 @@
-DIST cage-0.2.0.tar.gz 24107 BLAKE2B 10b6d2e880019123b5fd0091213cf2c5d9dd1419af4a9010901657d2ffcd1f692143f158b698381bb080f2b89b701b13396263585a4b71da77c3d7b12d1e7446 SHA512 49598f1f7de086fea487881af94dbf19f16bff2da620e478d3c54002c401618998904de466846baa151bd1da878f4244661fbb2204ad1bf15ebf7c93b1c66b91
+DIST cage-0.2.1.tar.gz 24781 BLAKE2B fe6cf1cf3131a67a97a4fff17a3f51b5e79ceb9f08c1aa4abfcb54b49dc2e73c672d1285d830baf4ab25a2b592f3db1ed80a97418c0756fbc5f230e1a5d9740d SHA512 424fbc68532cf5045bba2023efba24eba8b73d4a36aa53803657ebee8a6bc9bc0ddf1464e67a88f90db9cd8f29b75b2165ddeec8bf6cae5aba0eab3967332a68
diff --git a/gui-wm/cage/cage-0.2.0.ebuild b/gui-wm/cage/cage-0.2.1.ebuild
similarity index 75%
rename from gui-wm/cage/cage-0.2.0.ebuild
rename to gui-wm/cage/cage-0.2.1.ebuild
index 26e8377a6f..7e3b576924 100644
--- a/gui-wm/cage/cage-0.2.0.ebuild
+++ b/gui-wm/cage/cage-0.2.1.ebuild
@@ -18,12 +18,19 @@ fi
LICENSE="MIT"
SLOT="0"
-IUSE="X"
+IUSE="X man"
RDEPEND="
dev-libs/wayland
- gui-libs/wlroots:0.18[X?]
+ gui-libs/wlroots:0.19
x11-libs/libxkbcommon[X?]
- X? ( gui-libs/wlroots:0.18[x11-backend] )
+ X? ( gui-libs/wlroots:0.19[X,x11-backend] )
"
DEPEND="${RDEPEND}"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature man man-pages)
+ )
+ meson_src_configure
+}
diff --git a/gui-wm/cage/cage-9999.ebuild b/gui-wm/cage/cage-9999.ebuild
index 66c7054051..7e3b576924 100644
--- a/gui-wm/cage/cage-9999.ebuild
+++ b/gui-wm/cage/cage-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,13 +18,19 @@ fi
LICENSE="MIT"
SLOT="0"
-
-IUSE="X"
+IUSE="X man"
RDEPEND="
dev-libs/wayland
+ gui-libs/wlroots:0.19
x11-libs/libxkbcommon[X?]
- X? ( gui-libs/wlroots:0.18[X,x11-backend] )
- !X? ( gui-libs/wlroots:0.18 )
+ X? ( gui-libs/wlroots:0.19[X,x11-backend] )
"
DEPEND="${RDEPEND}"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature man man-pages)
+ )
+ meson_src_configure
+}
next reply other threads:[~2025-10-18 22:01 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-18 22:01 Daichi Yamamoto [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-09 23:47 [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/cage/ Filip Kobierski
2024-10-07 21:37 Daichi Yamamoto
2024-10-06 8:27 Takuya Wakazono
2024-10-05 6:37 Daichi Yamamoto
2024-08-17 6:42 Takuya Wakazono
2024-08-06 14:27 Daichi Yamamoto
2024-08-04 19:44 Daichi Yamamoto
2024-08-04 19:44 Daichi Yamamoto
2024-02-08 11:08 Gonçalo Negrier Duarte
2024-02-06 13:17 Daichi Yamamoto
2023-07-30 3:12 Haelwenn Monnier
2021-06-27 13:06 Haelwenn Monnier
2021-06-27 9:02 Haelwenn Monnier
2021-06-27 7:26 Haelwenn Monnier
2021-05-30 15:59 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-05-30 15:59 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-05-05 0:46 Anna Vyalkova
2021-04-25 9:41 Matthias Coppens
2021-03-28 10:17 Andrew Ammerlaan
2020-09-06 16:15 Matthias Coppens
2020-07-21 20:01 Matthias Coppens
2020-07-17 9:46 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-07-17 9:46 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-17 7:26 Matthias Coppens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1760824850.669175b91c95267872b74a9fe020726dfe0568b0.dev@gentoo \
--to=dev@dyama.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox