| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/vidalia-0.2.12.ebuild,v 1.3 2011/09/26 22:31:14 chainsaw Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/vidalia-0.2.12.ebuild,v 1.4 2011/10/01 03:18:39 phajdan.jr Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit eutils qt4-r2 cmake-utils |
7 | inherit eutils qt4-r2 cmake-utils |
| 8 | # cmake-utils needs to be last, so we get its src_compile() |
8 | # cmake-utils needs to be last, so we get its src_compile() |
| … | |
… | |
| 11 | HOMEPAGE="https://www.torproject.org/projects/vidalia.html.en" |
11 | HOMEPAGE="https://www.torproject.org/projects/vidalia.html.en" |
| 12 | SRC_URI="https://www.torproject.org/dist/${PN}/${P}.tar.gz" |
12 | SRC_URI="https://www.torproject.org/dist/${PN}/${P}.tar.gz" |
| 13 | |
13 | |
| 14 | LICENSE="|| ( GPL-3 GPL-2 ) openssl" |
14 | LICENSE="|| ( GPL-3 GPL-2 ) openssl" |
| 15 | SLOT="0" |
15 | SLOT="0" |
| 16 | KEYWORDS="amd64 ~ppc ~sparc ~x86" |
16 | KEYWORDS="amd64 ~ppc ~sparc x86" |
| 17 | IUSE="debug +tor" |
17 | IUSE="debug +tor" |
| 18 | |
18 | |
| 19 | DEPEND="x11-libs/qt-gui:4[debug?]" |
19 | DEPEND="x11-libs/qt-gui:4[debug?]" |
| 20 | RDEPEND="${DEPEND} |
20 | RDEPEND="${DEPEND} |
| 21 | tor? ( net-misc/tor )" |
21 | tor? ( net-misc/tor )" |