[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/

2021-05-01 Thread Mikle Kolyada
commit: f9765c03e9f71657053f4987ec0702df844e0bb7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May  1 07:36:42 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May  1 07:37:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9765c03

app-crypt/cardpeek: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-crypt/cardpeek/cardpeek-0.8.4.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild 
b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
index 502219dfe65..c479212f468 100644
--- a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
+++ b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,6 @@ SRC_URI="http://downloads.pannetrat.com/install/${P}.tar.gz";
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="libressl"
 
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 
@@ -22,7 +21,6 @@ RDEPEND="${LUA_DEPS}
sys-apps/pcsc-lite
x11-libs/gtk+:3
net-misc/curl
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )"
+   dev-libs/openssl:0="
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"



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

2021-01-25 Thread Marek Szuba
commit: 4af01ddb22527aada3aa0d4d2143e8da67da5472
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jan 25 14:31:21 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jan 25 17:37:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af01ddb

app-crypt/cardpeek: remove old

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

 app-crypt/cardpeek/Manifest  |  1 -
 app-crypt/cardpeek/cardpeek-0.7.2.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/app-crypt/cardpeek/Manifest b/app-crypt/cardpeek/Manifest
index 8ca76071dee..1b38d9dc846 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 92e53c5466c..000
--- 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"



[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



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

2020-11-14 Thread David Seifert
commit: b30b3878a97b635212004fa184eceed00a0ba5d5
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Nov 14 21:46:51 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 14 21:46:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30b3878

app-crypt/cardpeek: update icon cache

Closes: https://bugs.gentoo.org/74
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 app-crypt/cardpeek/cardpeek-0.7.2.ebuild | 4 +++-
 app-crypt/cardpeek/cardpeek-0.8.4.ebuild | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild 
b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
index 9148963c4c4..92e53c5466c 100644
--- a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
+++ b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# 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";

diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild 
b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
index f3a3ade8f3b..7845cde99bb 100644
--- a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
+++ b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 LUA_COMPAT=( lua5-2 )
 
-inherit lua-single
+inherit lua-single xdg
 
 DESCRIPTION="Tool to read the contents of smartcards"
 HOMEPAGE="http://pannetrat.com/Cardpeek";



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

2020-10-13 Thread Marek Szuba
commit: 24e3092b084ebd47b84cedbfee3217280c4db25a
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Oct 13 14:45:12 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Oct 13 16:47:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e3092b

app-crypt/cardpeek: migrate to lua-single.eclass

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

 app-crypt/cardpeek/cardpeek-0.8.4.ebuild | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild 
b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
index ad134c9f659..f3a3ade8f3b 100644
--- a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
+++ b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
@@ -1,8 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+LUA_COMPAT=( lua5-2 )
+
+inherit lua-single
+
 DESCRIPTION="Tool to read the contents of smartcards"
 HOMEPAGE="http://pannetrat.com/Cardpeek";
 SRC_URI="http://downloads.pannetrat.com/install/${P}.tar.gz";
@@ -12,8 +16,10 @@ SLOT="0"
 KEYWORDS=""
 IUSE="libressl"
 
-RDEPEND="sys-apps/pcsc-lite
-   dev-lang/lua:5.2
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+RDEPEND="${LUA_DEPS}
+   sys-apps/pcsc-lite
x11-libs/gtk+:3
net-misc/curl
!libressl? ( dev-libs/openssl:0= )



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

2017-03-25 Thread Alon Bar-Lev
commit: da05ed4b91083cdcc1879b02199976497bafa5fc
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sat Mar 25 21:40:25 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Mar 25 21:46:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da05ed4b

app-crypt/cardpeek: remove eutils

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/cardpeek/cardpeek-0.7.2.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild 
b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
index 4e243216f32..9bae2cd4183 100644
--- a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
+++ b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=6
 
-inherit eutils
-
 DESCRIPTION="Tool to read the contents of smartcards"
 HOMEPAGE="http://pannetrat.com/Cardpeek";
 SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz";



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

2017-02-03 Thread Alon Bar-Lev
commit: e064bc90dc6b6850edf22f4de0cc9ff60a4cee33
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Feb  3 23:20:37 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Feb  4 01:30:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e064bc90

app-crypt/cardpeek: eapi bump

Package-Manager: portage-2.3.3

 app-crypt/cardpeek/cardpeek-0.7.2.ebuild | 7 +++
 app-crypt/cardpeek/cardpeek-0.8.4.ebuild | 6 ++
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild 
b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
index 41d223d..cda1081 100644
--- a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
+++ b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit eutils
 
@@ -17,8 +17,7 @@ IUSE="libressl"
 
 RDEPEND=">=x11-libs/gtk+-2.12:2
sys-apps/pcsc-lite
-   =dev-lang/lua-5.1*
-   dev-libs/openssl
+   dev-lang/lua:0
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )"
 

diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild 
b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
index 116af8d..45877d3 100644
--- a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
+++ b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-
-inherit eutils
+EAPI=6
 
 DESCRIPTION="Tool to read the contents of smartcards"
 HOMEPAGE="http://pannetrat.com/Cardpeek";



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

