mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
acct-user/tinyproxy: add user pkg for net-proxy/tinyproxy
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
8
acct-user/tinyproxy/metadata.xml
Normal file
8
acct-user/tinyproxy/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>bkohler@gentoo.org</email>
|
||||
<name>Ben Kohler</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
12
acct-user/tinyproxy/tinyproxy-0.ebuild
Normal file
12
acct-user/tinyproxy/tinyproxy-0.ebuild
Normal file
@@ -0,0 +1,12 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="uid for net-proxy/tinyproxy"
|
||||
ACCT_USER_ID=186
|
||||
ACCT_USER_GROUPS=( tinyproxy )
|
||||
|
||||
acct-user_add_deps
|
||||
Reference in New Issue
Block a user