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