diff options
Diffstat (limited to 'acct-group/lxd')
-rw-r--r-- | acct-group/lxd/Manifest | 2 | ||||
-rw-r--r-- | acct-group/lxd/lxd-0.ebuild | 9 | ||||
-rw-r--r-- | acct-group/lxd/metadata.xml | 8 |
3 files changed, 19 insertions, 0 deletions
diff --git a/acct-group/lxd/Manifest b/acct-group/lxd/Manifest new file mode 100644 index 000000000000..76d05b165259 --- /dev/null +++ b/acct-group/lxd/Manifest @@ -0,0 +1,2 @@ +EBUILD lxd-0.ebuild 188 BLAKE2B d153f470506feb2e2557573bbd0423ba1f14ccf319130834723b2b574c4545995329d6ae8b22df175db173f1edcb28f6088c835d9a650469720a7f305428be11 SHA512 6f9a1c1d2dbff5ca04254fee1584e1cd1c2ea263fb317adf08af8b86ae496343f472967e845ac6ab3556bd1b88b2e215616c2b499e2c3d9d584c5d20a46b9111 +MISC metadata.xml 254 BLAKE2B 938f68b7b21ad386a35540a09e4bb956e241dfc963d4823c3c0cd46d3449ff4fb5a1cead67ad7c35a460503d30bdbde35822535f1c2d46f2939ee190f328b846 SHA512 26047ebb40fc49bfb4393121c5c5af69caee617a1d75676be84b0f5af75564828aeeef4503c7681eaaf7e48f6c662574874336296c18e002dca8e925162a1d4c diff --git a/acct-group/lxd/lxd-0.ebuild b/acct-group/lxd/lxd-0.ebuild new file mode 100644 index 000000000000..b6ce29937d17 --- /dev/null +++ b/acct-group/lxd/lxd-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=402 +DESCRIPTION="Group for app-emulation/lxd" diff --git a/acct-group/lxd/metadata.xml b/acct-group/lxd/metadata.xml new file mode 100644 index 000000000000..6b0a0fb3a729 --- /dev/null +++ b/acct-group/lxd/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>juippis@gentoo.org</email> + <name>Joonas Niilola</name> + </maintainer> +</pkgmetadata> |