From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1269802-garchives=archives.gentoo.org@lists.gentoo.org> 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 3D63D13835A for <garchives@archives.gentoo.org>; Sun, 11 Apr 2021 16:26:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91D53E08FB; Sun, 11 Apr 2021 16:26:53 +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 7ADAAE08F1 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Apr 2021 16:26:53 +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 B35C5335D9D for <gentoo-commits@lists.gentoo.org>; Sun, 11 Apr 2021 16:26:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 435E3673 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Apr 2021 16:26:49 +0000 (UTC) From: "Conrad Kostecki" <conikost@gentoo.org> 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" <conikost@gentoo.org> Message-ID: <1618158354.d04f245fee7a0703a5d004bf3f03cdd764068aa8.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/sstpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-group/sstpc/metadata.xml acct-group/sstpc/sstpc-0.ebuild X-VCS-Directories: acct-group/sstpc/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d04f245fee7a0703a5d004bf3f03cdd764068aa8 X-VCS-Branch: master Date: Sun, 11 Apr 2021 16:26:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8729ef4b-9cd3-4168-afac-3da000c40c69 X-Archives-Hash: 6ca194b6930527c423f62c61fdef2ac1 commit: d04f245fee7a0703a5d004bf3f03cdd764068aa8 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Apr 11 15:51:14 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Apr 11 16:25:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04f245f acct-group/sstpc: add group for net-misc/sstp-client Bug: https://bugs.gentoo.org/781437 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-group/sstpc/metadata.xml | 5 +++++ acct-group/sstpc/sstpc-0.ebuild | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/acct-group/sstpc/metadata.xml b/acct-group/sstpc/metadata.xml new file mode 100644 index 00000000000..7a38bb90096 --- /dev/null +++ b/acct-group/sstpc/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> +</pkgmetadata> diff --git a/acct-group/sstpc/sstpc-0.ebuild b/acct-group/sstpc/sstpc-0.ebuild new file mode 100644 index 00000000000..6d41098780c --- /dev/null +++ b/acct-group/sstpc/sstpc-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for net-misc/sstp-client" + +ACCT_GROUP_ID="257"