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-accessibility/edbrowse/
Date: Tue, 15 Dec 2015 20:37:59
Message-Id: 1450212272.4fdb03b4cced904517520a04aa98b6916d66fe42.blueness@gentoo
1 commit: 4fdb03b4cced904517520a04aa98b6916d66fe42
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 15 20:43:47 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 15 20:44:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fdb03b4
7
8 app-accessibility/edbrowse: bump to EAPI=5 and add libressl support
9
10 Package-Manager: portage-2.2.24
11
12 app-accessibility/edbrowse/edbrowse-3.5.1.ebuild | 9 +++++----
13 1 file changed, 5 insertions(+), 4 deletions(-)
14
15 diff --git a/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild b/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild
16 index 1c2a80b..853813e 100644
17 --- a/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild
18 +++ b/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2015 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI="4"
26 +EAPI="5"
27 inherit eutils
28
29 DESCRIPTION="editor, browser, and mail client using the /bin/ed interface"
30 @@ -11,12 +11,13 @@ SRC_URI="http://the-brannons.com/${PN}/${P}.zip"
31 LICENSE="GPL-2"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 -IUSE="linguas_fr odbc"
35 +IUSE="libressl linguas_fr odbc"
36 COMMON_DEPEND=">=dev-lang/spidermonkey-24.0:24
37 >=sys-libs/readline-6.0
38 >=net-misc/curl-7.36.0
39 >=dev-libs/libpcre-7.8
40 - >=dev-libs/openssl-0.9.8j
41 + !libressl? ( dev-libs/openssl:0 )
42 + libressl? ( dev-libs/libressl )
43 odbc? ( dev-db/unixODBC )"
44 DEPEND="${COMMON_DEPEND}
45 virtual/pkgconfig