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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0BD19138350 for ; Fri, 13 Mar 2020 17:46:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 811FFE0D0A; Fri, 13 Mar 2020 17:45:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D13DE0D0A for ; Fri, 13 Mar 2020 17:45:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8344434EFBB for ; Fri, 13 Mar 2020 17:45:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8406D198 for ; Fri, 13 Mar 2020 17:45:51 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1584114666.6df7894fc846d8913b09b050c1f9c2cb3ad98af1.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: acct-user/fort/ X-VCS-Repository: repo/proj/guru X-VCS-Files: acct-user/fort/fort-0.ebuild acct-user/fort/metadata.xml X-VCS-Directories: acct-user/fort/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6df7894fc846d8913b09b050c1f9c2cb3ad98af1 X-VCS-Branch: master Date: Fri, 13 Mar 2020 17:45:51 +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: bdc2c061-a570-408b-8bb9-6e684c2cb595 X-Archives-Hash: b995afc80961427194c8dcddd0b609ba commit: 6df7894fc846d8913b09b050c1f9c2cb3ad98af1 Author: alarig swordarmor fr> AuthorDate: Fri Mar 13 11:06:48 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 13 15:51:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6df7894f net-misc/FORT-validator: RPKI validator (new ebuild) Signed-off-by: Alarig Le Lay swordarmor.fr> acct-user/fort/fort-0.ebuild | 13 +++++++++++++ acct-user/fort/metadata.xml | 12 ++++++++++++ 2 files changed, 25 insertions(+) diff --git a/acct-user/fort/fort-0.ebuild b/acct-user/fort/fort-0.ebuild new file mode 100644 index 0000000..9c9fec7 --- /dev/null +++ b/acct-user/fort/fort-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for FORT RPKI validator" +ACCT_USER_ID=323 +ACCT_USER_GROUPS=( fort ) +ACCT_USER_HOME="/usr/share/${PN}/" + +acct-user_add_deps diff --git a/acct-user/fort/metadata.xml b/acct-user/fort/metadata.xml new file mode 100644 index 0000000..678ca7a --- /dev/null +++ b/acct-user/fort/metadata.xml @@ -0,0 +1,12 @@ + + + + + alarig@swordarmor.fr + Alarig Le Lay + + + proxy-maint@gentoo.org + Proxy Maintainers + +