Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/vidalia: ChangeLog vidalia-0.2.19.ebuild
Date: Thu, 07 Jun 2012 10:03:46
Message-Id: 20120607100334.DF44F2004B@flycatcher.gentoo.org
1 blueness 12/06/07 10:03:34
2
3 Modified: ChangeLog
4 Added: vidalia-0.2.19.ebuild
5 Log:
6 Version bump stable 0.2.x branch
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.33 net-misc/vidalia/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vidalia/ChangeLog?rev=1.33&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vidalia/ChangeLog?rev=1.33&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vidalia/ChangeLog?r1=1.32&r2=1.33
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v
20 retrieving revision 1.32
21 retrieving revision 1.33
22 diff -u -r1.32 -r1.33
23 --- ChangeLog 18 May 2012 11:11:44 -0000 1.32
24 +++ ChangeLog 7 Jun 2012 10:03:34 -0000 1.33
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-misc/vidalia
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.32 2012/05/18 11:11:44 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.33 2012/06/07 10:03:34 blueness Exp $
30 +
31 +*vidalia-0.2.19 (07 Jun 2012)
32 +
33 + 07 Jun 2012; Anthony G. Basile <blueness@g.o> +vidalia-0.2.19.ebuild:
34 + Version bump stable 0.2.x branch
35
36 *vidalia-0.2.18 (18 May 2012)
37
38
39
40
41 1.1 net-misc/vidalia/vidalia-0.2.19.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vidalia/vidalia-0.2.19.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vidalia/vidalia-0.2.19.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vidalia-0.2.19.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/vidalia-0.2.19.ebuild,v 1.1 2012/06/07 10:03:34 blueness Exp $
51
52 EAPI="4"
53
54 inherit eutils qt4-r2 cmake-utils
55 # cmake-utils needs to be last, so we get its src_compile()
56
57 DESCRIPTION="Qt 4 front-end for Tor"
58 HOMEPAGE="https://www.torproject.org/projects/vidalia.html.en"
59 SRC_URI="https://www.torproject.org/dist/${PN}/${P}.tar.gz"
60
61 LICENSE="|| ( GPL-3 GPL-2 ) openssl"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE="debug +tor"
65
66 DEPEND="x11-libs/qt-gui:4[debug?]"
67 RDEPEND="${DEPEND}
68 tor? ( net-misc/tor )"
69
70 DOCS="CHANGELOG CREDITS README"
71
72 pkg_postinst() {
73 ewarn
74 if use tor; then
75 ewarn "To have vidalia starting tor, you probably have to copy"
76 ewarn "/etc/tor/torrc.sample to the users ~/.tor/torrc and comment"
77 ewarn "the settings there and change the socks. Also, in vidalia"
78 ewarn "change the default user under which tor will run."
79 else
80 ewarn "You have disabled tor USE flag, which means you need to "
81 ewarn "configure tor on a different host."
82 fi
83 ewarn
84 }