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 1138F158041 for ; Thu, 7 Mar 2024 11:34:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8470BE2A07; Thu, 7 Mar 2024 11:34:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 678EEE2A07 for ; Thu, 7 Mar 2024 11:34:29 +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 ADBC934302D for ; Thu, 7 Mar 2024 11:34:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2313214F5 for ; Thu, 7 Mar 2024 11:34:26 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1709782758.76572b25a75c1e207866cc49b3b834f0824627ab.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3-restore/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/i3-restore/i3-restore-4.1.ebuild X-VCS-Directories: x11-misc/i3-restore/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 76572b25a75c1e207866cc49b3b834f0824627ab X-VCS-Branch: master Date: Thu, 7 Mar 2024 11:34:26 +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: 80dcd7a6-b452-4631-b330-e9810fe040d9 X-Archives-Hash: fce3dcaec718342421e708476cee0f17 commit: 76572b25a75c1e207866cc49b3b834f0824627ab Author: Vitaly Zdanevich ya ru> AuthorDate: Thu Mar 7 03:39:18 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Mar 7 03:39:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76572b25 x11-misc/i3-restore: add einfo with link to alternative software Signed-off-by: Vitaly Zdanevich ya.ru> x11-misc/i3-restore/i3-restore-4.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-misc/i3-restore/i3-restore-4.1.ebuild b/x11-misc/i3-restore/i3-restore-4.1.ebuild index 5b81eef559..2d3d1965b9 100644 --- a/x11-misc/i3-restore/i3-restore-4.1.ebuild +++ b/x11-misc/i3-restore/i3-restore-4.1.ebuild @@ -50,4 +50,5 @@ src_install() { pkg_postinst() { elog "Usage: i3-save and i3-restore" elog "See the documentation about automatic saving and restoring https://github.com/jdholtz/i3-restore/?tab=readme-ov-file#automating-the-script" + elog "Alternative software: https://github.com/JonnyHaystack/i3-resurrect" }