summaryrefslogtreecommitdiff
path: root/net-p2p/transmission/transmission-2.84.ebuild
blob: 2e83db75e98625b361ef821b56dad05ad78401a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5
inherit transmission-2.84

DESCRIPTION="A BitTorrent client (meta package)"
#HOMEPAGE="http://www.transmissionbt.com/"
SRC_URI=""

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ayatana gtk lightweight systemd qt4 xfs"

RDEPEND="
	~net-p2p/transmission-base-${PV}[lightweight=,xfs=]
	gtk? (
		~net-p2p/transmission-gtk-${PV}[ayatana=]
	)
	!gtk? (
		~net-p2p/transmission-cli-${PV}
	)"