diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-27 21:50:13 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-27 21:51:39 +0300 |
commit | 665bc29c14400773941d6932ec554cc340b2d95b (patch) | |
tree | b447a11d073d8cebb502549c4577b64f301c81b3 /acct-group | |
parent | net-analyzer/argus: Fix CFLAGS=-fno-common (diff) | |
download | gentoo-665bc29c14400773941d6932ec554cc340b2d95b.tar.gz gentoo-665bc29c14400773941d6932ec554cc340b2d95b.tar.bz2 gentoo-665bc29c14400773941d6932ec554cc340b2d95b.zip |
acct-group/squid: initial commit
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/squid/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/squid/squid-0.ebuild | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/squid/metadata.xml b/acct-group/squid/metadata.xml new file mode 100644 index 000000000000..6698a4ab7883 --- /dev/null +++ b/acct-group/squid/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>zlogene@gentoo.org</email> + <name>Mikle Kolyada</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/squid/squid-0.ebuild b/acct-group/squid/squid-0.ebuild new file mode 100644 index 000000000000..7295f3099cd9 --- /dev/null +++ b/acct-group/squid/squid-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=301 |