diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
commit | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch) | |
tree | 758c221bad35c9288d0bd6df9c7dfc226728e52c /acct-user/gnupg-pkcs11-scd-proxy | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'acct-user/gnupg-pkcs11-scd-proxy')
-rw-r--r-- | acct-user/gnupg-pkcs11-scd-proxy/Manifest | 2 | ||||
-rw-r--r-- | acct-user/gnupg-pkcs11-scd-proxy/gnupg-pkcs11-scd-proxy-0.ebuild | 13 | ||||
-rw-r--r-- | acct-user/gnupg-pkcs11-scd-proxy/metadata.xml | 5 |
3 files changed, 20 insertions, 0 deletions
diff --git a/acct-user/gnupg-pkcs11-scd-proxy/Manifest b/acct-user/gnupg-pkcs11-scd-proxy/Manifest new file mode 100644 index 000000000000..cb17298186fb --- /dev/null +++ b/acct-user/gnupg-pkcs11-scd-proxy/Manifest @@ -0,0 +1,2 @@ +EBUILD gnupg-pkcs11-scd-proxy-0.ebuild 283 BLAKE2B 42ea5901fb893bc59524c8de52b32f9ceabd5081a83cae92b6ec4cd6075d06c11281d8baf3a653f7d0dff0a0fb51a1fd20055bdb5d8982a1c925c0f99422b7e5 SHA512 6b3187ad8be474ce2a15e0b70cbee0dbe79c0386bb0a667cae9e6c262d895be838c473a9181b2a0655ca353a10714f60ace447115136035dd38971fcca7e0767 +MISC metadata.xml 167 BLAKE2B e4dadf27fd344484f2bccb5b904909c89aac568c32e5b3c44bdf139eacefd4b4fae74419f503d2b7da0dccc1b68ba05d777d11292c0f89270d1ac5c9c703e8ca SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33 diff --git a/acct-user/gnupg-pkcs11-scd-proxy/gnupg-pkcs11-scd-proxy-0.ebuild b/acct-user/gnupg-pkcs11-scd-proxy/gnupg-pkcs11-scd-proxy-0.ebuild new file mode 100644 index 000000000000..a0fafbbe430f --- /dev/null +++ b/acct-user/gnupg-pkcs11-scd-proxy/gnupg-pkcs11-scd-proxy-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for app-crypt/gnupg-pkcs11-scd" + +ACCT_USER_GROUPS=( "gnupg-pkcs11-scd-proxy" "gnupg-pkcs11" ) +ACCT_USER_ID="281" + +acct-user_add_deps diff --git a/acct-user/gnupg-pkcs11-scd-proxy/metadata.xml b/acct-user/gnupg-pkcs11-scd-proxy/metadata.xml new file mode 100644 index 000000000000..7a38bb900964 --- /dev/null +++ b/acct-user/gnupg-pkcs11-scd-proxy/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> |