commit: 3b22e93bdd3ad912616472473afbb7d726970cb9 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sat Nov 28 23:08:40 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Nov 28 23:08:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b22e93b
acct-user/ziproxy: Add user for ziproxy Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> acct-user/ziproxy/metadata.xml | 5 +++++ acct-user/ziproxy/ziproxy-0.ebuild | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-user/ziproxy/metadata.xml b/acct-user/ziproxy/metadata.xml new file mode 100644 index 00000000000..7a38bb90096 --- /dev/null +++ b/acct-user/ziproxy/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-user/ziproxy/ziproxy-0.ebuild b/acct-user/ziproxy/ziproxy-0.ebuild new file mode 100644 index 00000000000..ea999861d75 --- /dev/null +++ b/acct-user/ziproxy/ziproxy-0.ebuild @@ -0,0 +1,11 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +ACCT_USER_ID=367 +ACCT_USER_GROUPS=( "${PN}" ) + +acct-user_add_deps
