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: Sat, 25 Jan 2020 20:41:39
Message-Id: 1579984880.b2007c2bd0a9b674b02b01bc982775fe01872da4.blueness@gentoo
1 commit: b2007c2bd0a9b674b02b01bc982775fe01872da4
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 25 20:41:20 2020 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 25 20:41:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2007c2b
7
8 net-vpn/tor: remove older stable
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 net-vpn/tor/Manifest | 1 -
14 net-vpn/tor/tor-0.4.0.5.ebuild | 91 ------------------------------------------
15 2 files changed, 92 deletions(-)
16
17 diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
18 index b33b018529a..59bdc0aa00d 100644
19 --- a/net-vpn/tor/Manifest
20 +++ b/net-vpn/tor/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST tor-0.4.0.5.tar.gz 7203877 BLAKE2B e03710038615a5b9baf327933917c369bb3fabd4df6dd9f16053a0b72bcf20219e956e74258d0e39ae297d406035a89fab017d2e28c795f5d713c3933ad7cd29 SHA512 f6bccc52aaa436a501077b0891ecd3a9779f288b3b15fd76fa2c612e60aba04763b5951f55b2357e6271797b2f924bee9a6d2c1ee20419daa02d9d38ec68510b
23 DIST tor-0.4.1.7.tar.gz 7512661 BLAKE2B 34c1c8e40c6a2a2aeb19e1161b3b32d1683da246c5839c9fc4375471d8e7c46bb1277bcf8fc700898580a6b15d8f401ee61f422ecd7a88c783cffb1157150fc5 SHA512 f6ead1412d23516a16f31e1157b4538071752ae09a421d9dceaa7cf76599c01490f9bfcb8e26f1a75e888359adf6adcd029ca64cf48e3b45b07e2d62482c9541
24 DIST tor-0.4.2.5.tar.gz 7596836 BLAKE2B 0c7fa5d427f9d0683846c1023a4539ae4042c0d26f1c5afff20037f0681f6ea0dfb735e9c0e9d14bd7dddbfd5a0023064dc6e6cf6e6629402a6a13248129e6c5 SHA512 e63157713caa3590324f652f17c5c5634bab015dcde5c7832eb725351c3a91c1051dd8a95650502703e9c3dd5daefc2867ff3d20530dfec17310bb3dd4bb5b7d
25 DIST tor-0.4.3.1-alpha.tar.gz 7716850 BLAKE2B a03d0a1ad172ac9e5fd511ad772b4dbb4f2c75f42bb30636d5928bad819b984ac36bc11894d2aa75f0cca57591385a8cda5186c64c54aad222cd233268bfe8c9 SHA512 fb51b368927fd292de7f257e31bd882168a04bf7ffc108a1fff2bf555118d71732213ef6d2b5adb93f9178b5410307025c4a0494858fb457913655a0b705466b
26
27 diff --git a/net-vpn/tor/tor-0.4.0.5.ebuild b/net-vpn/tor/tor-0.4.0.5.ebuild
28 deleted file mode 100644
29 index 6d72e96669d..00000000000
30 --- a/net-vpn/tor/tor-0.4.0.5.ebuild
31 +++ /dev/null
32 @@ -1,91 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="7"
37 -
38 -inherit flag-o-matic readme.gentoo-r1 systemd user
39 -
40 -MY_PV="$(ver_rs 4 -)"
41 -MY_PF="${PN}-${MY_PV}"
42 -DESCRIPTION="Anonymizing overlay network for TCP"
43 -HOMEPAGE="http://www.torproject.org/"
44 -SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
45 - https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz"
46 -S="${WORKDIR}/${MY_PF}"
47 -
48 -LICENSE="BSD GPL-2"
49 -SLOT="0"
50 -KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86 ~ppc-macos"
51 -IUSE="caps doc libressl lzma +man scrypt seccomp selinux systemd tor-hardening test zstd"
52 -
53 -DEPEND="
54 - dev-libs/libevent[ssl]
55 - sys-libs/zlib
56 - caps? ( sys-libs/libcap )
57 - man? ( app-text/asciidoc )
58 - !libressl? ( dev-libs/openssl:0=[-bindist] )
59 - libressl? ( dev-libs/libressl:0= )
60 - lzma? ( app-arch/xz-utils )
61 - scrypt? ( app-crypt/libscrypt )
62 - seccomp? ( sys-libs/libseccomp )
63 - systemd? ( sys-apps/systemd )
64 - zstd? ( app-arch/zstd )"
65 -RDEPEND="${DEPEND}
66 - selinux? ( sec-policy/selinux-tor )"
67 -
68 -PATCHES=(
69 - "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
70 - "${FILESDIR}"/${PN}-0.3.3.2-alpha-tor.service.in.patch
71 -)
72 -
73 -DOCS=()
74 -
75 -RESTRICT="!test? ( test )"
76 -
77 -pkg_setup() {
78 - enewgroup tor
79 - enewuser tor -1 -1 /var/lib/tor tor
80 -}
81 -
82 -src_configure() {
83 - use doc && DOCS+=( README ChangeLog ReleaseNotes doc/HACKING )
84 - export ac_cv_lib_cap_cap_init=$(usex caps)
85 - econf \
86 - --localstatedir="${EPREFIX}/var" \
87 - --enable-system-torrc \
88 - --disable-android \
89 - --disable-libfuzzer \
90 - --disable-module-dirauth \
91 - --enable-pic \
92 - --disable-rust \
93 - --disable-restart-debugging \
94 - --disable-zstd-advanced-apis \
95 - $(use_enable man asciidoc) \
96 - $(use_enable lzma) \
97 - $(use_enable scrypt libscrypt) \
98 - $(use_enable seccomp) \
99 - $(use_enable systemd) \
100 - $(use_enable tor-hardening gcc-hardening) \
101 - $(use_enable tor-hardening linker-hardening) \
102 - $(use_enable test unittests) \
103 - $(use_enable test coverage) \
104 - $(use_enable zstd)
105 -}
106 -
107 -src_install() {
108 - default
109 - readme.gentoo_create_doc
110 -
111 - newconfd "${FILESDIR}"/tor.confd tor
112 - newinitd "${FILESDIR}"/tor.initd-r8 tor
113 - systemd_dounit contrib/dist/tor.service
114 -
115 - keepdir /var/lib/tor
116 -
117 - fperms 750 /var/lib/tor
118 - fowners tor:tor /var/lib/tor
119 -
120 - insinto /etc/tor/
121 - newins "${FILESDIR}"/torrc-r1 torrc
122 -
123 -}