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: net-vpn/tor/
Date: Thu, 03 Oct 2019 13:28:51
Message-Id: 1570109316.b82705cf3906ad435c6cc2c3600c10022096c733.blueness@gentoo
1 commit: b82705cf3906ad435c6cc2c3600c10022096c733
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 3 13:27:12 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 13:28:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82705cf
7
8 net-vpn/tor: add 0.4.2.1_alpha and add subslot for libevent
9
10 Closes: https://bugs.gentoo.org/695594
11 Closes: https://bugs.gentoo.org/692278
12 Package-Manager: Portage-2.3.76, Repoman-2.3.16
13 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
14
15 net-vpn/tor/Manifest | 1 +
16 net-vpn/tor/tor-0.4.1.6.ebuild | 2 +-
17 net-vpn/tor/{tor-0.4.1.6.ebuild => tor-0.4.2.1_alpha.ebuild} | 4 +++-
18 3 files changed, 5 insertions(+), 2 deletions(-)
19
20 diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
21 index 0d14e1cff82..87ef8f6431f 100644
22 --- a/net-vpn/tor/Manifest
23 +++ b/net-vpn/tor/Manifest
24 @@ -1,3 +1,4 @@
25 DIST tor-0.4.0.5.tar.gz 7203877 BLAKE2B e03710038615a5b9baf327933917c369bb3fabd4df6dd9f16053a0b72bcf20219e956e74258d0e39ae297d406035a89fab017d2e28c795f5d713c3933ad7cd29 SHA512 f6bccc52aaa436a501077b0891ecd3a9779f288b3b15fd76fa2c612e60aba04763b5951f55b2357e6271797b2f924bee9a6d2c1ee20419daa02d9d38ec68510b
26 DIST tor-0.4.1.5.tar.gz 7378436 BLAKE2B 33e4cd5958f4b0e1ece2cc035f87d6ccd255fcc9d0d1d92d05a9d469997f39120cddf700a614b80c83dbc4f57a80e270178ea3c04159b96aec248405654a6a5b SHA512 33d30f5fd2a92dfcb28d97c76c9d396d3eda27036b01c3a678428e878f046e45a87c2d42de0c1b8ba672568d75b08ba4cbf56d1aa50acd34c0d174180faace6e
27 DIST tor-0.4.1.6.tar.gz 7390096 BLAKE2B b98f06b771953de781f446528096ff3c688599bae4c141f14a6be06373deebf11f6c15faf2168aee672bf75fcd25f42e2142e469046cd0a442b558c7cf41b28b SHA512 9e4625216e25b9498d6054a9920e5a8932ca7b28c5131062eac637b69c80cdf05bc3fd008b833e5359d8849e256f1f405abd56b07f50fd91077b153ba60503da
28 +DIST tor-0.4.2.1-alpha.tar.gz 7457483 BLAKE2B 86e19405e4a1c714dd6b532ae49fee823344755619e994eef4a5b678032b26513937f8af5053f7c765186d93e43d6549cb20b4614c4c2dbcf65e7a8031ca02ad SHA512 5d3642c4298a7c49647c4958456a97de0970c0242238437c1c79c82073e8b77213472569ffce663b949c5c8e3dce0fa544d6f2b4e299a80758a42fce67ffc6ee
29
30 diff --git a/net-vpn/tor/tor-0.4.1.6.ebuild b/net-vpn/tor/tor-0.4.1.6.ebuild
31 index 5260bac68c8..e7de4099e1b 100644
32 --- a/net-vpn/tor/tor-0.4.1.6.ebuild
33 +++ b/net-vpn/tor/tor-0.4.1.6.ebuild
34 @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~ppc-macos"
35 IUSE="caps doc libressl lzma +man scrypt seccomp selinux systemd tor-hardening test zstd"
36
37 DEPEND="
38 - dev-libs/libevent[ssl]
39 + dev-libs/libevent:=[ssl]
40 sys-libs/zlib
41 caps? ( sys-libs/libcap )
42 man? ( app-text/asciidoc )
43
44 diff --git a/net-vpn/tor/tor-0.4.1.6.ebuild b/net-vpn/tor/tor-0.4.2.1_alpha.ebuild
45 similarity index 96%
46 copy from net-vpn/tor/tor-0.4.1.6.ebuild
47 copy to net-vpn/tor/tor-0.4.2.1_alpha.ebuild
48 index 5260bac68c8..6d81ed7168e 100644
49 --- a/net-vpn/tor/tor-0.4.1.6.ebuild
50 +++ b/net-vpn/tor/tor-0.4.2.1_alpha.ebuild
51 @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~ppc-macos"
52 IUSE="caps doc libressl lzma +man scrypt seccomp selinux systemd tor-hardening test zstd"
53
54 DEPEND="
55 - dev-libs/libevent[ssl]
56 + dev-libs/libevent:=[ssl]
57 sys-libs/zlib
58 caps? ( sys-libs/libcap )
59 man? ( app-text/asciidoc )
60 @@ -52,6 +52,7 @@ src_configure() {
61 --localstatedir="${EPREFIX}/var" \
62 --enable-system-torrc \
63 --disable-android \
64 + --disable-html-manual \
65 --disable-libfuzzer \
66 --disable-module-dirauth \
67 --enable-pic \
68 @@ -59,6 +60,7 @@ src_configure() {
69 --disable-restart-debugging \
70 --disable-zstd-advanced-apis \
71 $(use_enable man asciidoc) \
72 + $(use_enable man manpage) \
73 $(use_enable lzma) \
74 $(use_enable scrypt libscrypt) \
75 $(use_enable seccomp) \