diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
commit | ed40676841e317a2aafa04c4c804bb6043864740 (patch) | |
tree | 91c5e4b12acc09eabb2b1234eb633aa78af224d2 /net-p2p/transmission/transmission-2.84.ebuild | |
parent | dc106bfbeb980942a8490753d6883eb34b13ea12 (diff) |
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
Diffstat (limited to 'net-p2p/transmission/transmission-2.84.ebuild')
-rw-r--r-- | net-p2p/transmission/transmission-2.84.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-p2p/transmission/transmission-2.84.ebuild b/net-p2p/transmission/transmission-2.84.ebuild deleted file mode 100644 index 2e83db75..00000000 --- a/net-p2p/transmission/transmission-2.84.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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} - )" |