public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/yubico-piv-tool/
Date: Fri, 08 Aug 2025 03:21:35 +0000 (UTC)	[thread overview]
Message-ID: <1754623077.059db7805f7b8e70f16893ec44c3e528801e2e7a.sam@gentoo> (raw)

commit:     059db7805f7b8e70f16893ec44c3e528801e2e7a
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Wed Aug  6 22:10:32 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug  8 03:17:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059db780

sys-auth/yubico-piv-tool: drop 2.6.1

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Part-of: https://github.com/gentoo/gentoo/pull/43366
Closes: https://github.com/gentoo/gentoo/pull/43366
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-auth/yubico-piv-tool/Manifest                  |  2 -
 .../yubico-piv-tool/yubico-piv-tool-2.6.1.ebuild   | 53 ----------------------
 2 files changed, 55 deletions(-)

diff --git a/sys-auth/yubico-piv-tool/Manifest b/sys-auth/yubico-piv-tool/Manifest
index becf00d0456c..3f6a6268fc39 100644
--- a/sys-auth/yubico-piv-tool/Manifest
+++ b/sys-auth/yubico-piv-tool/Manifest
@@ -1,5 +1,3 @@
-DIST yubico-piv-tool-2.6.1.tar.gz 2411956 BLAKE2B 8ccbc384ab96b81730e50f03edd2a046c8fb677472bf136dfba3505ca7630f5c214b4a0c6346f15f6deaca8acecd199d061a21e59ff67e6b805980137ee17e13 SHA512 39c947db1ecbdda3ebd97614d0dbad75c603de5624941c90c4dcfa7d23523766d81d00fed6c7d9bd41f9b3013ebea77aa7b244230dfc76105756b0c493484b38
-DIST yubico-piv-tool-2.6.1.tar.gz.sig 566 BLAKE2B 0d3fdb88b081712d38639b63e8d85dc40540b5f7648a1ad45e9e43d8ba26cc4048f56fc3e09100887644b9e3c8dd62381c064b20607841b5ae04e5d5ec0a52c6 SHA512 b63f1953bd3b10ecbb14eaa8fe2ac0d879e53a8918f166a435d04ffaff3c9ea26ed518f4318fe9e3e36ba41869cdf05db8e51043b8a5ef8d649ee6a637ac4222
 DIST yubico-piv-tool-2.7.1.tar.gz 1361900 BLAKE2B 73c0106f378e0f4bedc4b8bde7b96ebd96d111a25c0d63e3e885c6950e60377bdda3758cc7762b7e3c871651169a76d69d306c5469bf176515ff359fff752b79 SHA512 147accafc833207506f92bf9cac0958300c980b3d72d7bc0b1c613a4c442e175ec11f8fa4cf2826095c60492f7b318185a980c944178b5b5699f878bceef9f8b
 DIST yubico-piv-tool-2.7.1.tar.gz.sig 566 BLAKE2B cc315cb39e59c30eeb96b77de50f9cd6ad6f990becdbf6e3b194cf55e4ad4878a3471f463d9ac99c7d3c15667e362b7294f484b58604d7b699823d345d7f713d SHA512 20ab9be637e00d17a75377a52911f998ffe5fc1a9474d7db197a3ae683ca635bad833b6d81e89569abca282a91ef94e63e4b2bb1055761a0858fd78b2bd7e68f
 DIST yubico-piv-tool-2.7.2.tar.gz 1364476 BLAKE2B 2609b812937d3080e83b3800ce283038bb20d741965309228ae71e9100455341b3670bee9e004c3fbe0183d7b2389761f3619c4e3b78c5ca00ba5b6bae9ec3ad SHA512 8a809ac77a763e19bcc0ec983ca5aaa34077fd8d57522fe180596b4b36107cb361df8c590821d33b2f0693094001e17372934687e4446c366e475ef74c27e56c

