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 C6E9215801B for ; Thu, 10 Aug 2023 04:08:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C499A2BC021; Thu, 10 Aug 2023 04:08:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABB102BC021 for ; Thu, 10 Aug 2023 04:08:07 +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 A1D8533BED4 for ; Thu, 10 Aug 2023 04:08:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34E51F4D for ; Thu, 10 Aug 2023 04:08:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1691640422.4a1f9fe744c3d262b03f5024c5020876088ed099.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/openbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/openbox/openbox-3.6.1-r7.ebuild x11-wm/openbox/openbox-3.6.1-r8.ebuild x11-wm/openbox/openbox-9999.ebuild X-VCS-Directories: x11-wm/openbox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4a1f9fe744c3d262b03f5024c5020876088ed099 X-VCS-Branch: master Date: Thu, 10 Aug 2023 04:08:05 +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: 8aa4f04d-1adc-4219-b0e2-929e3ffef65e X-Archives-Hash: 3340af7eec887417fbe5f8876eeaf027 commit: 4a1f9fe744c3d262b03f5024c5020876088ed099 Author: Sam James gentoo org> AuthorDate: Thu Aug 10 04:07:02 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 10 04:07:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1f9fe7 x11-wm/openbox: fix session name again Closes: https://bugs.gentoo.org/911974 Signed-off-by: Sam James gentoo.org> x11-wm/openbox/{openbox-3.6.1-r7.ebuild => openbox-3.6.1-r8.ebuild} | 2 +- x11-wm/openbox/openbox-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/openbox/openbox-3.6.1-r7.ebuild b/x11-wm/openbox/openbox-3.6.1-r8.ebuild similarity index 99% rename from x11-wm/openbox/openbox-3.6.1-r7.ebuild rename to x11-wm/openbox/openbox-3.6.1-r8.ebuild index 3a35c296e216..ee0aaca94942 100644 --- a/x11-wm/openbox/openbox-3.6.1-r7.ebuild +++ b/x11-wm/openbox/openbox-3.6.1-r8.ebuild @@ -104,7 +104,7 @@ src_install() { exeinto /etc/X11/Sessions newexe - ${PN} <<-EOF #!/bin/sh - ${PN} + openbox-session EOF emake DESTDIR="${D}" install diff --git a/x11-wm/openbox/openbox-9999.ebuild b/x11-wm/openbox/openbox-9999.ebuild index 3a35c296e216..ee0aaca94942 100644 --- a/x11-wm/openbox/openbox-9999.ebuild +++ b/x11-wm/openbox/openbox-9999.ebuild @@ -104,7 +104,7 @@ src_install() { exeinto /etc/X11/Sessions newexe - ${PN} <<-EOF #!/bin/sh - ${PN} + openbox-session EOF emake DESTDIR="${D}" install