summaryrefslogtreecommitdiff
path: root/app-crypt/yubihsm-connector
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-crypt/yubihsm-connector
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-crypt/yubihsm-connector')
-rw-r--r--app-crypt/yubihsm-connector/Manifest2
-rw-r--r--app-crypt/yubihsm-connector/metadata.xml11
-rw-r--r--app-crypt/yubihsm-connector/yubihsm-connector-3.0.7.ebuild50
3 files changed, 0 insertions, 63 deletions
diff --git a/app-crypt/yubihsm-connector/Manifest b/app-crypt/yubihsm-connector/Manifest
deleted file mode 100644
index 6dae3af5c190..000000000000
--- a/app-crypt/yubihsm-connector/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST yubihsm-connector-3.0.7-vendor.tar.xz 971868 BLAKE2B ada92c62fb3012d6b4cba85c1864b782860b069970849ae036d5438929a310e10370cc1d11cabe5e53664e75cda69f00a85ab3bee97478328a4e140e2c82d417 SHA512 9e8ef1e3d16a89a9347f4051429a271bf2e25fc3286bc260bafddaccf03b11477bce56732c89026401dcfdad3165498ef020bd40206c898a01af2da3a1584838
-DIST yubihsm-connector-3.0.7.tar.gz 70152 BLAKE2B b14b89297626eba9e64a1eb43adf2defc632de977d524e5947bd4975bd98014731488285aaddba2ccc6bceb40d12a96c426299e466feee554c9de521e8c60ffd SHA512 f80d76c7eb55189ad15ec4c031edfcdb469fe83a9af666e6d2405cc8246a0cdbeab3c358aeea82cbca88ccf0138471ca1723819d93ddfa031671436a10d5adcf
diff --git a/app-crypt/yubihsm-connector/metadata.xml b/app-crypt/yubihsm-connector/metadata.xml
deleted file mode 100644
index 2d2ca25e4c70..000000000000
--- a/app-crypt/yubihsm-connector/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>zx2c4@gentoo.org</email>
- <name>Jason A. Donenfeld</name>
- </maintainer>
- <upstream>
- <remote-id type="github">Yubico/yubihsm-connector</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-crypt/yubihsm-connector/yubihsm-connector-3.0.7.ebuild b/app-crypt/yubihsm-connector/yubihsm-connector-3.0.7.ebuild
deleted file mode 100644
index 4d082b4cb8b5..000000000000
--- a/app-crypt/yubihsm-connector/yubihsm-connector-3.0.7.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2023-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module systemd udev
-
-DESCRIPTION="Server to expose YubiHSM 2 to network"
-HOMEPAGE="https://developers.yubico.com/yubihsm-connector/"
-SRC_URI="
- https://developers.yubico.com/${PN}/Releases/${P}.tar.gz
- https://dev.gentoo.org/~zx2c4/distfiles/${P}-vendor.tar.xz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-RESTRICT="test"
-
-DEPEND=""
-RDEPEND="
- virtual/libusb:1
- virtual/udev
- acct-user/yubihsm-connector
- acct-group/yubihsm-connector
-"
-BDEPEND=""
-
-src_compile() {
- ego generate
- ego build ${GOFLAGS}
-}
-
-src_install() {
- dobin yubihsm-connector
- sed -i 's/ systemd-networkd-wait-online.service//' deb/yubihsm-connector.service
- systemd_dounit deb/yubihsm-connector.service
- udev_dorules deb/70-yubihsm-connector.rules
- insinto /etc
- doins deb/yubihsm-connector.yaml
-}
-
-pkg_postinst() {
- udev_reload
-}
-
-pkg_postrm() {
- udev_reload
-}