Merge media-sound/spotify: Fix homepage URL
[gentoo.git] / kde-misc / drop2ftp / drop2ftp-0.6.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 inherit kde4-base
8
9 DESCRIPTION="KDE4 plasmoid. Add files over KIO supported protocols, like ftp and ssh"
10 HOMEPAGE="http://www.kde-look.org/content/show.php/Drop2FTP?content=97281"
11 SRC_URI="http://www.kde-look.org/CONTENT/content-files/97281-${P}.tar.gz"
12
13 LICENSE="GPL-3"
14 KEYWORDS="~amd64 ~x86"
15 SLOT="4"
16 IUSE="debug"
17
18 RDEPEND="
19         $(add_kdebase_dep plasma-workspace)
20 "
21
22 PATCHES=( "${FILESDIR}/${P}-qt47.patch" )