diff --git a/acct-group/flatpak/flatpak-0.ebuild b/acct-group/flatpak/flatpak-0.ebuild new file mode 100644 index 0000000000..1f5d979403 --- /dev/null +++ b/acct-group/flatpak/flatpak-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=313 diff --git a/acct-group/flatpak/metadata.xml b/acct-group/flatpak/metadata.xml new file mode 100644 index 0000000000..775bda744b --- /dev/null +++ b/acct-group/flatpak/metadata.xml @@ -0,0 +1,8 @@ + + + + + david@ixit.cz + David Heidelberg + + diff --git a/acct-user/flatpak/flatpak-0.ebuild b/acct-user/flatpak/flatpak-0.ebuild new file mode 100644 index 0000000000..0866f10de6 --- /dev/null +++ b/acct-user/flatpak/flatpak-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +ACCT_USER_ID=313 +ACCT_USER_GROUPS=( flatpak ) +acct-user_add_deps diff --git a/acct-user/flatpak/metadata.xml b/acct-user/flatpak/metadata.xml new file mode 100644 index 0000000000..775bda744b --- /dev/null +++ b/acct-user/flatpak/metadata.xml @@ -0,0 +1,8 @@ + + + + + david@ixit.cz + David Heidelberg + +