From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1503605-garchives=archives.gentoo.org@lists.gentoo.org>
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 365A915802F
	for <garchives@archives.gentoo.org>; Sun,  2 Apr 2023 21:12:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6D137E077F;
	Sun,  2 Apr 2023 21:12:23 +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 4D43FE077D
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Apr 2023 21:12:23 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 19B25340CF8
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Apr 2023 21:12:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E775A15
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Apr 2023 21:12:20 +0000 (UTC)
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" <conikost@gentoo.org>
Message-ID: <1680469928.c2762e516190dda001c57b9e3a5af229923ee2d0.conikost@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gns3-server/files/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/gns3-server/files/gns3-server-2.2.33.1-openrc-posix-complaint.patch
X-VCS-Directories: net-misc/gns3-server/files/
X-VCS-Committer: conikost
X-VCS-Committer-Name: Conrad Kostecki
X-VCS-Revision: c2762e516190dda001c57b9e3a5af229923ee2d0
X-VCS-Branch: master
Date: Sun,  2 Apr 2023 21:12:20 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e7ecc47c-77b4-421a-8091-41791d703c5a
X-Archives-Hash: 44e41b05a2c3282e6d0e27b54cdbadc0

commit:     c2762e516190dda001c57b9e3a5af229923ee2d0
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Apr  2 19:15:21 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 21:12:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2762e51

net-misc/gns3-server: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30447
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 ...ns3-server-2.2.33.1-openrc-posix-complaint.patch | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/net-misc/gns3-server/files/gns3-server-2.2.33.1-openrc-posix-complaint.patch b/net-misc/gns3-server/files/gns3-server-2.2.33.1-openrc-posix-complaint.patch
deleted file mode 100644
index 9c263bd812f9..000000000000
--- a/net-misc/gns3-server/files/gns3-server-2.2.33.1-openrc-posix-complaint.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit 3b108563a0784df332791d44cf70bbba0fc81822
-Author: Michael Mair-Keimberger <mmk@levelnine.at>
-Date:   Mon Aug 8 19:23:16 2022 +0200
-
-    gns3.service.openrc: make openrc script posix compliant
-
-diff --git a/init/gns3.service.openrc b/init/gns3.service.openrc
-index 8b0864cd..5a574fca 100755
---- a/init/gns3.service.openrc
-+++ b/init/gns3.service.openrc
-@@ -23,8 +23,8 @@ depend() {
- 
- checkconfig() {
-   if yesno "${GNS3_SERVER_LOG_ENABLED}" ; then
--    command_args+=" --log ${GNS3_SERVER_LOG}";
--    if [ "${command_user}" ] ; then 
-+    command_args="${command_args} --log ${GNS3_SERVER_LOG}";
-+    if [ "${command_user}" ] ; then
-       checkpath --directory --mode 0700 --owner "${command_user}" "${GNS3_SERVER_LOG_PATH}";
-     else
-       unset command_user