# 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.3.1.ebuild,v 1.2 2012/08/09 12:53:06 blueness Exp $ EAPI="4" # cmake-utils needs to be last, so we get its src_compile() inherit eutils qt4-r2 cmake-utils git-2 DESCRIPTION="Qt 4 front-end for Tor" HOMEPAGE="https://www.torproject.org/projects/vidalia.html.en" SRC_URI="" EGIT_REPO_URI="git://git.torproject.org/vidalia.git" LICENSE="|| ( GPL-3 GPL-2 ) openssl" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="debug" DEPEND="dev-qt/qtgui:4[debug?]" RDEPEND="${DEPEND}" src_unpack(){ git-2_src_unpack } 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 }