diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-06-21 17:50:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-06-21 17:50:24 +0100 |
commit | feb0daf81d888e9160f9f94502de09b66f2a63fd (patch) | |
tree | b6e5c40ce2abef3da27ed50a023153f475e0ddef /acct-user/octoprint | |
parent | 9452a6e87b6c2c70513bc47a2470bf9f1168920e (diff) |
gentoo resync : 21.06.2020
Diffstat (limited to 'acct-user/octoprint')
-rw-r--r-- | acct-user/octoprint/Manifest | 2 | ||||
-rw-r--r-- | acct-user/octoprint/metadata.xml | 8 | ||||
-rw-r--r-- | acct-user/octoprint/octoprint-0.ebuild | 15 |
3 files changed, 0 insertions, 25 deletions
diff --git a/acct-user/octoprint/Manifest b/acct-user/octoprint/Manifest deleted file mode 100644 index 702ecd9af346..000000000000 --- a/acct-user/octoprint/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD octoprint-0.ebuild 310 BLAKE2B c11936e7de754495f7e88e623c47c7d0125b530ad020cf051a1d80f41222f732f6657943edc0182aa0b579d4654f5288bc7b2538022ce4b165db9e4448f5fc49 SHA512 775de41ba924e8620a6ca5cd05c0bca77837fb5bfa7673dffdc7243a6024b4b11da8765a3f01740edfe634ec58ba8ba9afbd3c17b92115ce93f95d753df64198 -MISC metadata.xml 272 BLAKE2B fc647f1c3bd36da8740de72e83af1e2c0c49977e4d43b06a92753bf4a64a3363b703988a42fc456dae2083ead884eb0c2a2a67f659f33e4bac59eb2ff877a88d SHA512 c2000525052c492949e2f9332c45cc0ce64a2472583d52ba301ce688d03009b92a69490a2cf8eb22aeec7b1ff6fdcf552dc2c434e4e3948abea2952f45751316 diff --git a/acct-user/octoprint/metadata.xml b/acct-user/octoprint/metadata.xml deleted file mode 100644 index c7421e98fb6a..000000000000 --- a/acct-user/octoprint/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?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 Packages for 3d printing</name> - </maintainer> -</pkgmetadata> diff --git a/acct-user/octoprint/octoprint-0.ebuild b/acct-user/octoprint/octoprint-0.ebuild deleted file mode 100644 index 90468370d88b..000000000000 --- a/acct-user/octoprint/octoprint-0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit acct-user - -DESCRIPTION="User for OctoPrint" - -ACCT_USER_ID=368 -ACCT_USER_HOME=/var/lib/octoprint -ACCT_USER_HOME_OWNER=octoprint:octoprint -ACCT_USER_GROUPS=( octoprint video ) - -acct-user_add_deps |