app-crypt/pkcs11-dump: drop 0.3.4

Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2025-06-30 14:24:03 +02:00
parent 33943f335a
commit b823d41028
2 changed files with 0 additions and 19 deletions

View File

@@ -1,2 +1 @@
DIST pkcs11-dump-0.3.4.tar.bz2 255715 BLAKE2B 61545d1b929f47799fa1c3f2591b245b7dadf70df786d7c3574109e66cab407449ec158e2bf29fcdce2238bc316029293ee9f37586367da971f1a8aa777bc015 SHA512 b38dbe8d7b04d7227592c90f6de815da7a030014df2f5f18d8c81587a742c587424a0eea3a1c8ec6e5c8c8f6dccc144130b91c57bef3d5882ee161629a97781b
DIST pkcs11-dump-0.3.5.tar.bz2 309146 BLAKE2B 9130b0a1b90c5aa7c7b90155ec457d86dd0a6eb3c9df95cfba923601348cf005b5a49cdd1a538e67ba3e71ffa8854f17caa0bae8279ac08cd9675e83f9ed2f51 SHA512 d8fee8abd03bcfff88a3f2dc8533acd698835deabf567787db6ac8ae374542a7eb3b37a64dee989f20bf8300289925fe5acc766e954da6fcacd7c3c34912771b

View File

@@ -1,18 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Utilities for PKCS#11 token content dump"
HOMEPAGE="https://github.com/alonbl/pkcs11-dump"
SRC_URI="https://github.com/alonbl/${PN}/releases/download/${P}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-libs/openssl:0="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"