diff options
author | 2012-12-02 20:37:42 +0000 | |
---|---|---|
committer | 2012-12-02 20:37:42 +0000 | |
commit | bf077fd4a0d64c62de8cf8bb9375305951c36a4a (patch) | |
tree | 169d329cf311f4e8dc65f8838fef02432ad7e1a4 /net-misc | |
parent | add ~arm, bug #444688 (diff) | |
download | gentoo-2-bf077fd4a0d64c62de8cf8bb9375305951c36a4a.tar.gz gentoo-2-bf077fd4a0d64c62de8cf8bb9375305951c36a4a.tar.bz2 gentoo-2-bf077fd4a0d64c62de8cf8bb9375305951c36a4a.zip |
Version bump
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/vidalia/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/vidalia/vidalia-0.2.21.ebuild | 37 |
2 files changed, 43 insertions, 2 deletions
diff --git a/net-misc/vidalia/ChangeLog b/net-misc/vidalia/ChangeLog index 83af90e6a924..fbb5acc1e724 100644 --- a/net-misc/vidalia/ChangeLog +++ b/net-misc/vidalia/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/vidalia # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.37 2012/08/09 12:55:21 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.38 2012/12/02 20:37:42 blueness Exp $ + +*vidalia-0.2.21 (02 Dec 2012) + + 02 Dec 2012; Anthony G. Basile <blueness@gentoo.org> +vidalia-0.2.21.ebuild: + Version bump 09 Aug 2012; Anthony G. Basile <blueness@gentoo.org> -vidalia-0.2.18.ebuild, -vidalia-0.2.19.ebuild: @@ -188,4 +193,3 @@ 02 Jul 2006; Santiago M. Mola <cooldwind@gmail.com> ChangeLog: Initial ebuild (vidalia-0.0.6) for bug #138893 - diff --git a/net-misc/vidalia/vidalia-0.2.21.ebuild b/net-misc/vidalia/vidalia-0.2.21.ebuild new file mode 100644 index 000000000000..cc62fc23d2e4 --- /dev/null +++ b/net-misc/vidalia/vidalia-0.2.21.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/vidalia-0.2.21.ebuild,v 1.1 2012/12/02 20:37:42 blueness Exp $ + +EAPI="4" + +inherit eutils qt4-r2 cmake-utils +# cmake-utils needs to be last, so we get its src_compile() + +DESCRIPTION="Qt 4 front-end for Tor" +HOMEPAGE="https://www.torproject.org/projects/vidalia.html.en" +SRC_URI="https://www.torproject.org/dist/${PN}/${P}.tar.gz" + +LICENSE="|| ( GPL-3 GPL-2 ) openssl" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="debug +tor" + +DEPEND="x11-libs/qt-gui:4[debug?]" +RDEPEND="${DEPEND} + tor? ( net-misc/tor )" + +DOCS="CHANGELOG CREDITS README" + +pkg_postinst() { + ewarn + if use tor; then + ewarn "To have vidalia starting tor, you probably have to copy" + ewarn "/etc/tor/torrc.sample to the users ~/.tor/torrc and comment" + ewarn "the settings there and change the socks. Also, in vidalia" + ewarn "change the default user under which tor will run." + else + ewarn "You have disabled tor USE flag, which means you need to " + ewarn "configure tor on a different host." + fi + ewarn +} |