diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-01-25 14:31:21 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-01-25 17:37:49 +0000 |
commit | 4af01ddb22527aada3aa0d4d2143e8da67da5472 (patch) | |
tree | 79dfb4c1e45cd396756e1e381452d05f7000fb95 /app-crypt | |
parent | app-misc/worker: remove old (diff) | |
download | gentoo-4af01ddb22527aada3aa0d4d2143e8da67da5472.tar.gz gentoo-4af01ddb22527aada3aa0d4d2143e8da67da5472.tar.bz2 gentoo-4af01ddb22527aada3aa0d4d2143e8da67da5472.zip |
app-crypt/cardpeek: remove old
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/cardpeek/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/cardpeek/cardpeek-0.7.2.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/app-crypt/cardpeek/Manifest b/app-crypt/cardpeek/Manifest index 8ca76071dee1..1b38d9dc846d 100644 --- a/app-crypt/cardpeek/Manifest +++ b/app-crypt/cardpeek/Manifest @@ -1,2 +1 @@ -DIST cardpeek-0.7.2.tar.gz 1130295 BLAKE2B c2aec139c8834947dd2e04fe384719bccdbce9b75b24f791136d5afb5873e6e0afb8306ebb2ddf6fa4e8b4cb46078667fae8eb962b425278351172292df6faaf SHA512 9fd1790794b8d092859670bb36a0cdd235e7d098d563032ccdb8143eac00bb77532f1ab918897c4b753afd184079975de34a6f645e31eadb28b6c5a81d344ecd DIST cardpeek-0.8.4.tar.gz 1520613 BLAKE2B f31a0298ab8423b384b0ad62abb0599da75fd968385e9e6c9a5982e6fbaf7bec8a6098e3e7a5c30ce6634c65e05db084772f4a33c7ef5d6fdcdee0022cc56b86 SHA512 f6eebc7a17f270dd56529ee36815fee72b2f9d62b24d6cc90060f20c7604b9b99ab76858d9c04c60aaec838b02b8db76476a91ee22a4e10f01f852cd1f536efb diff --git a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild deleted file mode 100644 index 92e53c5466c4..000000000000 --- a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg - -DESCRIPTION="Tool to read the contents of smartcards" -HOMEPAGE="http://pannetrat.com/Cardpeek" -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="libressl" - -RDEPEND=">=x11-libs/gtk+-2.12:2 - sys-apps/pcsc-lite - dev-lang/lua:0 - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" |