From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1130488-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 85D8E138335 for <garchives@archives.gentoo.org>; Sat, 14 Dec 2019 08:42:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3D7CE087F; Sat, 14 Dec 2019 08:42:01 +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 89C55E087F for <gentoo-commits@lists.gentoo.org>; Sat, 14 Dec 2019 08:42:01 +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 6E8F134D877 for <gentoo-commits@lists.gentoo.org>; Sat, 14 Dec 2019 08:42:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 613218D3 for <gentoo-commits@lists.gentoo.org>; Sat, 14 Dec 2019 08:41:58 +0000 (UTC) From: "Joonas Niilola" <juippis@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, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1576312897.799e6b1938a5ee093dfa8dbaa5b4acddfa5c9dc5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/rspamd/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/rspamd/metadata.xml acct-user/rspamd/rspamd-0.ebuild X-VCS-Directories: acct-user/rspamd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 799e6b1938a5ee093dfa8dbaa5b4acddfa5c9dc5 X-VCS-Branch: master Date: Sat, 14 Dec 2019 08:41:58 +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: eefa2377-8c80-433f-a191-013435c1b154 X-Archives-Hash: c646b77395c4e6a4a799f63c3a8125ae commit: 799e6b1938a5ee093dfa8dbaa5b4acddfa5c9dc5 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Tue Dec 3 10:46:30 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Dec 14 08:41:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=799e6b19 acct-user/rspamd: New user for mail-filter/rspamd (UID 237) Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> acct-user/rspamd/metadata.xml | 16 ++++++++++++++++ acct-user/rspamd/rspamd-0.ebuild | 12 ++++++++++++ 2 files changed, 28 insertions(+) diff --git a/acct-user/rspamd/metadata.xml b/acct-user/rspamd/metadata.xml new file mode 100644 index 00000000000..ea7ff6741e1 --- /dev/null +++ b/acct-user/rspamd/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>c@roessner.co</email> + <name>Christian Roessner</name> + </maintainer> + <maintainer type="person"> + <email>djc@gentoo.org</email> + <name>Dirkjan Ochtman</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/rspamd/rspamd-0.ebuild b/acct-user/rspamd/rspamd-0.ebuild new file mode 100644 index 00000000000..18905e633f7 --- /dev/null +++ b/acct-user/rspamd/rspamd-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for rspamd - Rapid spam filtering system" +ACCT_USER_ID=237 +ACCT_USER_GROUPS=( rspamd ) + +acct-user_add_deps