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 2695E138334 for ; Thu, 30 May 2019 12:53:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C61B8E0993; Thu, 30 May 2019 12:50:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5A858E0984 for ; Thu, 30 May 2019 12:50:56 +0000 (UTC) Received: from localhost.localdomain (d202-252.icpnet.pl [109.173.202.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id B27FD34535C; Thu, 30 May 2019 12:50:54 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 7/9] group/ftp: Add 'ftp' group (GID 21) Date: Thu, 30 May 2019 14:50:37 +0200 Message-Id: <20190530125039.15591-8-mgorny@gentoo.org> X-Mailer: git-send-email 2.22.0.rc1 In-Reply-To: <20190530125039.15591-1-mgorny@gentoo.org> References: <20190530125039.15591-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 2aff79c3-33a7-4926-81d4-2f78070001c8 X-Archives-Hash: e730531d5b4d80d50de6967c516fc0bf Signed-off-by: Michał Górny --- group/ftp/ftp-0.ebuild | 8 ++++++++ group/ftp/metadata.xml | 5 +++++ profiles/categories | 1 + 3 files changed, 14 insertions(+) create mode 100644 group/ftp/ftp-0.ebuild create mode 100644 group/ftp/metadata.xml diff --git a/group/ftp/ftp-0.ebuild b/group/ftp/ftp-0.ebuild new file mode 100644 index 000000000000..e9fc60499b9a --- /dev/null +++ b/group/ftp/ftp-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit sys-group + +SYS_GROUP_ID=21 diff --git a/group/ftp/metadata.xml b/group/ftp/metadata.xml new file mode 100644 index 000000000000..7a38bb900964 --- /dev/null +++ b/group/ftp/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/profiles/categories b/profiles/categories index 4ff0d5562001..acbade9601ea 100644 --- a/profiles/categories +++ b/profiles/categories @@ -76,6 +76,7 @@ gnome-extra gnustep-apps gnustep-base gnustep-libs +group gui-apps gui-libs gui-wm -- 2.22.0.rc1