Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/tor: ChangeLog tor-0.2.1.15_rc.ebuild
Date: Wed, 17 Jun 2009 12:23:43
Message-Id: E1MGuB0-0003s1-6K@stork.gentoo.org
1 fauli 09/06/17 12:23:38
2
3 Modified: ChangeLog tor-0.2.1.15_rc.ebuild
4 Log:
5 remove all occurences of USE=bundledlibevent
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.168 net-misc/tor/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tor/ChangeLog?rev=1.168&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tor/ChangeLog?rev=1.168&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tor/ChangeLog?r1=1.167&r2=1.168
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
18 retrieving revision 1.167
19 retrieving revision 1.168
20 diff -u -r1.167 -r1.168
21 --- ChangeLog 17 Jun 2009 12:20:03 -0000 1.167
22 +++ ChangeLog 17 Jun 2009 12:23:38 -0000 1.168
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-misc/tor
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.167 2009/06/17 12:20:03 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.168 2009/06/17 12:23:38 fauli Exp $
28 +
29 + 17 Jun 2009; Christian Faulhammer <fauli@g.o>
30 + tor-0.2.1.15_rc.ebuild:
31 + remove all occurences of USE=bundledlibevent
32
33 *tor-0.2.1.15_rc (17 Jun 2009)
34
35
36
37
38 1.2 net-misc/tor/tor-0.2.1.15_rc.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tor/tor-0.2.1.15_rc.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tor/tor-0.2.1.15_rc.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tor/tor-0.2.1.15_rc.ebuild?r1=1.1&r2=1.2
43
44 Index: tor-0.2.1.15_rc.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.1.15_rc.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- tor-0.2.1.15_rc.ebuild 17 Jun 2009 12:20:03 -0000 1.1
51 +++ tor-0.2.1.15_rc.ebuild 17 Jun 2009 12:23:38 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.1.15_rc.ebuild,v 1.1 2009/06/17 12:20:03 fauli Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.1.15_rc.ebuild,v 1.2 2009/06/17 12:23:38 fauli Exp $
57
58 EAPI=2
59
60 @@ -15,7 +15,7 @@
61 LICENSE="BSD"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 -IUSE="+bundledlibevent debug"
65 +IUSE="debug"
66
67 DEPEND="dev-libs/openssl
68 >=dev-libs/libevent-1.2"
69 @@ -39,8 +39,8 @@
70 # have to live with the bundled libevent for this release, as the
71 # current version in tree won't suffice for tor to build
72 # See http://bugs.noreply.org/flyspray/index.php?do=details&id=920
73 - # for upstream's report use bundledlibevent || epatch
74 - # "${FILESDIR}"/${PN}-0.2.1.5-no-internal-libevent.patch
75 + # for upstream's report
76 + # use bundledlibevent || epatch "${FILESDIR}"/${PN}-0.2.1.5-no-internal-libevent.patch
77 }
78
79 src_configure() {
80 @@ -78,10 +78,4 @@
81 elog "forward-socks4a / localhost:9050 ."
82 elog "(notice the . at the end of the line)"
83 elog "to /etc/privoxy/config"
84 -
85 - if ! use bundledlibevent; then
86 - elog
87 - elog "Please be aware that using the system's libevent library will lower your anonymity"
88 - elog "a little bit. If you rely on it, please enable USE=bundledlibevent."
89 - fi
90 }