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