diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-06-26 15:06:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-06-26 15:06:24 +0100 |
commit | 2b921eb19ef0520542ed7ae4a5beae9da9749d4c (patch) | |
tree | 63a7822210385c6042491a4bfa0d82301699c8f9 /net-p2p/transmission/transmission-2.83.ebuild | |
parent | c2b0d275a42869258071fa3571652bb4c10f254e (diff) | |
parent | fee9d49c73ebb43de8f12c73f7d502044850818e (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'net-p2p/transmission/transmission-2.83.ebuild')
-rw-r--r-- | net-p2p/transmission/transmission-2.83.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-p2p/transmission/transmission-2.83.ebuild b/net-p2p/transmission/transmission-2.83.ebuild new file mode 100644 index 00000000..3363f4b2 --- /dev/null +++ b/net-p2p/transmission/transmission-2.83.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit transmission-2.83 + +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} + )" |