summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-11-19 18:55:25 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-11-19 18:55:25 +0100
commitdc8fded0e72ad4ca3393fddc0e7e9cf122d91155 (patch)
treeac95b6b00f951bc767a2c271c56a5724de87455f /sys-auth
parentx11-apps/xwarppointer: treeclean (diff)
downloadgentoo-dc8fded0e72ad4ca3393fddc0e7e9cf122d91155.tar.gz
gentoo-dc8fded0e72ad4ca3393fddc0e7e9cf122d91155.tar.bz2
gentoo-dc8fded0e72ad4ca3393fddc0e7e9cf122d91155.zip
sys-auth/ykneo-ccid-tools: treeclean
Closes: https://bugs.gentoo.org/819231 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/ykneo-ccid-tools/Manifest1
-rw-r--r--sys-auth/ykneo-ccid-tools/files/ykneo-ccid-tools-0.0.0-string.patch11
-rw-r--r--sys-auth/ykneo-ccid-tools/metadata.xml8
-rw-r--r--sys-auth/ykneo-ccid-tools/ykneo-ccid-tools-0.0.0.ebuild26
4 files changed, 0 insertions, 46 deletions
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"
-}