diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
commit | 2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch) | |
tree | c8af0fd04194aed03cf067d44e53c7edd3e9ab84 /acct-user/prosody | |
parent | e9d044d4b9b71200a96adfa280848858c0f468c9 (diff) |
gentoo resync : 05.12.2021
Diffstat (limited to 'acct-user/prosody')
-rw-r--r-- | acct-user/prosody/Manifest | 2 | ||||
-rw-r--r-- | acct-user/prosody/metadata.xml | 8 | ||||
-rw-r--r-- | acct-user/prosody/prosody-0.ebuild | 13 |
3 files changed, 23 insertions, 0 deletions
diff --git a/acct-user/prosody/Manifest b/acct-user/prosody/Manifest new file mode 100644 index 000000000000..1720956ea140 --- /dev/null +++ b/acct-user/prosody/Manifest @@ -0,0 +1,2 @@ +EBUILD prosody-0.ebuild 243 BLAKE2B fba7d09fd545e83ff9eb1631eef52c6f5ad88d0fa7a8aeda6a98baf4e6f197b9dab7efb95c9fb680e23a7cf66f6a8f0b3e437167c15f6a2e80ee2dacf0ffedc7 SHA512 eb7c1932673ec18db3bbf1effa26ef90040f8a73d1d8584d1e15acf7b0ca4f465b4ffd1e9a345f1255d52e796c33d0fd7874c2d82f7d7abbe8c8db33dba6509a +MISC metadata.xml 251 BLAKE2B ba937d5724c861b8bfd1d287a325357d6a63656cf5c2314185a486be769eb22b39fa780b38c05407bce5f0707585d499a849a28e15a2fde9eebba6f529e686a3 SHA512 0fb5b55fc7db96153970767478727504fd0e87c1c8a77593f1f30720064e95776b92e4993f9aed076c983eee5cebca446fe8894e36fbcc02802bb1c158747dd3 diff --git a/acct-user/prosody/metadata.xml b/acct-user/prosody/metadata.xml new file mode 100644 index 000000000000..c07e13d4a6bd --- /dev/null +++ b/acct-user/prosody/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>conikost@gentoo.org</email> + <name>Conrad Kostecki</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/prosody/prosody-0.ebuild b/acct-user/prosody/prosody-0.ebuild new file mode 100644 index 000000000000..223aa45c40f1 --- /dev/null +++ b/acct-user/prosody/prosody-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="A user for net-im/prosody" + +ACCT_USER_GROUPS=( "prosody" ) +ACCT_USER_ID="115" + +acct-user_add_deps |