2016-11-04 Thread Alon Bar-Lev
commit: 05cc84f6938745112235d8444e29e4860de54912
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sat Nov  5 06:40:34 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Nov  5 06:58:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05cc84f6

app-crypt/cardpeek: switch home page to github

packagre is not available in 0.7.2

Package-Manager: portage-2.3.0

 app-crypt/cardpeek/cardpeek-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild 
b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
index c1482be..41d223d 100644
--- a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
+++ b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 inherit eutils
 
 DESCRIPTION="Tool to read the contents of smartcards"
-HOMEPAGE="https://code.google.com/p/cardpeek/";
+HOMEPAGE="http://pannetrat.com/Cardpeek";
 SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz";
 
 LICENSE="GPL-3"



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

2016-06-03 Thread Anthony G. Basile
commit: ba81798bf0191b96c43efa598e5e367d69c07390
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Jun  3 08:48:46 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jun  3 08:48:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba81798b

app-crypt/cardpeek: add libressl support

Package-Manager: portage-2.2.28

 app-crypt/cardpeek/cardpeek-0.7.2.ebuild | 8 +---
 app-crypt/cardpeek/cardpeek-0.8.4.ebuild | 7 ---
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild 
b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
index f3ee99d..c1482be 100644
--- a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
+++ b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,12 +13,14 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz";
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
+IUSE="libressl"
 
 RDEPEND=">=x11-libs/gtk+-2.12:2
sys-apps/pcsc-lite
=dev-lang/lua-5.1*
-   dev-libs/openssl"
+   dev-libs/openssl
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )"
 
 DEPEND="${RDEPEND}
virtual/pkgconfig"

diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild 
b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
index 763e1b1..116af8d 100644
--- a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
+++ b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,13 +13,14 @@ SRC_URI="http://downloads.pannetrat.com/install/${P}.tar.gz";
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE=""
+IUSE="libressl"
 
 RDEPEND="sys-apps/pcsc-lite
dev-lang/lua:5.2
x11-libs/gtk+:3
net-misc/curl
-   dev-libs/openssl:*"
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )"
 
 DEPEND="${RDEPEND}
virtual/pkgconfig"



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

2015-12-23 Thread Alon Bar-Lev
commit: be2a023c0f742fa12e1550fececcc1dd79bc7c2f
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Wed Dec 23 09:57:53 2015 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Wed Dec 23 11:15:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2a023c

app-crypt/cardpeek: cleanup old

Package-Manager: portage-2.2.24

 app-crypt/cardpeek/Manifest  |  2 --
 app-crypt/cardpeek/cardpeek-0.7.1.ebuild | 24 
 app-crypt/cardpeek/cardpeek-0.8.2.ebuild | 25 -
 3 files changed, 51 deletions(-)

diff --git a/app-crypt/cardpeek/Manifest b/app-crypt/cardpeek/Manifest
index b482b62..61e72ca 100644
--- a/app-crypt/cardpeek/Manifest
+++ b/app-crypt/cardpeek/Manifest
@@ -1,4 +1,2 @@
-DIST cardpeek-0.7.1.tar.gz 599238 SHA256 
fa7f4fcabf211fefb968a5a49099e9a07430995556b7d59e95eeefef59538546 SHA512 
8ea7f69e096de37543fec779372355a6f6cad709e43a4a66a072b453f962ebe55d25e432fb426cd88824f7165d724ddc6da55a6106e571608162b8094823be45
 WHIRLPOOL 
95f41d53840969beb3b98729c22ed8fe1e781ab6fe36ad3387cddf52963c2d56f5bca95955681cea839ce64ab6afddfc4d3cbf403e320d8dfec37ac0bd3a68bd
 DIST cardpeek-0.7.2.tar.gz 1130295 SHA256 
9908b38a91b4df80ec5a6d6a89780dd41684dc1f203587c1bcc8e4a13cb24ed2 SHA512 
9fd1790794b8d092859670bb36a0cdd235e7d098d563032ccdb8143eac00bb77532f1ab918897c4b753afd184079975de34a6f645e31eadb28b6c5a81d344ecd
 WHIRLPOOL 
777397ca535d820453e4d315be495fc5cf845feea457c666cf935d19b8e2c7556b51e4e23f8d009c6165626c450fe5b92413841d0ee56fd6f1d549716ee05e56
-DIST cardpeek-0.8.2.tar.gz 1361187 SHA256 
5c616aca68918ce35c8c8378006afdb524f9eef76a2ccc296f5365d389b46c61 SHA512 
184539ef926a6ac63d41926b05160d6b91c0ca041d1b40a3e2f5314f9cb35730fbcb9be7c08d2be6f94bc121021168c45235bfa4ccac0fbd28c47159c7a89602
 WHIRLPOOL 
88e81a52fa485cd56a6e40f99cd5bcfb0532bb86b4c6ac4a789d0118de1468004ddb8963f778eaf5329a5bccf663a2040dc3c2a32d2c0f9124778239212e783d
 DIST cardpeek-0.8.4.tar.gz 1520613 SHA256 
