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 4692C158089 for ; Thu, 14 Sep 2023 16:07:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63B5E2BC02A; Thu, 14 Sep 2023 16:07:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40ED32BC02A for ; Thu, 14 Sep 2023 16:07:36 +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 16057335C87 for ; Thu, 14 Sep 2023 16:07:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 794611148 for ; Thu, 14 Sep 2023 16:07:33 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1694707607.c6fb4d972e18d8896afde8cea1a8a7491245ed01.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xscreensaver/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xscreensaver/xscreensaver-6.07-r1.ebuild x11-misc/xscreensaver/xscreensaver-6.07.ebuild X-VCS-Directories: x11-misc/xscreensaver/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: c6fb4d972e18d8896afde8cea1a8a7491245ed01 X-VCS-Branch: master Date: Thu, 14 Sep 2023 16:07:33 +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: ed079d3c-8226-4c8c-b672-429d879c839d X-Archives-Hash: a544634f4fafadf6ef61fbffad4d0b41 commit: c6fb4d972e18d8896afde8cea1a8a7491245ed01 Author: Florian Schmaus gentoo org> AuthorDate: Thu Sep 14 16:06:37 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Sep 14 16:06:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6fb4d97 x11-misc/xscreensaver: restore patch as sed Restore the xscreensaver-6.06-service-start-xscreensaver-with-no-splash.patch applied to 6.06 as sed for 6.07 (and onwards). Signed-off-by: Florian Schmaus gentoo.org> .../{xscreensaver-6.07.ebuild => xscreensaver-6.07-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11-misc/xscreensaver/xscreensaver-6.07.ebuild b/x11-misc/xscreensaver/xscreensaver-6.07-r1.ebuild similarity index 99% rename from x11-misc/xscreensaver/xscreensaver-6.07.ebuild rename to x11-misc/xscreensaver/xscreensaver-6.07-r1.ebuild index 3865df2da794..99be42b610bc 100644 --- a/x11-misc/xscreensaver/xscreensaver-6.07.ebuild +++ b/x11-misc/xscreensaver/xscreensaver-6.07-r1.ebuild @@ -116,6 +116,9 @@ src_prepare() { sed -i -e '/^Alias=org.jwz.xscreensaver.service/d' \ driver/xscreensaver.service.in || die + sed -i -e 's/ --no-splash//' \ + driver/xscreensaver.service.in || die + strip-linguas -i po/ export ALL_LINGUAS="${LINGUAS}"