diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2020-07-12 09:39:30 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2020-07-12 11:20:36 +0300 |
commit | 1ad46d602c23c80b8acad903d7ed4ec8b375f688 (patch) | |
tree | f812e1b09fe92d3e9fc4ce0fff3e23588a7f2b13 /acct-group/privoxy | |
parent | net-im/ejabberd: keyworded 20.04 for ia64 (diff) | |
download | gentoo-1ad46d602c23c80b8acad903d7ed4ec8b375f688.tar.gz gentoo-1ad46d602c23c80b8acad903d7ed4ec8b375f688.tar.bz2 gentoo-1ad46d602c23c80b8acad903d7ed4ec8b375f688.zip |
acct-group/privoxy: new group for net-proxy/privoxy
GID 392
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'acct-group/privoxy')
-rw-r--r-- | acct-group/privoxy/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/privoxy/privoxy-0.ebuild | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/privoxy/metadata.xml b/acct-group/privoxy/metadata.xml new file mode 100644 index 000000000000..45c8b6c75c93 --- /dev/null +++ b/acct-group/privoxy/metadata.xml @@ -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>bircoph@gentoo.org</email> + <name>Andrew Savchenko</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/privoxy/privoxy-0.ebuild b/acct-group/privoxy/privoxy-0.ebuild new file mode 100644 index 000000000000..c45bf8db39b2 --- /dev/null +++ b/acct-group/privoxy/privoxy-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A privoxy: privacy oriented web proxy group" +ACCT_GROUP_ID=392 |