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 1DAE515852A for ; Tue, 20 Aug 2024 20:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 681B1E29C4; Tue, 20 Aug 2024 20:17:48 +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 48376E29C4 for ; Tue, 20 Aug 2024 20:17:48 +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 43ED2340C43 for ; Tue, 20 Aug 2024 20:17:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 534601EF1 for ; Tue, 20 Aug 2024 20:17:45 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1724185018.1f2079f01b0276fe5ac6f8d2270f3a2bad32de61.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/lua-single.eclass eclass/lua-utils.eclass eclass/lua.eclass X-VCS-Directories: eclass/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 1f2079f01b0276fe5ac6f8d2270f3a2bad32de61 X-VCS-Branch: master Date: Tue, 20 Aug 2024 20:17:45 +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: e571895e-3d76-4b56-a0ca-b17b1a66be93 X-Archives-Hash: 292fa2e4587bf270a0b50e2169a28539 commit: 1f2079f01b0276fe5ac6f8d2270f3a2bad32de61 Author: Mike Gilbert gentoo org> AuthorDate: Tue Aug 20 20:16:58 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Aug 20 20:16:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f2079f0 eclass: remove marecki from maintainers Signed-off-by: Mike Gilbert gentoo.org> eclass/lua-single.eclass | 3 +-- eclass/lua-utils.eclass | 1 - eclass/lua.eclass | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/eclass/lua-single.eclass b/eclass/lua-single.eclass index 8432df0583bb..ad7075955153 100644 --- a/eclass/lua-single.eclass +++ b/eclass/lua-single.eclass @@ -1,10 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: lua-single.eclass # @MAINTAINER: # William Hubbs -# Marek Szuba # @AUTHOR: # Marek Szuba # Based on python-single-r1.eclass by Michał Górny et al. diff --git a/eclass/lua-utils.eclass b/eclass/lua-utils.eclass index c63ec369c1c2..7272f80d0370 100644 --- a/eclass/lua-utils.eclass +++ b/eclass/lua-utils.eclass @@ -4,7 +4,6 @@ # @ECLASS: lua-utils.eclass # @MAINTAINER: # William Hubbs -# Marek Szuba # @AUTHOR: # Marek Szuba # Based on python-utils-r1.eclass by Michał Górny et al. diff --git a/eclass/lua.eclass b/eclass/lua.eclass index bb2e41ef1061..380ec274167c 100644 --- a/eclass/lua.eclass +++ b/eclass/lua.eclass @@ -1,10 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: lua.eclass # @MAINTAINER: # William Hubbs -# Marek Szuba # @AUTHOR: # Marek Szuba # Based on python-r1.eclass by Michał Górny et al.