From 30335515923be5f5ee02981121d2cdb6ad89978d Mon Sep 17 00:00:00 2001 From: ormorph Date: Sun, 28 Apr 2024 17:23:47 +0300 Subject: Add new TDE-14.1.2 Signed-off-by: ormorph --- trinity-apps/smartcardauth/Manifest | 1 + .../smartcardauth/smartcardauth-14.1.2.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 trinity-apps/smartcardauth/smartcardauth-14.1.2.ebuild (limited to 'trinity-apps/smartcardauth') diff --git a/trinity-apps/smartcardauth/Manifest b/trinity-apps/smartcardauth/Manifest index 13a6c390..8cd4e9a2 100644 --- a/trinity-apps/smartcardauth/Manifest +++ b/trinity-apps/smartcardauth/Manifest @@ -1 +1,2 @@ DIST smartcardauth-trinity-14.1.1.tar.xz 20124 BLAKE2B f757eb6f9bbf47118432708af0a984df013326e15d3c6f2b6fbbc598945c0c3ac0b358d64121ebf0550e8b59cb96c287efb171ab503254e00208b9c8c25393d8 SHA512 372020fab13d936009a776ac0459c115776de603e9eeb057aff99cc76c24983f1b4678e94d6857d84484243842115209c8f5bd6b09df72de63d4835430d2564e +DIST smartcardauth-trinity-14.1.2.tar.xz 20140 BLAKE2B 6580f4794e626bf05abffa5641012ba04a9d7b924c228e4894187e0e773a710bec638c5fb6dcef18c2229cd7e8ed18a4269a00ef41e3999d209d8fe7f247b09f SHA512 ac794314583bab83a132fd1654f623530dae0b290610bfc1c5e3e2fa4ce749ae6b07b4e32bb397c6e679212fbcd29379a50e9ab86d1f56c819cf33f80c522337 diff --git a/trinity-apps/smartcardauth/smartcardauth-14.1.2.ebuild b/trinity-apps/smartcardauth/smartcardauth-14.1.2.ebuild new file mode 100644 index 00000000..fc079d73 --- /dev/null +++ b/trinity-apps/smartcardauth/smartcardauth-14.1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2024 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_MODULE_TYPE="applications/system" +inherit trinity-base-2 + +DESCRIPTION="SmartCard login and LUKS decrypt" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DEPEND=" + dev-libs/pkcs11-helper + net-libs/gnutls + dev-libs/openssl:= +" +RDEPEND="${DEPEND}" -- cgit v1.2.1