diff options
author | Dennis Lamm <expeditioneer@gentoo.org> | 2020-08-30 19:18:28 +0200 |
---|---|---|
committer | Dennis Lamm <expeditioneer@gentoo.org> | 2020-08-31 06:36:16 +0200 |
commit | dcf01ac58265770e794a20de4cdb2a1fcdef69be (patch) | |
tree | 68fba8671edc23384c3516b9fd9a82f8f5842823 /acct-group | |
parent | dev-libs/libarcus: version bump 4.7.0 (diff) | |
download | gentoo-dcf01ac58265770e794a20de4cdb2a1fcdef69be.tar.gz gentoo-dcf01ac58265770e794a20de4cdb2a1fcdef69be.tar.bz2 gentoo-dcf01ac58265770e794a20de4cdb2a1fcdef69be.zip |
dev-libs/libcharon: version bump 4.7.0
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/17236
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/ultimaker/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/ultimaker/ultimaker-0.ebuild | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/ultimaker/metadata.xml b/acct-group/ultimaker/metadata.xml new file mode 100644 index 000000000000..ffe9ae031fb1 --- /dev/null +++ b/acct-group/ultimaker/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>3dprint@gentoo.org</email> + <name>Gentoo 3D Printer Project</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/ultimaker/ultimaker-0.ebuild b/acct-group/ultimaker/ultimaker-0.ebuild new file mode 100644 index 000000000000..af415ea3785f --- /dev/null +++ b/acct-group/ultimaker/ultimaker-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 + +DESCRIPTION="Group for ultimaker" +ACCT_GROUP_ID=369 |