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, 17 Nov 2018 12:46:28
Message-Id: 1542458772.78c46acc4f43ce7f69038affc762e3bf1a322f93.blueness@gentoo
1 commit: 78c46acc4f43ce7f69038affc762e3bf1a322f93
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 12:37:07 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 12:46:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c46acc
7
8 net-vpn/tor: remove older alpha
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-vpn/tor/Manifest | 1 -
14 net-vpn/tor/tor-0.3.5.3_alpha.ebuild | 87 ------------------------------------
15 2 files changed, 88 deletions(-)
16
17 diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
18 index 0f777fb39dc..ca9b9be6e49 100644
19 --- a/net-vpn/tor/Manifest
20 +++ b/net-vpn/tor/Manifest
21 @@ -2,6 +2,5 @@ DIST tor-0.3.1.10.tar.gz 6192183 BLAKE2B 4c1b57a3b19d18d735bb7362a08e4c2330350f2
22 DIST tor-0.3.4.7-rc.tar.gz 6668322 BLAKE2B 863d24d04ba7919d08b3c69bca2edf3ee46af6aa074812f76067199670b17bb8538233c7631cb17e1cada4b2b4527b0db4b3b7a7b945ae7ca7a03e52685fce00 SHA512 664211ffd6adcdb325cf669fed9fb7c70b1416da3df046c35622b5104a4b63d9a3123eb40744bc070d29ff97472adf31b1aaecea5b91c07059d0cdad79569b58
23 DIST tor-0.3.4.8.tar.gz 6679385 BLAKE2B 9cb65442effd1cfceb34f3483a0e96de5e59e9ce1bd2241533dd8eb62e4428a6c0f9decd816dda49515fc92acd8c77e69f7d39133a67fb5053a858dc78464791 SHA512 bfedc29253cb8fdbe1864ea5992ad33184577d88ab806a249a544f3b3142a7bc1453892955df335185aff72508095fb2a2a07ac6b96c99668e5e8d593d7aea6d
24 DIST tor-0.3.4.9.tar.gz 6695931 BLAKE2B ebfe0f49ae923e63b0bd8a7cafc453d7b0775cbfd167463b364490faf9bbf61decd28906d8f5bb08bfa9a5a10b371d9188a5019314c0de5ace15cc379347f88e SHA512 cc254a2cc2f21b4511e9cb215ba5f05fefc4dceffcf46a402efa2d3540872a4ed8e0095245df0802ea12c1367451bc16ca60c0aea6a77e2139580f3c5ba8c02f
25 -DIST tor-0.3.5.3-alpha.tar.gz 6862572 BLAKE2B c4832828042bbecaf7c34bcb8999873cb4a5314598b2731cba02b2335c09fd8685588c52b15345821288cc94c9ab731c150b5010dee27d2dce1a15914ee31a6d SHA512 fdbbf5a69f9c0708afa4bb9e4925db4f7384997d7f497f1298d0106b76944c060c858fd061aa292310384e7b35f0ac41570cd89bb8c7e8208c832908fa3288af
26 DIST tor-0.3.5.4-alpha.tar.gz 6867919 BLAKE2B 0b9ecb02c4399df80a641825d955ca39c6d8712e8706db63d9946698adf77cf4af0d947077e6150da60e38a41accf6e6894bd29e54c1fc590a38fbc9003220bc SHA512 8bb6c72295fb6d92301fc59159368960d1b12c3c24cbca8620efe20121192d3307fd0e44d91c5cf69bbc27486ad31ec87db04ff732a7eef36b0b5d81898d3cda
27 DIST tor-0.3.5.5-alpha.tar.gz 6893528 BLAKE2B 36d3ac98cd535046110ef24f8e388481ecfac2cd01f52b8fe1f0a88e0639ee5bbf620b50b256c954f1bc37da5c99bc8bf74a29315c3def9f21e4ab845a213153 SHA512 963aeb6ecdf8c772670261a49e273a89b5a5ac4296aec445fecf42996059a1aecaadba198a495c665afab02fc55d2572f0e66a7ebfc775512d029d53c3fd6575
28
29 diff --git a/net-vpn/tor/tor-0.3.5.3_alpha.ebuild b/net-vpn/tor/tor-0.3.5.3_alpha.ebuild
30 deleted file mode 100644
31 index eec218e6109..00000000000
32 --- a/net-vpn/tor/tor-0.3.5.3_alpha.ebuild
33 +++ /dev/null
34 @@ -1,87 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI="6"
39 -
40 -inherit flag-o-matic readme.gentoo-r1 systemd versionator user
41 -
42 -MY_PV="$(replace_version_separator 4 -)"
43 -MY_PF="${PN}-${MY_PV}"
44 -DESCRIPTION="Anonymizing overlay network for TCP"
45 -HOMEPAGE="http://www.torproject.org/"
46 -SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
47 - https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz"
48 -S="${WORKDIR}/${MY_PF}"
49 -
50 -LICENSE="BSD GPL-2"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~ppc-macos"
53 -IUSE="caps libressl lzma scrypt seccomp selinux systemd tor-hardening test zstd"
54 -
55 -DEPEND="
56 - app-text/asciidoc
57 - dev-libs/libevent[ssl]
58 - sys-libs/zlib
59 - caps? ( sys-libs/libcap )
60 - !libressl? ( dev-libs/openssl:0=[-bindist] )
61 - libressl? ( dev-libs/libressl:0= )
62 - lzma? ( app-arch/xz-utils )
63 - scrypt? ( app-crypt/libscrypt )
64 - seccomp? ( sys-libs/libseccomp )
65 - systemd? ( sys-apps/systemd )
66 - zstd? ( app-arch/zstd )"
67 -RDEPEND="${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=( README ChangeLog ReleaseNotes doc/HACKING )
76 -
77 -pkg_setup() {
78 - enewgroup tor
79 - enewuser tor -1 -1 /var/lib/tor tor
80 -}
81 -
82 -src_configure() {
83 - export ac_cv_lib_cap_cap_init=$(usex caps)
84 - econf \
85 - --localstatedir="${EPREFIX}/var" \
86 - --enable-system-torrc \
87 - --enable-asciidoc \
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 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-r8 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-r1 torrc
121 -}