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 8BA61138334 for ; Sun, 22 Dec 2019 15:47:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11BA3E0935; Sun, 22 Dec 2019 15:47:17 +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 E5045E0856 for ; Sun, 22 Dec 2019 15:47:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6889634DA7D for ; Sun, 22 Dec 2019 15:47:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E7CBEAB6 for ; Sun, 22 Dec 2019 15:47:13 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1577029615.c735ea192d3458c6b41cbba6ce545d9be0610f66.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/x2goprint/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-group/x2goprint/metadata.xml acct-group/x2goprint/x2goprint-0.ebuild X-VCS-Directories: acct-group/x2goprint/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: c735ea192d3458c6b41cbba6ce545d9be0610f66 X-VCS-Branch: master Date: Sun, 22 Dec 2019 15:47:13 +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: 85d1f933-9513-4227-a5cb-d4ec46080c36 X-Archives-Hash: fcb064e46568f472b611a7744c7c0594 commit: c735ea192d3458c6b41cbba6ce545d9be0610f66 Author: Bernard Cafarelli gentoo org> AuthorDate: Sun Dec 22 15:36:32 2019 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sun Dec 22 15:46:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c735ea19 acct-group/x2goprint: new group for net-misc/x2goserver, GID 292 Signed-off-by: Bernard Cafarelli gentoo.org> acct-group/x2goprint/metadata.xml | 8 ++++++++ acct-group/x2goprint/x2goprint-0.ebuild | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/acct-group/x2goprint/metadata.xml b/acct-group/x2goprint/metadata.xml new file mode 100644 index 00000000000..e7a96b9df4e --- /dev/null +++ b/acct-group/x2goprint/metadata.xml @@ -0,0 +1,8 @@ + + + + + voyageur@gentoo.org + Bernard Cafarelli + + diff --git a/acct-group/x2goprint/x2goprint-0.ebuild b/acct-group/x2goprint/x2goprint-0.ebuild new file mode 100644 index 00000000000..21c15f4074f --- /dev/null +++ b/acct-group/x2goprint/x2goprint-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for net-misc/x2goserver" +ACCT_GROUP_ID=292