diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-04-25 23:51:20 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-04-25 23:51:20 +0000 |
commit | d7a5d5a5ddd584140006f217b31da99a73470dc4 (patch) | |
tree | c13ffb05be58b29d685a8cb0cc6f30f97ba52339 /net-misc/vidalia | |
parent | Bump to 1.0.10, fixes #236473 (diff) | |
download | gentoo-2-d7a5d5a5ddd584140006f217b31da99a73470dc4.tar.gz gentoo-2-d7a5d5a5ddd584140006f217b31da99a73470dc4.tar.bz2 gentoo-2-d7a5d5a5ddd584140006f217b31da99a73470dc4.zip |
Bump to 0.1.12, fixes #236974
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/vidalia')
-rw-r--r-- | net-misc/vidalia/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/vidalia/vidalia-0.1.12.ebuild | 34 |
2 files changed, 41 insertions, 2 deletions
diff --git a/net-misc/vidalia/ChangeLog b/net-misc/vidalia/ChangeLog index ffb93e194248..d2d969554256 100644 --- a/net-misc/vidalia/ChangeLog +++ b/net-misc/vidalia/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/vidalia -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.9 2008/08/11 23:11:29 yngwin Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.10 2009/04/25 23:51:20 patrick Exp $ + +*vidalia-0.1.12 (25 Apr 2009) + + 25 Apr 2009; Patrick Lauer <patrick@gentoo.org> +vidalia-0.1.12.ebuild: + Bump to 0.1.12, fixes #236974 *vidalia-0.1.7 (11 Aug 2008) diff --git a/net-misc/vidalia/vidalia-0.1.12.ebuild b/net-misc/vidalia/vidalia-0.1.12.ebuild new file mode 100644 index 000000000000..45444c644242 --- /dev/null +++ b/net-misc/vidalia/vidalia-0.1.12.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/vidalia-0.1.12.ebuild,v 1.1 2009/04/25 23:51:20 patrick Exp $ + +EAPI="1" +inherit eutils qt4 cmake-utils +# cmake-utils needs to be last, so we get its src_compile() + +DESCRIPTION="Qt 4 front-end for Tor" +HOMEPAGE="http://www.vidalia-project.net/" +SRC_URI="http://www.vidalia-project.net/dist/${P}.tar.gz" + +LICENSE="|| ( GPL-3 GPL-2 ) openssl" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="debug" + +DEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* ) + dev-util/cmake" +RDEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* ) + net-misc/tor" + +use debug && QT4_BUILT_WITH_USE_CHECK="debug" + +DOCS="CHANGELOG CREDITS README" + +pkg_postinst() { + echo + 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." + echo +} |