diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /app-crypt/tpm2-abrmd | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'app-crypt/tpm2-abrmd')
| -rw-r--r-- | app-crypt/tpm2-abrmd/Manifest | 1 | ||||
| -rw-r--r-- | app-crypt/tpm2-abrmd/files/tpm2-abrmd.confd | 1 | ||||
| -rw-r--r-- | app-crypt/tpm2-abrmd/files/tpm2-abrmd.initd | 16 | ||||
| -rw-r--r-- | app-crypt/tpm2-abrmd/metadata.xml | 15 | ||||
| -rw-r--r-- | app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r2.ebuild | 66 |
5 files changed, 0 insertions, 99 deletions
diff --git a/app-crypt/tpm2-abrmd/Manifest b/app-crypt/tpm2-abrmd/Manifest deleted file mode 100644 index 8c789db744a8..000000000000 --- a/app-crypt/tpm2-abrmd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tpm2-abrmd-3.0.0.tar.gz 576822 BLAKE2B cdcb677a2dec59cdc454b98793bb0784ba3403c276b618cd37c5748ab1d883ee8f3f69c0ae95c7bf262e2e993dcc0b12ae39010de12c6c211fe3de8c21515160 SHA512 65a39cd0518dfbcbd5835ac6c6628444d412e36471702f2cd1f1077d788330a477778e6403899ea2fa0497b643e5db9ca3e746845492eff78c4c78d8dd8f9e7d diff --git a/app-crypt/tpm2-abrmd/files/tpm2-abrmd.confd b/app-crypt/tpm2-abrmd/files/tpm2-abrmd.confd deleted file mode 100644 index 619e3dfde776..000000000000 --- a/app-crypt/tpm2-abrmd/files/tpm2-abrmd.confd +++ /dev/null @@ -1 +0,0 @@ -TPM2_ABRMD_ARGS= diff --git a/app-crypt/tpm2-abrmd/files/tpm2-abrmd.initd b/app-crypt/tpm2-abrmd/files/tpm2-abrmd.initd deleted file mode 100644 index c07f8e757eb9..000000000000 --- a/app-crypt/tpm2-abrmd/files/tpm2-abrmd.initd +++ /dev/null @@ -1,16 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License, v2 or later - -description="TPM2 Access Broker & Resource Manager" -command="/usr/sbin/tpm2-abrmd" -command_args="${TPM2_ABRMD_ARGS} --logger=syslog" -command_background=1 -command_user="tss:tss" -pidfile="/var/run/${RC_SVCNAME}.pid" - -depend() { - need dbus - use logger - after coldplug -} diff --git a/app-crypt/tpm2-abrmd/metadata.xml b/app-crypt/tpm2-abrmd/metadata.xml deleted file mode 100644 index 9a3d266d1b28..000000000000 --- a/app-crypt/tpm2-abrmd/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>salah.coronya@gmail.com</email> - <name>Christopher Byrne</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <remote-id type="github">tpm2-software/tpm2-abrmd</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r2.ebuild b/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r2.ebuild deleted file mode 100644 index face094087a2..000000000000 --- a/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic systemd - -DESCRIPTION="TPM2 Access Broker & Resource Manager" -HOMEPAGE="https://github.com/tpm2-software/tpm2-abrmd" -SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86" -IUSE="selinux static-libs test" - -RESTRICT="!test? ( test )" - -RDEPEND="acct-group/tss - acct-user/tss - sys-apps/dbus - dev-libs/glib:= - app-crypt/tpm2-tss:=" -DEPEND="${RDEPEND} - test? ( - app-crypt/swtpm - >=app-crypt/tpm2-tss-3.0.0:= - dev-util/cmocka - sys-apps/iproute2[-minimal] - )" -RDEPEND+=" selinux? ( sec-policy/selinux-tpm2 )" -BDEPEND="virtual/pkgconfig - dev-util/gdbus-codegen" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - # tests fail with LTO enabbled. See bug 865275 - filter-lto - econf \ - $(use_enable static-libs static) \ - $(use_enable test unit) \ - $(use_enable test integration) \ - --disable-defaultflags \ - --with-dbuspolicydir="${EPREFIX}/usr/share/dbus-1/system.d" \ - --with-systemdpresetdir="$(systemd_get_systemunitdir)/../system-preset" \ - --with-systemdpresetdisable \ - --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" -} - -src_install() { - default - - find "${D}" -name '*.la' -delete || die - - newinitd "${FILESDIR}"/${PN}.initd ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} -} - -pkg_postinst() { - einfo "As of tpm2-abrmd 3.0.0, users must be in the tss group" - einfo "to access the TPM" -} |
