Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/vidalia: ChangeLog vidalia-0.1.12.ebuild
Date: Sat, 25 Apr 2009 23:51:23
Message-Id: E1LxreS-00019F-Nn@stork.gentoo.org
1 patrick 09/04/25 23:51:20
2
3 Modified: ChangeLog
4 Added: vidalia-0.1.12.ebuild
5 Log:
6 Bump to 0.1.12, fixes #236974
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 net-misc/vidalia/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vidalia/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vidalia/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vidalia/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 11 Aug 2008 23:11:29 -0000 1.9
23 +++ ChangeLog 25 Apr 2009 23:51:20 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-misc/vidalia
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.9 2008/08/11 23:11:29 yngwin Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.10 2009/04/25 23:51:20 patrick Exp $
30 +
31 +*vidalia-0.1.12 (25 Apr 2009)
32 +
33 + 25 Apr 2009; Patrick Lauer <patrick@g.o> +vidalia-0.1.12.ebuild:
34 + Bump to 0.1.12, fixes #236974
35
36 *vidalia-0.1.7 (11 Aug 2008)
37
38
39
40
41 1.1 net-misc/vidalia/vidalia-0.1.12.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vidalia/vidalia-0.1.12.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vidalia/vidalia-0.1.12.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vidalia-0.1.12.ebuild
47 ===================================================================
48 # Copyright 1999-2009 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.1.12.ebuild,v 1.1 2009/04/25 23:51:20 patrick Exp $
51
52 EAPI="1"
53 inherit eutils qt4 cmake-utils
54 # cmake-utils needs to be last, so we get its src_compile()
55
56 DESCRIPTION="Qt 4 front-end for Tor"
57 HOMEPAGE="http://www.vidalia-project.net/"
58 SRC_URI="http://www.vidalia-project.net/dist/${P}.tar.gz"
59
60 LICENSE="|| ( GPL-3 GPL-2 ) openssl"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
63 IUSE="debug"
64
65 DEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* )
66 dev-util/cmake"
67 RDEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* )
68 net-misc/tor"
69
70 use debug && QT4_BUILT_WITH_USE_CHECK="debug"
71
72 DOCS="CHANGELOG CREDITS README"
73
74 pkg_postinst() {
75 echo
76 ewarn "To have vidalia starting tor, you probably have to copy"
77 ewarn "/etc/tor/torrc.sample to the users ~/.tor/torrc and comment"
78 ewarn "the settings there and change the socks. Also, in vidalia"
79 ewarn "change the default user under which tor will run."
80 echo
81 }