commit: 82c31c2ea1da8f66438724e0c8044523eaac4140 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Tue Feb 11 10:08:59 2020 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Tue Feb 11 11:41:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c31c2e
acct-group/octoprint: Initial import Package-Manager: Portage-2.3.86, Repoman-2.3.20 RepoMan-Options: --force Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org> acct-group/octoprint/metadata.xml | 8 ++++++++ acct-group/octoprint/octoprint-0.ebuild | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/octoprint/metadata.xml b/acct-group/octoprint/metadata.xml new file mode 100644 index 00000000000..c7421e98fb6 --- /dev/null +++ b/acct-group/octoprint/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>[email protected]</email> + <name>Gentoo Packages for 3d printing</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/octoprint/octoprint-0.ebuild b/acct-group/octoprint/octoprint-0.ebuild new file mode 100644 index 00000000000..f3456878eed --- /dev/null +++ b/acct-group/octoprint/octoprint-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=368
