diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2022-11-16 23:55:08 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2022-11-17 00:36:40 +0500 |
commit | 8aa9b36e71b15c7fe1411348f9eb4663e10f9ea2 (patch) | |
tree | 6f69da353c4e1be7e61493ca3d2d6e2e8ecc7370 /acct-group | |
parent | dev-python/mkdocs-render-swagger-plugin: new package, add 0.0.4 (diff) | |
download | guru-8aa9b36e71b15c7fe1411348f9eb4663e10f9ea2.tar.gz guru-8aa9b36e71b15c7fe1411348f9eb4663e10f9ea2.tar.bz2 guru-8aa9b36e71b15c7fe1411348f9eb4663e10f9ea2.zip |
acct-group/gotosocial: new package, add 0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/gotosocial/gotosocial-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/gotosocial/metadata.xml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/gotosocial/gotosocial-0.ebuild b/acct-group/gotosocial/gotosocial-0.ebuild new file mode 100644 index 000000000..b0c893b76 --- /dev/null +++ b/acct-group/gotosocial/gotosocial-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +ACCT_GROUP_ID=-1 diff --git a/acct-group/gotosocial/metadata.xml b/acct-group/gotosocial/metadata.xml new file mode 100644 index 000000000..7ebbd0334 --- /dev/null +++ b/acct-group/gotosocial/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>cyber+gentoo@sysrq.in</email> + <name>Anna</name> + </maintainer> +</pkgmetadata> |