Gentoo Archives: gentoo-commits

From: Julian Ospald <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/eet/
Date: Fri, 02 Oct 2015 17:19:11
Message-Id: 1443806333.30d8e7d7ef71751233dff456965428d74b42479a.hasufell@gentoo
1 commit: 30d8e7d7ef71751233dff456965428d74b42479a
2 Author: Julian Ospald <hasufell <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 17:18:53 2015 +0000
4 Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 17:18:53 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d8e7d7
7
8 dev-libs/eet: add libressl support
9
10 dev-libs/eet/{eet-9999.ebuild => eet-1.7.10-r1.ebuild} | 11 ++++++++---
11 dev-libs/eet/eet-9999.ebuild | 11 ++++++++---
12 2 files changed, 16 insertions(+), 6 deletions(-)
13
14 diff --git a/dev-libs/eet/eet-9999.ebuild b/dev-libs/eet/eet-1.7.10-r1.ebuild
15 similarity index 87%
16 copy from dev-libs/eet/eet-9999.ebuild
17 copy to dev-libs/eet/eet-1.7.10-r1.ebuild
18 index 2925993..f666eb7 100644
19 --- a/dev-libs/eet/eet-9999.ebuild
20 +++ b/dev-libs/eet/eet-1.7.10-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2015 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -19,7 +19,7 @@ DESCRIPTION="E file chunk reading/writing library"
28 HOMEPAGE="https://trac.enlightenment.org/e/wiki/Eet"
29
30 LICENSE="BSD-2"
31 -IUSE="debug examples gnutls ssl static-libs test"
32 +IUSE="debug examples gnutls libressl ssl static-libs test"
33
34 RDEPEND=">=dev-libs/eina-${PV}
35 virtual/jpeg
36 @@ -28,7 +28,12 @@ RDEPEND=">=dev-libs/eina-${PV}
37 net-libs/gnutls
38 dev-libs/libgcrypt:0
39 )
40 - !gnutls? ( ssl? ( dev-libs/openssl ) )"
41 + !gnutls? (
42 + ssl? (
43 + !libressl? ( dev-libs/openssl:0 )
44 + libressl? ( dev-libs/libressl )
45 + )
46 + )"
47 DEPEND="${RDEPEND}
48 test? (
49 dev-libs/check
50
51 diff --git a/dev-libs/eet/eet-9999.ebuild b/dev-libs/eet/eet-9999.ebuild
52 index 2925993..f666eb7 100644
53 --- a/dev-libs/eet/eet-9999.ebuild
54 +++ b/dev-libs/eet/eet-9999.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2014 Gentoo Foundation
57 +# Copyright 1999-2015 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Id$
60
61 @@ -19,7 +19,7 @@ DESCRIPTION="E file chunk reading/writing library"
62 HOMEPAGE="https://trac.enlightenment.org/e/wiki/Eet"
63
64 LICENSE="BSD-2"
65 -IUSE="debug examples gnutls ssl static-libs test"
66 +IUSE="debug examples gnutls libressl ssl static-libs test"
67
68 RDEPEND=">=dev-libs/eina-${PV}
69 virtual/jpeg
70 @@ -28,7 +28,12 @@ RDEPEND=">=dev-libs/eina-${PV}
71 net-libs/gnutls
72 dev-libs/libgcrypt:0
73 )
74 - !gnutls? ( ssl? ( dev-libs/openssl ) )"
75 + !gnutls? (
76 + ssl? (
77 + !libressl? ( dev-libs/openssl:0 )
78 + libressl? ( dev-libs/libressl )
79 + )
80 + )"
81 DEPEND="${RDEPEND}
82 test? (
83 dev-libs/check