commit: dc8fded0e72ad4ca3393fddc0e7e9cf122d91155 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Fri Nov 19 17:55:25 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Fri Nov 19 17:55:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8fded0
sys-auth/ykneo-ccid-tools: treeclean Closes: https://bugs.gentoo.org/819231 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> profiles/package.mask | 6 ----- sys-auth/ykneo-ccid-tools/Manifest | 1 - .../files/ykneo-ccid-tools-0.0.0-string.patch | 11 --------- sys-auth/ykneo-ccid-tools/metadata.xml | 8 ------- .../ykneo-ccid-tools/ykneo-ccid-tools-0.0.0.ebuild | 26 ---------------------- 5 files changed, 52 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index bee7c88f82d0..706529b33eb2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -518,12 +518,6 @@ net-fs/openafs-legacy # Removal on 2021-11-20. net-ftp/profxp -# Jakov Smolić <[email protected]> (2021-10-21) -# No maintainer, dead upstream, EAPI 5. -# No other distro is packaging this. Bug #819231 -# Removal on 2021-11-20. -sys-auth/ykneo-ccid-tools - # Sam James <[email protected]> (2021-10-10) # Needs upstream build system fixes (currently in progress). # Python toggles don't work correctly right now. diff --git a/sys-auth/ykneo-ccid-tools/Manifest b/sys-auth/ykneo-ccid-tools/Manifest deleted file mode 100644 index 2747cdfabf62..000000000000 --- a/sys-auth/ykneo-ccid-tools/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ykneo-ccid-tools-0.0.0.tar.gz 298831 BLAKE2B abe3cf35eab7afae56e16665735f8ce5aa436e8d1a7b98c7ac5f88a129ad2cb4331e40839c017b5384f442b0e365f7c0f414abe8dbcbbea5af08f13d8b3f5a54 SHA512 735fbdee9e307b8fa1304b5ebc1fc490807e3b4cd67b62c4faa100fe9ac2915b8c1c979820078e0035ddb9d304460c7bae601ad89f358101faae2f13d066d864 diff --git a/sys-auth/ykneo-ccid-tools/files/ykneo-ccid-tools-0.0.0-string.patch b/sys-auth/ykneo-ccid-tools/files/ykneo-ccid-tools-0.0.0-string.patch deleted file mode 100644 index 7a4b70b82f82..000000000000 --- a/sys-auth/ykneo-ccid-tools/files/ykneo-ccid-tools-0.0.0-string.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -urN ykneo-ccid-tools-0.0.0.orig/NEO_Config.c ykneo-ccid-tools-0.0.0/NEO_Config.c ---- ykneo-ccid-tools-0.0.0.orig/NEO_Config.c 2012-12-20 21:30:44.000000000 +0100 -+++ ykneo-ccid-tools-0.0.0/NEO_Config.c 2013-08-12 16:40:18.109041000 +0200 -@@ -9,6 +9,7 @@ - - #include <stdio.h> - #include <stdlib.h> -+#include <string.h> - #include <neo_if.h> - - #pragma pack(push, 1) diff --git a/sys-auth/ykneo-ccid-tools/metadata.xml b/sys-auth/ykneo-ccid-tools/metadata.xml deleted file mode 100644 index 29365b0cc2d3..000000000000 --- a/sys-auth/ykneo-ccid-tools/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">Yubico/ykneo-ccid-tools</remote-id> - </upstream> -</pkgmetadata> diff --git a/sys-auth/ykneo-ccid-tools/ykneo-ccid-tools-0.0.0.ebuild b/sys-auth/ykneo-ccid-tools/ykneo-ccid-tools-0.0.0.ebuild deleted file mode 100644 index ad5468406fe9..000000000000 --- a/sys-auth/ykneo-ccid-tools/ykneo-ccid-tools-0.0.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit epatch udev - -DESCRIPTION="Tools for Yubico's YubiKey NEO in CCID mode" -SRC_URI="http://yubico.github.io/ykneo-ccid-tools/releases/${P}.tar.gz" -HOMEPAGE="https://github.com/Yubico/ykneo-ccid-tools" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -LICENSE="BSD-2" -IUSE="" - -RDEPEND="sys-apps/pcsc-lite" -DEPEND="${RDEPEND} - sys-apps/help2man - dev-util/gengetopt" - -DOCS=( AUTHORS NEWS README ) - -src_prepare() { - epatch "${FILESDIR}/${P}-string.patch" -}
