diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-05 17:40:51 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-05 17:40:51 +0300 |
commit | c945fe87300624a11daa43b0c1eba98a3d6d871a (patch) | |
tree | 4a8e59b3b65a18700b2a0f5aa09b2717892e413f /acct-group/pcscd | |
parent | acct-group/openct: initial commit (diff) | |
download | gentoo-c945fe87300624a11daa43b0c1eba98a3d6d871a.tar.gz gentoo-c945fe87300624a11daa43b0c1eba98a3d6d871a.tar.bz2 gentoo-c945fe87300624a11daa43b0c1eba98a3d6d871a.zip |
acct-group/pcscd: initial commit
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'acct-group/pcscd')
-rw-r--r-- | acct-group/pcscd/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/pcscd/pcscd-0.ebuild | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/pcscd/metadata.xml b/acct-group/pcscd/metadata.xml new file mode 100644 index 000000000000..6698a4ab7883 --- /dev/null +++ b/acct-group/pcscd/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/pcscd/pcscd-0.ebuild b/acct-group/pcscd/pcscd-0.ebuild new file mode 100644 index 000000000000..b2d98afd01e9 --- /dev/null +++ b/acct-group/pcscd/pcscd-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=47 |