Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/
Date: Tue, 20 Apr 2021 18:06:22
Message-Id: 1618941948.6f208a78fb723161e5f18b9425c5420f0efff34a.gyakovlev@gentoo
1 commit: 6f208a78fb723161e5f18b9425c5420f0efff34a
2 Author: Jonathan Davies <jpds <AT> protonmail <DOT> com>
3 AuthorDate: Mon Apr 5 23:47:28 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 20 18:05:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f208a78
7
8 net-irc/weechat: Added selinux USE flag and dependency.
9
10 Closes: https://github.com/gentoo/gentoo/pull/20273
11 Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 net-irc/weechat/weechat-3.0-r100.ebuild | 3 ++-
15 net-irc/weechat/weechat-3.0.1.ebuild | 3 ++-
16 net-irc/weechat/weechat-3.1.ebuild | 3 ++-
17 net-irc/weechat/weechat-9999.ebuild | 3 ++-
18 4 files changed, 8 insertions(+), 4 deletions(-)
19
20 diff --git a/net-irc/weechat/weechat-3.0-r100.ebuild b/net-irc/weechat/weechat-3.0-r100.ebuild
21 index f647e79421f..b61e91ec04f 100644
22 --- a/net-irc/weechat/weechat-3.0-r100.ebuild
23 +++ b/net-irc/weechat/weechat-3.0-r100.ebuild
24 @@ -27,7 +27,7 @@ PLUGINS="+alias +buflist +charset +exec +fifo +fset +logger +relay +scripts +spe
25 # dev-lang/v8 was dropped from Gentoo so we can't enable javascript support
26 SCRIPT_LANGS="guile lua +perl php +python ruby tcl"
27 LANGS=" cs de es fr it ja pl ru"
28 -IUSE="doc man nls test ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}"
29 +IUSE="doc man nls selinux test ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}"
30
31 REQUIRED_USE="
32 lua? ( ${LUA_REQUIRED_USE} )
33 @@ -49,6 +49,7 @@ RDEPEND="
34 php? ( >=dev-lang/php-7.0:*[embed] )
35 python? ( ${PYTHON_DEPS} )
36 ruby? ( || ( dev-lang/ruby:2.7 dev-lang/ruby:2.6 dev-lang/ruby:2.5 ) )
37 + selinux? ( sec-policy/selinux-irc )
38 spell? ( app-text/aspell )
39 tcl? ( >=dev-lang/tcl-8.4.15:0= )
40 "
41
42 diff --git a/net-irc/weechat/weechat-3.0.1.ebuild b/net-irc/weechat/weechat-3.0.1.ebuild
43 index f8abf272aff..efa83fdc055 100644
44 --- a/net-irc/weechat/weechat-3.0.1.ebuild
45 +++ b/net-irc/weechat/weechat-3.0.1.ebuild
46 @@ -27,7 +27,7 @@ PLUGINS="+alias +buflist +charset +exec +fifo +fset +logger +relay +scripts +spe
47 # dev-lang/v8 was dropped from Gentoo so we can't enable javascript support
48 SCRIPT_LANGS="guile lua +perl php +python ruby tcl"
49 LANGS=" cs de es fr it ja pl ru"
50 -IUSE="doc man nls test ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}"
51 +IUSE="doc man nls selinux test ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}"
52
53 REQUIRED_USE="
54 lua? ( ${LUA_REQUIRED_USE} )
55 @@ -49,6 +49,7 @@ RDEPEND="
56 php? ( >=dev-lang/php-7.0:*[embed] )
57 python? ( ${PYTHON_DEPS} )
58 ruby? ( || ( dev-lang/ruby:2.7 dev-lang/ruby:2.6 dev-lang/ruby:2.5 ) )
59 + selinux? ( sec-policy/selinux-irc )
60 spell? ( app-text/aspell )
61 tcl? ( >=dev-lang/tcl-8.4.15:0= )
62 "
63
64 diff --git a/net-irc/weechat/weechat-3.1.ebuild b/net-irc/weechat/weechat-3.1.ebuild
65 index f8abf272aff..efa83fdc055 100644
66 --- a/net-irc/weechat/weechat-3.1.ebuild
67 +++ b/net-irc/weechat/weechat-3.1.ebuild
68 @@ -27,7 +27,7 @@ PLUGINS="+alias +buflist +charset +exec +fifo +fset +logger +relay +scripts +spe
69 # dev-lang/v8 was dropped from Gentoo so we can't enable javascript support
70 SCRIPT_LANGS="guile lua +perl php +python ruby tcl"
71 LANGS=" cs de es fr it ja pl ru"
72 -IUSE="doc man nls test ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}"
73 +IUSE="doc man nls selinux test ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}"
74
75 REQUIRED_USE="
76 lua? ( ${LUA_REQUIRED_USE} )
77 @@ -49,6 +49,7 @@ RDEPEND="
78 php? ( >=dev-lang/php-7.0:*[embed] )
79 python? ( ${PYTHON_DEPS} )
80 ruby? ( || ( dev-lang/ruby:2.7 dev-lang/ruby:2.6 dev-lang/ruby:2.5 ) )
81 + selinux? ( sec-policy/selinux-irc )
82 spell? ( app-text/aspell )
83 tcl? ( >=dev-lang/tcl-8.4.15:0= )
84 "
85
86 diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild
87 index 9612d0567f7..704d45e3c70 100644
88 --- a/net-irc/weechat/weechat-9999.ebuild
89 +++ b/net-irc/weechat/weechat-9999.ebuild
90 @@ -27,7 +27,7 @@ PLUGINS="+alias +buflist +charset +exec +fifo +fset +logger +relay +scripts +spe
91 # dev-lang/v8 was dropped from Gentoo so we can't enable javascript support
92 SCRIPT_LANGS="guile lua +perl php +python ruby tcl"
93 LANGS=" cs de es fr it ja pl ru"
94 -IUSE="doc man nls test ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}"
95 +IUSE="doc man nls selinux test ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}"
96
97 REQUIRED_USE="
98 lua? ( ${LUA_REQUIRED_USE} )
99 @@ -49,6 +49,7 @@ RDEPEND="
100 php? ( >=dev-lang/php-7.0:*[embed] )
101 python? ( ${PYTHON_DEPS} )
102 ruby? ( || ( dev-lang/ruby:2.7 dev-lang/ruby:2.6 dev-lang/ruby:2.5 ) )
103 + selinux? ( sec-policy/selinux-irc )
104 spell? ( app-text/aspell )
105 tcl? ( >=dev-lang/tcl-8.4.15:0= )
106 "