Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/elinks/
Date: Sun, 22 Oct 2017 16:55:36
Message-Id: 1508691311.e4807a26644165624bb19a5f3c476fc5ae532c6f.monsieurp@gentoo
1 commit: e4807a26644165624bb19a5f3c476fc5ae532c6f
2 Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
3 AuthorDate: Sat Oct 14 13:45:53 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 22 16:55:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4807a26
7
8 www-client/elinks: make tre support configurable.
9
10 www-client/elinks/elinks-9999.ebuild | 4 +++-
11 www-client/elinks/metadata.xml | 1 +
12 2 files changed, 4 insertions(+), 1 deletion(-)
13
14 diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild
15 index 86a85d7419f..53d9d2a4bfe 100644
16 --- a/www-client/elinks/elinks-9999.ebuild
17 +++ b/www-client/elinks/elinks-9999.ebuild
18 @@ -17,7 +17,7 @@ LICENSE="GPL-2"
19 SLOT="0"
20 KEYWORDS=""
21 IUSE="bittorrent bzip2 debug finger ftp gc gopher gpm guile idn ipv6
22 - javascript libressl lua +mouse nls nntp perl ruby samba ssl unicode X xml zlib"
23 + javascript libressl lua +mouse nls nntp perl ruby samba ssl tre unicode X xml zlib"
24 RESTRICT="test"
25
26 DEPEND="
27 @@ -38,6 +38,7 @@ DEPEND="
28 perl? ( dev-lang/perl:= )
29 ruby? ( dev-lang/ruby:* dev-ruby/rubygems:* )
30 samba? ( net-fs/samba )
31 + tre? ( dev-libs/tre )
32 javascript? ( >=dev-lang/spidermonkey-1.8.5:0= )"
33 RDEPEND="${DEPEND}"
34
35 @@ -103,6 +104,7 @@ src_configure() {
36 $(use_with ruby) \
37 $(use_with idn) \
38 $(use_with javascript spidermonkey) \
39 + $(use_with tre) \
40 $(use_enable bittorrent) \
41 $(use_enable nls) \
42 $(use_enable ipv6) \
43
44 diff --git a/www-client/elinks/metadata.xml b/www-client/elinks/metadata.xml
45 index 983c04de930..3955943373d 100644
46 --- a/www-client/elinks/metadata.xml
47 +++ b/www-client/elinks/metadata.xml
48 @@ -8,6 +8,7 @@
49 <flag name="gc">Enable garbage collection support via <pkg>dev-libs/boehm-gc</pkg></flag>
50 <flag name="gopher">Enable support for the gopher protocol</flag>
51 <flag name="mouse">Make elinks to grab all mouse events</flag>
52 + <flag name="tre">Enable support for regex searches via <pkg>dev-libs/tre</pkg></flag>
53 <flag name="xml">Enable support for bookmarks via <pkg>dev-libs/expat</pkg></flag>
54 </use>
55 </pkgmetadata>