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: dev-lua/luvit/
Date: Sun, 26 Jun 2016 12:21:59
Message-Id: 1466943882.75ca1f33151c81a48485c4900c77ef8ce6647294.blueness@gentoo
1 commit: 75ca1f33151c81a48485c4900c77ef8ce6647294
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 12:24:15 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 12:24:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ca1f33
7
8 dev-lua/luvit: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 dev-lua/luvit/luvit-0.8.2.ebuild | 7 ++++---
13 dev-lua/luvit/luvit-9999.ebuild | 7 ++++---
14 2 files changed, 8 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-lua/luvit/luvit-0.8.2.ebuild b/dev-lua/luvit/luvit-0.8.2.ebuild
17 index b5c57b0..9dc0100 100644
18 --- a/dev-lua/luvit/luvit-0.8.2.ebuild
19 +++ b/dev-lua/luvit/luvit-0.8.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -14,7 +14,7 @@ SRC_URI="http://luvit.io/dist/latest/${P}.tar.gz"
27
28 KEYWORDS="~amd64 ~x86"
29 SLOT="0"
30 -IUSE="bundled-libs examples"
31 +IUSE="bundled-libs examples libressl"
32 # luvit Apache-2.0
33 # luajit MIT
34 # yajl BSD
35 @@ -25,7 +25,8 @@ LICENSE="Apache-2.0 bundled-libs? ( BSD MIT )"
36 RESTRICT="test"
37
38 RDEPEND="
39 - dev-libs/openssl:0
40 + !libressl? ( dev-libs/openssl:0= )
41 + libressl? ( dev-libs/libressl:0= )
42 sys-libs/zlib
43 !bundled-libs? (
44 dev-lang/luajit:2[lua52compat]
45
46 diff --git a/dev-lua/luvit/luvit-9999.ebuild b/dev-lua/luvit/luvit-9999.ebuild
47 index 74e9d2f..7be9a19 100644
48 --- a/dev-lua/luvit/luvit-9999.ebuild
49 +++ b/dev-lua/luvit/luvit-9999.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2013 Gentoo Foundation
52 +# Copyright 1999-2016 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Id$
55
56 @@ -14,7 +14,7 @@ EGIT_REPO_URI="git://github.com/luvit/luvit.git"
57
58 KEYWORDS=""
59 SLOT="0"
60 -IUSE="bundled-libs examples"
61 +IUSE="bundled-libs examples libressl"
62 # luvit Apache-2.0
63 # luajit MIT
64 # yajl BSD
65 @@ -25,7 +25,8 @@ LICENSE="Apache-2.0 bundled-libs? ( BSD MIT )"
66 RESTRICT="test"
67
68 RDEPEND="
69 - dev-libs/openssl:0
70 + !libressl? ( dev-libs/openssl:0= )
71 + libressl? ( dev-libs/libressl:0= )
72 sys-libs/zlib
73 !bundled-libs? (
74 dev-lang/luajit:2[lua52compat]