diff options
author | Zen <z@pyl.onl> | 2023-12-22 18:04:03 -0600 |
---|---|---|
committer | Zen <z@pyl.onl> | 2023-12-22 18:04:03 -0600 |
commit | ba3de10dd84d044f4c45ac4d909b2385b4825517 (patch) | |
tree | 658459b693926680f9fa8a81bf72473ca5c8e138 /acct-user | |
parent | dev-lib/python: Removed needles src change (diff) | |
download | guru-ba3de10dd84d044f4c45ac4d909b2385b4825517.tar.gz guru-ba3de10dd84d044f4c45ac4d909b2385b4825517.tar.bz2 guru-ba3de10dd84d044f4c45ac4d909b2385b4825517.zip |
acct-user/loki: Remove mistakenly pushed acct-user/group commits
Signed-off-by: Zen <z@pyl.onl>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/loki/loki-0.ebuild | 12 | ||||
-rw-r--r-- | acct-user/loki/metadata.xml | 11 |
2 files changed, 0 insertions, 23 deletions
diff --git a/acct-user/loki/loki-0.ebuild b/acct-user/loki/loki-0.ebuild deleted file mode 100644 index fa65ac790..000000000 --- a/acct-user/loki/loki-0.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit acct-user - -DESCRIPTION="User for Loki." -ACCT_USER_ID=536 -ACCT_USER_GROUPS=( ${PN} ) - -acct-user_add_deps diff --git a/acct-user/loki/metadata.xml b/acct-user/loki/metadata.xml deleted file mode 100644 index 6b2598807..000000000 --- a/acct-user/loki/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>z@pyl.onl</email> - <name>Zen</name> - </maintainer> - <upstream> - <remote-id type="github">grafana/loki</remote-id> - </upstream> -</pkgmetadata> |