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 69F97138334 for ; Sat, 14 Dec 2019 08:26:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D729E086B; Sat, 14 Dec 2019 08:26:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 81AD5E086B for ; Sat, 14 Dec 2019 08:26:37 +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 AAF2234D814 for ; Sat, 14 Dec 2019 08:26:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 329DE893 for ; Sat, 14 Dec 2019 08:26:34 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1576311523.8b088902d8ef7ae7d0098dbed4a604089b7e2e4a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/plex/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-group/plex/metadata.xml acct-group/plex/plex-0.ebuild X-VCS-Directories: acct-group/plex/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8b088902d8ef7ae7d0098dbed4a604089b7e2e4a X-VCS-Branch: master Date: Sat, 14 Dec 2019 08:26:34 +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: 110ce1ca-214c-40ed-a04b-b54d4beb026b X-Archives-Hash: 60c90635ee291fe5a273bf3d001e5e46 commit: 8b088902d8ef7ae7d0098dbed4a604089b7e2e4a Author: Stephen Shkardoon ss23 geek nz> AuthorDate: Sat Dec 14 08:18:43 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Dec 14 08:18:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b088902 acct-group/plex: new package for plex-media-server (GID 103) Signed-off-by: Stephen Shkardoon ss23.geek.nz> Signed-off-by: Joonas Niilola gentoo.org> acct-group/plex/metadata.xml | 12 ++++++++++++ acct-group/plex/plex-0.ebuild | 9 +++++++++ 2 files changed, 21 insertions(+) diff --git a/acct-group/plex/metadata.xml b/acct-group/plex/metadata.xml new file mode 100644 index 00000000000..8815e575c0e --- /dev/null +++ b/acct-group/plex/metadata.xml @@ -0,0 +1,12 @@ + + + + + ss23@ss23.geek.nz + Stephen Shkardoon + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/acct-group/plex/plex-0.ebuild b/acct-group/plex/plex-0.ebuild new file mode 100644 index 00000000000..87e5a692cc1 --- /dev/null +++ b/acct-group/plex/plex-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="Plex Media Server group" +ACCT_GROUP_ID=103