Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/vidalia: ChangeLog vidalia-0.2.5.ebuild vidalia-0.1.7.ebuild vidalia-0.1.12.ebuild
Date: Sat, 31 Oct 2009 14:10:09
Message-Id: E1N4Eed-00022R-BX@stork.gentoo.org
1 vostorga 09/10/31 14:10:07
2
3 Modified: ChangeLog
4 Added: vidalia-0.2.5.ebuild
5 Removed: vidalia-0.1.7.ebuild vidalia-0.1.12.ebuild
6 Log:
7 Cleaning out old versions, adding upstream development release, bug #276483
8 (Portage version: 2.1.6.13/cvs/Linux i686)
9
10 Revision Changes Path
11 1.14 net-misc/vidalia/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vidalia/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vidalia/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vidalia/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 28 Oct 2009 09:15:13 -0000 1.13
24 +++ ChangeLog 31 Oct 2009 14:10:06 -0000 1.14
25 @@ -1,6 +1,13 @@
26 # ChangeLog for net-misc/vidalia
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.13 2009/10/28 09:15:13 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.14 2009/10/31 14:10:06 vostorga Exp $
30 +
31 +*vidalia-0.2.5 (31 Oct 2009)
32 +
33 + 31 Oct 2009; VĂ­ctor Ostorga <vostorga@g.o> -vidalia-0.1.7.ebuild,
34 + -vidalia-0.1.12.ebuild, +vidalia-0.2.5.ebuild:
35 + Cleaning out old versions, adding upstream development release, bug
36 + #276483
37
38 28 Oct 2009; Torsten Veller <tove@g.o> metadata.xml:
39 humpback is AWOL (#34793). Adding maintainer-needed
40
41
42
43 1.1 net-misc/vidalia/vidalia-0.2.5.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vidalia/vidalia-0.2.5.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vidalia/vidalia-0.2.5.ebuild?rev=1.1&content-type=text/plain
47
48 Index: vidalia-0.2.5.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/vidalia-0.2.5.ebuild,v 1.1 2009/10/31 14:10:06 vostorga Exp $
53
54 EAPI="2"
55 inherit eutils qt4 cmake-utils
56 # cmake-utils needs to be last, so we get its src_compile()
57
58 DESCRIPTION="Qt 4 front-end for Tor"
59 HOMEPAGE="https://www.torproject.org/vidalia/"
60 SRC_URI="https://www.torproject.org/vidalia/dist/${P}.tar.gz"
61
62 LICENSE="|| ( GPL-3 GPL-2 ) openssl"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
65 IUSE="debug"
66
67 DEPEND="x11-libs/qt-gui:4[debug?]"
68 RDEPEND="${DEPEND}
69 net-misc/tor"
70
71 DOCS="CHANGELOG CREDITS README"
72
73 pkg_postinst() {
74 echo
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 elog ""
80 elog "You are installing a development release version, to install"
81 elog "upstream stable release use 0.1.x"
82 elog "Refer to ${HOMEPAGE} for more info"
83 }