Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/cardpeek/
Date: Fri, 03 Jun 2016 08:55:14
Message-Id: 1464943726.ba81798bf0191b96c43efa598e5e367d69c07390.blueness@gentoo
1 commit: ba81798bf0191b96c43efa598e5e367d69c07390
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 08:48:46 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 08:48:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba81798b
7
8 app-crypt/cardpeek: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 app-crypt/cardpeek/cardpeek-0.7.2.ebuild | 8 +++++---
13 app-crypt/cardpeek/cardpeek-0.8.4.ebuild | 7 ++++---
14 2 files changed, 9 insertions(+), 6 deletions(-)
15
16 diff --git a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
17 index f3ee99d..c1482be 100644
18 --- a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
19 +++ b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -13,12 +13,14 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
27 LICENSE="GPL-3"
28 SLOT="0"
29 KEYWORDS="~amd64"
30 -IUSE=""
31 +IUSE="libressl"
32
33 RDEPEND=">=x11-libs/gtk+-2.12:2
34 sys-apps/pcsc-lite
35 =dev-lang/lua-5.1*
36 - dev-libs/openssl"
37 + dev-libs/openssl
38 + !libressl? ( dev-libs/openssl:0= )
39 + libressl? ( dev-libs/libressl:0= )"
40
41 DEPEND="${RDEPEND}
42 virtual/pkgconfig"
43
44 diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
45 index 763e1b1..116af8d 100644
46 --- a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
47 +++ b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2015 Gentoo Foundation
50 +# Copyright 1999-2016 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Id$
53
54 @@ -13,13 +13,14 @@ SRC_URI="http://downloads.pannetrat.com/install/${P}.tar.gz"
55 LICENSE="GPL-3"
56 SLOT="0"
57 KEYWORDS=""
58 -IUSE=""
59 +IUSE="libressl"
60
61 RDEPEND="sys-apps/pcsc-lite
62 dev-lang/lua:5.2
63 x11-libs/gtk+:3
64 net-misc/curl
65 - dev-libs/openssl:*"
66 + !libressl? ( dev-libs/openssl:0= )
67 + libressl? ( dev-libs/libressl:0= )"
68
69 DEPEND="${RDEPEND}
70 virtual/pkgconfig"