summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-08-13 11:01:00 +0100
committerMarek Szuba <marecki@gentoo.org>2021-08-13 11:02:14 +0100
commit71d788069da1e40efaff9e6ce801bdaa2b8c07ec (patch)
tree15caaa1c8a148f364f31c6bad62554f15044f1e7 /app-crypt/cardpeek/cardpeek-0.8.4.ebuild
parentprofiles/targets/desktop: do not mention now-unsupported lua5-2 (diff)
downloadgentoo-71d788069da1e40efaff9e6ce801bdaa2b8c07ec.tar.gz
gentoo-71d788069da1e40efaff9e6ce801bdaa2b8c07ec.tar.bz2
gentoo-71d788069da1e40efaff9e6ce801bdaa2b8c07ec.zip
app-crypt/cardpeek: remove last-rited package
Closes: https://bugs.gentoo.org/801883 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-crypt/cardpeek/cardpeek-0.8.4.ebuild')
-rw-r--r--app-crypt/cardpeek/cardpeek-0.8.4.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
deleted file mode 100644
index c479212f4682..000000000000
--- a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-2 )
-
-inherit lua-single xdg
-
-DESCRIPTION="Tool to read the contents of smartcards"
-HOMEPAGE="http://pannetrat.com/Cardpeek"
-SRC_URI="http://downloads.pannetrat.com/install/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-RDEPEND="${LUA_DEPS}
- sys-apps/pcsc-lite
- x11-libs/gtk+:3
- net-misc/curl
- dev-libs/openssl:0="
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"