diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-11-14 19:28:47 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-11-14 19:31:34 +0100 |
commit | 1f9c6260fb69d26704caef253a8ad11b29aa2050 (patch) | |
tree | f00ac3160b5f81136133747f22f22209ab89a394 /acct-user | |
parent | acct-group/tpm: treeclean (diff) | |
download | gentoo-1f9c6260fb69d26704caef253a8ad11b29aa2050.tar.gz gentoo-1f9c6260fb69d26704caef253a8ad11b29aa2050.tar.bz2 gentoo-1f9c6260fb69d26704caef253a8ad11b29aa2050.zip |
acct-user/tpm: treeclean
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/tpm/metadata.xml | 5 | ||||
-rw-r--r-- | acct-user/tpm/tpm-0-r1.ebuild | 12 |
2 files changed, 0 insertions, 17 deletions
diff --git a/acct-user/tpm/metadata.xml b/acct-user/tpm/metadata.xml deleted file mode 100644 index 115e9d64a669..000000000000 --- a/acct-user/tpm/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> diff --git a/acct-user/tpm/tpm-0-r1.ebuild b/acct-user/tpm/tpm-0-r1.ebuild deleted file mode 100644 index 7423e856b40f..000000000000 --- a/acct-user/tpm/tpm-0-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit acct-user - -ACCT_USER_ID=347 -ACCT_USER_GROUPS=( "${PN}" ) -ACCT_USER_HOME=/var/lib/${PN} - -acct-user_add_deps |