9c78dfdf84493c551b49447e4bb46c8d7b33f0785b93893222b70b6115013a85 SHA512 
f6eebc7a17f270dd56529ee36815fee72b2f9d62b24d6cc90060f20c7604b9b99ab76858d9c04c60aaec838b02b8db76476a91ee22a4e10f01f852cd1f536efb
 WHIRLPOOL 
5ba058911956b2d9fbe1f0f191c81a7def01c75d618e1f6f4810c9159147fe5937dbed00840f7468aa14601170c16558ff949d2c28c2747035b7ae020f8e5d37

diff --git a/app-crypt/cardpeek/cardpeek-0.7.1.ebuild 
b/app-crypt/cardpeek/cardpeek-0.7.1.ebuild
deleted file mode 100644
index 59e6b7a..000
--- a/app-crypt/cardpeek/cardpeek-0.7.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Tool to read the contents of smartcards"
-HOMEPAGE="https://code.google.com/p/cardpeek/";
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.12:2
-   sys-apps/pcsc-lite
-   =dev-lang/lua-5.1*
-   dev-libs/openssl"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"

diff --git a/app-crypt/cardpeek/cardpeek-0.8.2.ebuild 
b/app-crypt/cardpeek/cardpeek-0.8.2.ebuild
deleted file mode 100644
index 8bc01fa..000
--- a/app-crypt/cardpeek/cardpeek-0.8.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-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=""
-IUSE=""
-
-RDEPEND="sys-apps/pcsc-lite
-   =dev-lang/lua-5.2*
-   x11-libs/gtk+:3
-   net-misc/curl
-   dev-libs/openssl"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"



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

2015-12-23 Thread Alon Bar-Lev
commit: 1a8ace69982bed5846840186e54781485ae76470
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Wed Dec 23 09:57:15 2015 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Wed Dec 23 11:15:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8ace69

app-crypt/cardpeek: version bump

Package-Manager: portage-2.2.24

 app-crypt/cardpeek/Manifest  |  1 +
 app-crypt/cardpeek/cardpeek-0.8.4.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-crypt/cardpeek/Manifest b/app-crypt/cardpeek/Manifest
index 7e2efed..b482b62 100644
--- a/app-crypt/cardpeek/Manifest
+++ b/app-crypt/cardpeek/Manifest
@@ -1,3 +1,4 @@
 DIST cardpeek-0.7.1.tar.gz 599238 SHA256 
fa7f4fcabf211fefb968a5a49099e9a07430995556b7d59e95eeefef59538546 SHA512 
8ea7f69e096de37543fec779372355a6f6cad709e43a4a66a072b453f962ebe55d25e432fb426cd88824f7165d724ddc6da55a6106e571608162b8094823be45
 WHIRLPOOL 
95f41d53840969beb3b98729c22ed8fe1e781ab6fe36ad3387cddf52963c2d56f5bca95955681cea839ce64ab6afddfc4d3cbf403e320d8dfec37ac0bd3a68bd
 DIST cardpeek-0.7.2.tar.gz 1130295 SHA256 
9908b38a91b4df80ec5a6d6a89780dd41684dc1f203587c1bcc8e4a13cb24ed2 SHA512 
9fd1790794b8d092859670bb36a0cdd235e7d098d563032ccdb8143eac00bb77532f1ab918897c4b753afd184079975de34a6f645e31eadb28b6c5a81d344ecd
 WHIRLPOOL 
777397ca535d820453e4d315be495fc5cf845feea457c666cf935d19b8e2c7556b51e4e23f8d009c6165626c450fe5b92413841d0ee56fd6f1d549716ee05e56
 DIST cardpeek-0.8.2.tar.gz 1361187 SHA256 
5c616aca68918ce35c8c8378006afdb524f9eef76a2ccc296f5365d389b46c61 SHA512 
184539ef926a6ac63d41926b05160d6b91c0ca041d1b40a3e2f5314f9cb35730fbcb9be7c08d2be6f94bc121021168c45235bfa4ccac0fbd28c47159c7a89602
 WHIRLPOOL 
88e81a52fa485cd56a6e40f99cd5bcfb0532bb86b4c6ac4a789d0118de1468004ddb8963f778eaf5329a5bccf663a2040dc3c2a32d2c0f9124778239212e783d
+DIST cardpeek-0.8.4.tar.gz 1520613 SHA256 
9c78dfdf84493c551b49447e4bb46c8d7b33f0785b93893222b70b6115013a85 SHA512 
f6eebc7a17f270dd56529ee36815fee72b2f9d62b24d6cc90060f20c7604b9b99ab76858d9c04c60aaec838b02b8db76476a91ee22a4e10f01f852cd1f536efb
 WHIRLPOOL 
5ba058911956b2d9fbe1f0f191c81a7def01c75d618e1f6f4810c9159147fe5937dbed00840f7468aa14601170c16558ff949d2c28c2747035b7ae020f8e5d37

diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild 
b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
new file mode 100644
index 000..763e1b1
--- /dev/null
+++ b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+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=""
+IUSE=""
+
+RDEPEND="sys-apps/pcsc-lite
+   dev-lang/lua:5.2
+   x11-libs/gtk+:3
+   net-misc/curl
+   dev-libs/openssl:*"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"