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 227D015807B for ; Tue, 8 Oct 2024 10:23:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 040902BC015; Tue, 8 Oct 2024 10:23:20 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D678A2BC015 for ; Tue, 8 Oct 2024 10:23:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC6D23430FB for ; Tue, 8 Oct 2024 10:23:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA3B321C8 for ; Tue, 8 Oct 2024 10:23:15 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1728336891.3f3e645b9aeda974ab2e06de476a467ab9820b6a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-wm/cage/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/cage/Manifest gui-wm/cage/cage-0.1.5_p20241002.ebuild gui-wm/cage/cage-0.2.0.ebuild X-VCS-Directories: gui-wm/cage/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 3f3e645b9aeda974ab2e06de476a467ab9820b6a X-VCS-Branch: master Date: Tue, 8 Oct 2024 10:23:15 +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: 2641fea0-d2d1-4557-a33a-fdcc37472b87 X-Archives-Hash: f1e667ca37d72da332e3344411a922ad commit: 3f3e645b9aeda974ab2e06de476a467ab9820b6a Author: Daichi Yamamoto dyama net> AuthorDate: Mon Oct 7 21:34:51 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Oct 7 21:34:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f3e645b gui-wm/cage: add 0.2.0, drop 0.1.5_p20241002 Signed-off-by: Daichi Yamamoto dyama.net> gui-wm/cage/Manifest | 2 +- gui-wm/cage/{cage-0.1.5_p20241002.ebuild => cage-0.2.0.ebuild} | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/gui-wm/cage/Manifest b/gui-wm/cage/Manifest index 2deb12531..448ffb724 100644 --- a/gui-wm/cage/Manifest +++ b/gui-wm/cage/Manifest @@ -1 +1 @@ -DIST cage-0.1.5_p20241002.tar.gz 24118 BLAKE2B fdf2d8fdabd5974d15e2785f48b919dd9cdab609949adacfe319e9dbc8f687f8c469d0cf19dcaf140f4794f12180b717dc4f072deba3db1af558e938afc99e39 SHA512 37998c81f36aeb2040c65899414ac4df5e8e9bde4e8551d4d88f299d523dd62600db8a87012717ffb015563e144aaf63d0797404342d879d020f5a7cfc8ae023 +DIST cage-0.2.0.tar.gz 24107 BLAKE2B 10b6d2e880019123b5fd0091213cf2c5d9dd1419af4a9010901657d2ffcd1f692143f158b698381bb080f2b89b701b13396263585a4b71da77c3d7b12d1e7446 SHA512 49598f1f7de086fea487881af94dbf19f16bff2da620e478d3c54002c401618998904de466846baa151bd1da878f4244661fbb2204ad1bf15ebf7c93b1c66b91 diff --git a/gui-wm/cage/cage-0.1.5_p20241002.ebuild b/gui-wm/cage/cage-0.2.0.ebuild similarity index 78% rename from gui-wm/cage/cage-0.1.5_p20241002.ebuild rename to gui-wm/cage/cage-0.2.0.ebuild index 5db278383..66c705405 100644 --- a/gui-wm/cage/cage-0.1.5_p20241002.ebuild +++ b/gui-wm/cage/cage-0.2.0.ebuild @@ -8,14 +8,11 @@ inherit meson DESCRIPTION="A Wayland kiosk" HOMEPAGE="https://www.hjdskes.nl/projects/cage/ https://github.com/cage-kiosk/cage" -COMMIT="34de3f7bac48aae64bbbb09a4c10900e0150e968" -S="${WORKDIR}/${PN}-${COMMIT}" - if [[ "${PV}" == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/cage-kiosk/cage" else - SRC_URI="https://github.com/cage-kiosk/cage/archive/${COMMIT}/${P}.tar.gz" + SRC_URI="https://github.com/cage-kiosk/cage/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi