diff options
-rw-r--r-- | acct-group/foldingathome/foldingathome-0.ebuild | 10 | ||||
-rw-r--r-- | acct-group/foldingathome/metadata.xml | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/acct-group/foldingathome/foldingathome-0.ebuild b/acct-group/foldingathome/foldingathome-0.ebuild new file mode 100644 index 000000000000..216461c86938 --- /dev/null +++ b/acct-group/foldingathome/foldingathome-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for sci-biology/foldingathome" + +ACCT_GROUP_ID="128" diff --git a/acct-group/foldingathome/metadata.xml b/acct-group/foldingathome/metadata.xml new file mode 100644 index 000000000000..8417d1580d40 --- /dev/null +++ b/acct-group/foldingathome/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="project"> + <email>sci-biology@gentoo.org</email> + <name>Gentoo Biology Project</name> + </maintainer> +</pkgmetadata> |