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, 30 Jul 2020 12:20:44
Message-Id: 1596111593.a43fb64855590d9b1cc9e79ed5a99d67f23cd361.blueness@gentoo
1 commit: a43fb64855590d9b1cc9e79ed5a99d67f23cd361
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 12:19:53 2020 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 12:19:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43fb648
7
8 net-vpn/tor: remove older stable version
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
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.7.ebuild | 90 ------------------------------------------
15 2 files changed, 91 deletions(-)
16
17 diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
18 index 7df7247a5ba..79fe5a87792 100644
19 --- a/net-vpn/tor/Manifest
20 +++ b/net-vpn/tor/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST tor-0.4.2.7.tar.gz 7604875 BLAKE2B d24f9bd5a3467c909cf95e7e06873817df1a11a86f002450058df7d2aa637b25441128ec57951e22681fdd9b0ef95808306d76b6485e060365f4fbf10e263ac8 SHA512 a23c7eec8f399372227433c62c97278563a63e4cf03e475307915d395fb0b7efc461b4c8a077149e7b6df955ec26d52cd833dfe37fb650d23b3fcb1a4163d64d
23 DIST tor-0.4.2.8.tar.gz 7610427 BLAKE2B 5b637047f4944e97350ef1354f61ed6ac611a1660a61a4a44d3706abb0ec12af121d35ee10023c627a1a7d175490ef854c0a99d17268756eaa7d626926ef245f SHA512 599ec5acd51a84b56f023458f71d35ea622390c4500e77f8a7ff416930e76f2ef3ec76402e971eca366d1f03aac4c1f6ccb8e9ab69e98f1d4b111d52731b45f2
24 DIST tor-0.4.3.6.tar.gz 7745954 BLAKE2B 3b04b2c79281483ef72421f8f5bfbc4f48358b6d38c151470eea7ea9bd2666e7098fe3fb0887d551f796443718791a3a464b007669c96e6bbcce7d7fc4c25d3a SHA512 f4ab0788d27b3eab40853dde31eaf087ac84616fc3488973e7d01f4dbd3e71ba6ce3a3afcf0c6272223897d0a9c1556aa26dbc4d9b98cc5b43dd729d20a2fcca
25 DIST tor-0.4.4.3-alpha.tar.gz 7795304 BLAKE2B c690b1e7b53a2f05cfc7f7c139068bde60e77f5cf3c76a470fcd9760b8a417b3dda65c67ce885401530a4ec22d003e6ef0cce3bd140d3f8754dfd45572b3b13d SHA512 54753191d17b25966f03f83d210b7a2e433b0810a53c6a6748bcbaa3a4f148f2c75aacdc8d4785d38e250e30559e9f1c490b7bfa1a6b283fa39b2b7fd857e8cc
26
27 diff --git a/net-vpn/tor/tor-0.4.2.7.ebuild b/net-vpn/tor/tor-0.4.2.7.ebuild
28 deleted file mode 100644
29 index 9002a59e900..00000000000
30 --- a/net-vpn/tor/tor-0.4.2.7.ebuild
31 +++ /dev/null
32 @@ -1,90 +0,0 @@
33 -# Copyright 1999-2020 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
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-2.4.1 )
63 - systemd? ( sys-apps/systemd )
64 - zstd? ( app-arch/zstd )"
65 -RDEPEND="
66 - acct-user/tor
67 - acct-group/tor
68 - ${DEPEND}
69 - selinux? ( sec-policy/selinux-tor )"
70 -
71 -PATCHES=(
72 - "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
73 - "${FILESDIR}"/${PN}-0.3.3.2-alpha-tor.service.in.patch
74 -)
75 -
76 -DOCS=()
77 -
78 -RESTRICT="!test? ( test )"
79 -
80 -src_configure() {
81 - use doc && DOCS+=( README ChangeLog ReleaseNotes doc/HACKING )
82 - export ac_cv_lib_cap_cap_init=$(usex caps)
83 - econf \
84 - --localstatedir="${EPREFIX}/var" \
85 - --enable-system-torrc \
86 - --disable-android \
87 - --disable-html-manual \
88 - --disable-libfuzzer \
89 - --disable-module-dirauth \
90 - --enable-pic \
91 - --disable-rust \
92 - --disable-restart-debugging \
93 - --disable-zstd-advanced-apis \
94 - $(use_enable man asciidoc) \
95 - $(use_enable man manpage) \
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-r9 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-r2 torrc
122 -}