public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-wm/cage/
Date: Mon, 31 Jul 2023 14:53:17 +0000 (UTC)	[thread overview]
Message-ID: <1690686689.e1d64cc676c1264118777b31de7ce17afabdf43b.davidroman@gentoo> (raw)

commit:     e1d64cc676c1264118777b31de7ce17afabdf43b
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun Jul 30 03:09:13 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jul 30 03:11:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1d64cc6

gui-wm/cage: drop 0.1.3, drop 0.1.4, add 0.1.5

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 gui-wm/cage/Manifest                               |  3 +-
 gui-wm/cage/cage-0.1.4.ebuild                      | 32 ----------------------
 .../cage/{cage-0.1.3.ebuild => cage-0.1.5.ebuild}  |  6 ++--
 gui-wm/cage/cage-9999.ebuild                       |  6 ++--
 4 files changed, 7 insertions(+), 40 deletions(-)

diff --git a/gui-wm/cage/Manifest b/gui-wm/cage/Manifest
index 450c7c9c6f..2c22779cd4 100644
--- a/gui-wm/cage/Manifest
+++ b/gui-wm/cage/Manifest
@@ -1,2 +1 @@
-DIST cage-0.1.3.tar.gz 24615 BLAKE2B 6c06cabfd2faca568c7d96095199d42c5798228f44688c285c6300a20e95ab320385513b8081f798b92a70cb7fdfa33cbd0572c4647aa8a2db75e4a50dc638be SHA512 34d2dca963810f6173343ae280e2692645a79e263aa1c01d22730db5cc14e68c0b0ec19dd947134ef27841f2ee28a28d5d71e64c396b81b6230426220517471b
-DIST cage-0.1.4.tar.gz 25430 BLAKE2B a479695cf4f46c6e9fc54934c50c46f50d2f8f7f72d257267003ef4bb79c7f2b3e90232c0d6843164f7873625876cb7665b5f46d42f6b66efa6565cc99ae1a47 SHA512 55773fac44bf9e98086e53cbc20d17e3aad7046bedfe638ef8f896543388481be3989fede6f950d4f8cb0583f701cbf79617dfa011c7777a7c8b22c9bcddd64f
+DIST cage-0.1.5.tar.gz 23179 BLAKE2B ee75b4cc7a550315aec643778aaf61323564f1e4be0c2ca994754123b978859e513a1e11d459b3954cd37f566cf9ec2a96c4e54f141a2337380cf02f64056eb6 SHA512 d50fc5b7efa691e487a05c8e4e573ed441a31840b1742eb1d3b0e827a1da381426f8e9c620de197cf928a99cab57af8a3042f08d5aadd3fc4ddf0c5afadb3231

diff --git a/gui-wm/cage/cage-0.1.4.ebuild b/gui-wm/cage/cage-0.1.4.ebuild
deleted file mode 100644
index b463a1277f..0000000000
--- a/gui-wm/cage/cage-0.1.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-if [[ "${PV}" == 9999 ]]
-then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/Hjdskes/cage"
-else
-	SRC_URI="https://github.com/Hjdskes/cage/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A Wayland kiosk"
-HOMEPAGE="https://www.hjdskes.nl/projects/cage/ https://github.com/Hjdskes/cage"
-LICENSE="MIT"
-SLOT="0"
-
-IUSE="X"
-
-RDEPEND="
-	>=gui-libs/wlroots-0.14[X?]
-	x11-libs/libxkbcommon[X?]
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	meson_src_configure $(meson_use X xwayland)
-}

diff --git a/gui-wm/cage/cage-0.1.3.ebuild b/gui-wm/cage/cage-0.1.5.ebuild
similarity index 88%
rename from gui-wm/cage/cage-0.1.3.ebuild
rename to gui-wm/cage/cage-0.1.5.ebuild
index c5d073332c..be36aee282 100644
--- a/gui-wm/cage/cage-0.1.3.ebuild
+++ b/gui-wm/cage/cage-0.1.5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 
@@ -22,7 +22,7 @@ SLOT="0"
 IUSE="X"
 
 RDEPEND="
-	>=gui-libs/wlroots-0.13[X?]
+	>=gui-libs/wlroots-0.16[X?]
 	x11-libs/libxkbcommon[X?]
 "
 DEPEND="${RDEPEND}"

diff --git a/gui-wm/cage/cage-9999.ebuild b/gui-wm/cage/cage-9999.ebuild
index b463a1277f..be36aee282 100644
--- a/gui-wm/cage/cage-9999.ebuild
+++ b/gui-wm/cage/cage-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 
@@ -22,7 +22,7 @@ SLOT="0"
 IUSE="X"
 
 RDEPEND="
-	>=gui-libs/wlroots-0.14[X?]
+	>=gui-libs/wlroots-0.16[X?]
 	x11-libs/libxkbcommon[X?]
 "
 DEPEND="${RDEPEND}"


             reply	other threads:[~2023-07-31 14:53 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-31 14:53 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08 10:23 [gentoo-commits] repo/proj/guru:master commit in: gui-wm/cage/ David Roman
2024-10-07  9:06 David Roman
2024-08-17 10:16 David Roman
2024-08-06 14:59 Lucio Sauer
2024-08-05  5:20 Viorel Munteanu
2024-08-05  5:20 Viorel Munteanu
2024-02-09  0:30 David Roman
2021-06-27 15:39 Andrew Ammerlaan
2021-06-27 11:31 Andrew Ammerlaan
2021-06-27 11:31 Andrew Ammerlaan
2021-05-30 15:59 Andrew Ammerlaan
2021-04-25 20:28 Andrew Ammerlaan
2020-09-08 10:30 Andrew Ammerlaan
2020-07-22 14:01 Andrew Ammerlaan
2020-07-17  9:46 Andrew Ammerlaan
2020-07-17  9:46 Andrew Ammerlaan

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=1690686689.e1d64cc676c1264118777b31de7ce17afabdf43b.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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