[gentoo-commits] repo/gentoo:master commit in: app-crypt/cardpeek/, profiles/

2021-08-13 Thread Marek Szuba
commit: 71d788069da1e40efaff9e6ce801bdaa2b8c07ec
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Aug 13 10:01:00 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Aug 13 10:02:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d78806

app-crypt/cardpeek: remove last-rited package

Closes: https://bugs.gentoo.org/801883
Signed-off-by: Marek Szuba  gentoo.org>

 app-crypt/cardpeek/Manifest  |  1 -
 app-crypt/cardpeek/cardpeek-0.8.4.ebuild | 26 --
 app-crypt/cardpeek/metadata.xml  |  5 -
 profiles/package.mask|  6 --
 4 files changed, 38 deletions(-)

diff --git a/app-crypt/cardpeek/Manifest b/app-crypt/cardpeek/Manifest
deleted file mode 100644
index 1b38d9dc846..000
--- a/app-crypt/cardpeek/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cardpeek-0.8.4.tar.gz 1520613 BLAKE2B 
f31a0298ab8423b384b0ad62abb0599da75fd968385e9e6c9a5982e6fbaf7bec8a6098e3e7a5c30ce6634c65e05db084772f4a33c7ef5d6fdcdee0022cc56b86
 SHA512 
f6eebc7a17f270dd56529ee36815fee72b2f9d62b24d6cc90060f20c7604b9b99ab76858d9c04c60aaec838b02b8db76476a91ee22a4e10f01f852cd1f536efb

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 c479212f468..000
--- 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"

diff --git a/app-crypt/cardpeek/metadata.xml b/app-crypt/cardpeek/metadata.xml
deleted file mode 100644
index 7a38bb90096..000
--- a/app-crypt/cardpeek/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 4499a2ffd78..717d39106c7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -393,12 +393,6 @@ dev-python/tablib
 # https://github.com/RocketChat/Rocket.Chat.Electron/issues/2070
 =net-im/rocketchat-desktop-bin-3.3.0
 
-# Marek Szuba  (2021-07-12)
-# No releases since March 2015, no upstream repo activity since November
-# 2019. Unmaintained in Gentoo. Depends on effectively EOLed Lua 5.2,
-# fails to build against any other version. Removal in 30 days (Bug #801883)
-app-crypt/cardpeek
-
 # Craig Andrews  (2021-07-10)
 # Masked until November, 2021
 # This release adds enforcement of the Taproot protocol change to the Bitcoin



[gentoo-commits] repo/gentoo:master commit in: app-crypt/cardpeek/, profiles/

2020-11-29 Thread Marek Szuba
commit: 4817e37094689fc3e776c35a37a9e6614c6a25ee
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Nov 29 18:30:44 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Nov 29 19:41:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4817e370

app-crypt/cardpeek-0.8.4: keyword and mask

Will be easier to switch to slotted Lua if there is only one place to
handle all the masking of ebuilds migrated to lua eclasses.

I wonder why 0.8.4 didn't have keywords in the first place.

Signed-off-by: Marek Szuba  gentoo.org>

 app-crypt/cardpeek/cardpeek-0.8.4.ebuild | 2 +-
 profiles/package.mask| 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild 
b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
index 7845cde99bb..502219dfe65 100644
--- a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
+++ b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://downloads.pannetrat.com/install/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64"
 IUSE="libressl"
 
 REQUIRED_USE="${LUA_REQUIRED_USE}"

diff --git a/profiles/package.mask b/profiles/package.mask
index 03ad4264c79..6ca89aa8213 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -512,6 +512,7 @@ dev-lua/luacrypto
 >=app-admin/conky-1.11.4
 >=app-benchmarks/sysbench-1.0.20-r100
 >=app-benchmarks/wrk-4.1.0-r100
+>=app-crypt/cardpeek-0.8.4
 >=app-crypt/ekeyd-1.1.5-r100
 >=app-misc/worker-3.8.3-r100
 =dev-games/openscenegraph-openmw-3.4_p20200425-r100