commit: 557ff41dbd9033a7f742d0700e85f5db885d1287 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Sat Feb 24 17:13:41 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sat Feb 24 17:16:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557ff41d
acct-group/openhab: new package, add 0 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> acct-group/openhab/metadata.xml | 8 ++++++++ acct-group/openhab/openhab-0.ebuild | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/openhab/metadata.xml b/acct-group/openhab/metadata.xml new file mode 100644 index 000000000000..87a759d410cf --- /dev/null +++ b/acct-group/openhab/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"> + <name>Florian Schmaus</name> + <email>[email protected]</email> + </maintainer> +</pkgmetadata> diff --git a/acct-group/openhab/openhab-0.ebuild b/acct-group/openhab/openhab-0.ebuild new file mode 100644 index 000000000000..472c92df8b38 --- /dev/null +++ b/acct-group/openhab/openhab-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +ACCT_GROUP_ID=537
