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 22F0315800A for ; Tue, 25 Jul 2023 18:56:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21C0BE091B; Tue, 25 Jul 2023 18:56:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06952E091B for ; Tue, 25 Jul 2023 18:56:30 +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 2845834154F for ; Tue, 25 Jul 2023 18:56:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7E59DBB for ; Tue, 25 Jul 2023 18:56:28 +0000 (UTC) From: "Ferenc Erki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ferenc Erki" Message-ID: <1690311073.af06ff64bdb1465df87fab394b1a64d17881a02d.erkiferenc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: acct-user/laminar/ X-VCS-Repository: repo/proj/guru X-VCS-Files: acct-user/laminar/laminar-0.ebuild acct-user/laminar/metadata.xml X-VCS-Directories: acct-user/laminar/ X-VCS-Committer: erkiferenc X-VCS-Committer-Name: Ferenc Erki X-VCS-Revision: af06ff64bdb1465df87fab394b1a64d17881a02d X-VCS-Branch: dev Date: Tue, 25 Jul 2023 18:56:28 +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: f80a2cca-99c0-4ac4-a42d-77ae637b1f19 X-Archives-Hash: daf55bfdf475af21bcb270f1c16824eb commit: af06ff64bdb1465df87fab394b1a64d17881a02d Author: Ferenc Erki gmail com> AuthorDate: Tue Jul 25 18:51:13 2023 +0000 Commit: Ferenc Erki gmail com> CommitDate: Tue Jul 25 18:51:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af06ff64 acct-user/laminar: new package, add 0 Signed-off-by: Ferenc Erki gmail.com> acct-user/laminar/laminar-0.ebuild | 12 ++++++++++++ acct-user/laminar/metadata.xml | 8 ++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-user/laminar/laminar-0.ebuild b/acct-user/laminar/laminar-0.ebuild new file mode 100644 index 000000000..30c000c87 --- /dev/null +++ b/acct-user/laminar/laminar-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +ACCT_USER_ID=-1 +ACCT_USER_GROUPS=( laminar ) +ACCT_USER_HOME=/var/lib/laminar + +acct-user_add_deps diff --git a/acct-user/laminar/metadata.xml b/acct-user/laminar/metadata.xml new file mode 100644 index 000000000..b2fa7f678 --- /dev/null +++ b/acct-user/laminar/metadata.xml @@ -0,0 +1,8 @@ + + + + + erkiferenc@gmail.com + Ferenc Erki + +