diff --git a/sys-auth/yubico-piv-tool/yubico-piv-tool-2.6.1.ebuild b/sys-auth/yubico-piv-tool/yubico-piv-tool-2.6.1.ebuild
deleted file mode 100644
index 5f31867cf3a5..000000000000
--- a/sys-auth/yubico-piv-tool/yubico-piv-tool-2.6.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake verify-sig
-
-DESCRIPTION="Command-line tool and p11-kit module for the YubiKey PIV application"
-HOMEPAGE="https://developers.yubico.com/yubico-piv-tool/ https://github.com/Yubico/yubico-piv-tool"
-SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz
-	verify-sig? ( https://developers.yubico.com/${PN}/Releases/${P}.tar.gz.sig )"
-
-LICENSE="BSD-2"
-SLOT="0/2"
-KEYWORDS="amd64 ~arm64 ~riscv"
-IUSE="test verify-sig"
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/yubico.com.asc"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="sys-apps/pcsc-lite
-	dev-libs/openssl:=[-bindist(-)]
-	sys-libs/zlib"
-DEPEND="${RDEPEND}
-	test? ( dev-libs/check )"
-BDEPEND="dev-util/gengetopt
-	sys-apps/help2man
-	virtual/pkgconfig
-	test? ( dev-libs/check )
-	verify-sig? ( >=sec-keys/openpgp-keys-yubico-20240628 )"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-2.1.1-tests-optional.patch
-	"${FILESDIR}"/${PN}-2.1.1-ykcs11-threads.patch
-	"${FILESDIR}"/${PN}-2.3.0-no-Werror.patch
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_STATIC_LIB=OFF
-		-DBUILD_TESTING=$(usex test)
-	)
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	echo "module: ${EPREFIX}/usr/$(get_libdir)/libykcs11.so" > ${PN}.module \
-		|| die "Failed to generate p11-kit module configuration"
-	insinto /usr/share/p11-kit/modules
-	doins ${PN}.module
-}


             reply	other threads:[~2025-08-08  3:21 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-08  3:21 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-12 19:00 [gentoo-commits] repo/gentoo:master commit in: sys-auth/yubico-piv-tool/ Arthur Zamarin
2025-08-08  3:26 Sam James
2025-08-08  3:21 Sam James
2025-02-28 10:12 Sam James
2025-01-21 13:13 Joonas Niilola
2024-12-18 12:14 Sam James
2024-11-02 12:46 Joonas Niilola
2024-11-02 12:46 Joonas Niilola
2024-10-05  8:08 Arthur Zamarin
2024-08-28  6:58 Joonas Niilola
2024-08-28  6:39 Joonas Niilola
2024-08-28  6:39 Joonas Niilola
2024-08-04 12:53 Jakov Smolić
2024-07-04 16:46 Jakov Smolić
2024-07-04  1:15 Sam James
2024-07-04  1:15 Sam James
2024-04-09 15:54 Arthur Zamarin
2024-04-07 15:22 Marek Szuba
2023-12-25 12:25 Marek Szuba
2023-06-04 15:49 Arthur Zamarin
2023-04-05 14:07 Marek Szuba
2023-04-04 19:32 Arthur Zamarin
2023-02-21 23:41 Marek Szuba
2022-04-09 23:35 Marek Szuba
2022-03-03  0:24 Marek Szuba
2021-11-19 15:04 Marek Szuba
2021-11-19 13:38 Jakov Smolić
2021-11-19 11:50 Marek Szuba
2021-09-09 15:16 Marek Szuba
2021-09-09 11:20 Marek Szuba
2021-08-02 12:33 Marek Szuba
2021-08-01 16:54 Marek Szuba
2021-06-17 22:18 Thomas Deutschmann
2021-06-17 20:32 Thomas Deutschmann
2021-03-12 15:25 Sam James
2021-01-22 10:47 Marek Szuba
2020-10-15 14:27 Marek Szuba
2020-10-14 19:08 Agostino Sarubbo
2020-10-14 14:44 Marek Szuba
2020-09-13 11:02 Marek Szuba
2020-09-06 20:39 Marek Szuba
2020-09-06 20:27 Marek Szuba
2020-09-06 20:27 Marek Szuba
2018-10-02 19:19 Richard Farina
2017-11-24 23:09 Michael Palimaka
2017-11-21 18:00 Manuel Rüger
2017-10-19 13:07 Manuel Rüger
2017-10-19 12:17 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1754623077.059db7805f7b8e70f16893ec44c3e528801e2e7a.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox