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 58D4C158090 for ; Fri, 13 May 2022 22:50:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA3412BC001; Fri, 13 May 2022 22:50:27 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A04EA2BC001 for ; Fri, 13 May 2022 22:50:27 +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 BD8D634145F for ; Fri, 13 May 2022 22:50:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E38448C for ; Fri, 13 May 2022 22:50:23 +0000 (UTC) From: "Conrad Kostecki" 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" Message-ID: <1652482190.3d1afb256a85827d7515e2700ac6b48991da0133.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/lightdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-group/lightdm/lightdm-0-r1.ebuild X-VCS-Directories: acct-group/lightdm/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3d1afb256a85827d7515e2700ac6b48991da0133 X-VCS-Branch: master Date: Fri, 13 May 2022 22:50:23 +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: a0c476f3-7c37-4858-95ce-5aed0c1f0375 X-Archives-Hash: 3c326b0644d59491d8c2319404ed1e81 commit: 3d1afb256a85827d7515e2700ac6b48991da0133 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Apr 2 11:19:18 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri May 13 22:49:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1afb25 acct-group/lightdm: update EAPI 7 -> 8 Signed-off-by: Conrad Kostecki gentoo.org> acct-group/lightdm/lightdm-0-r1.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/acct-group/lightdm/lightdm-0-r1.ebuild b/acct-group/lightdm/lightdm-0-r1.ebuild new file mode 100644 index 000000000000..e2adc778ff71 --- /dev/null +++ b/acct-group/lightdm/lightdm-0-r1.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="A group for x11-misc/lightdm" + +ACCT_GROUP_ID="134"