| 1 |
patrick |
1.1 |
# Copyright 1999-2009 Gentoo Foundation
|
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
ayoy |
1.2 |
# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/vidalia-0.1.12.ebuild,v 1.1 2009/04/25 23:51:20 patrick Exp $
|
| 4 |
patrick |
1.1 |
|
| 5 |
ayoy |
1.2 |
EAPI="2"
|
| 6 |
patrick |
1.1 |
inherit eutils qt4 cmake-utils
|
| 7 |
|
|
# cmake-utils needs to be last, so we get its src_compile()
|
| 8 |
|
|
|
| 9 |
|
|
DESCRIPTION="Qt 4 front-end for Tor"
|
| 10 |
|
|
HOMEPAGE="http://www.vidalia-project.net/"
|
| 11 |
|
|
SRC_URI="http://www.vidalia-project.net/dist/${P}.tar.gz"
|
| 12 |
|
|
|
| 13 |
|
|
LICENSE="|| ( GPL-3 GPL-2 ) openssl"
|
| 14 |
|
|
SLOT="0"
|
| 15 |
|
|
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
| 16 |
|
|
IUSE="debug"
|
| 17 |
|
|
|
| 18 |
ayoy |
1.2 |
DEPEND="x11-libs/qt-gui:4[debug?]"
|
| 19 |
|
|
RDEPEND="${DEPEND}
|
| 20 |
patrick |
1.1 |
net-misc/tor"
|
| 21 |
|
|
|
| 22 |
|
|
DOCS="CHANGELOG CREDITS README"
|
| 23 |
|
|
|
| 24 |
|
|
pkg_postinst() {
|
| 25 |
|
|
echo
|
| 26 |
|
|
ewarn "To have vidalia starting tor, you probably have to copy"
|
| 27 |
|
|
ewarn "/etc/tor/torrc.sample to the users ~/.tor/torrc and comment"
|
| 28 |
|
|
ewarn "the settings there and change the socks. Also, in vidalia"
|
| 29 |
|
|
ewarn "change the default user under which tor will run."
|
| 30 |
|
|
echo
|
| 31 |
|
|
}
|