diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-20 17:56:20 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-20 18:01:50 +0100 |
commit | 2e4104153c192ea1f62eb9a2895d63230d577fa3 (patch) | |
tree | bf76ab43fd9836377fc6e431408affc6eec46c19 /kde-misc/drop2ftp/drop2ftp-0.6.ebuild | |
parent | kde-misc/customizable-weather: Remove last-rited pkg (diff) | |
download | gentoo-2e4104153c192ea1f62eb9a2895d63230d577fa3.tar.gz gentoo-2e4104153c192ea1f62eb9a2895d63230d577fa3.tar.bz2 gentoo-2e4104153c192ea1f62eb9a2895d63230d577fa3.zip |
kde-misc/drop2ftp: Remove last-rited pkg
Diffstat (limited to 'kde-misc/drop2ftp/drop2ftp-0.6.ebuild')
-rw-r--r-- | kde-misc/drop2ftp/drop2ftp-0.6.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/kde-misc/drop2ftp/drop2ftp-0.6.ebuild b/kde-misc/drop2ftp/drop2ftp-0.6.ebuild deleted file mode 100644 index 6a9a787c19fb..000000000000 --- a/kde-misc/drop2ftp/drop2ftp-0.6.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="Plasmoid to add files over KIO supported protocols, like ftp and ssh" -HOMEPAGE="http://www.kde-look.org/content/show.php/Drop2FTP?content=97281" -SRC_URI="http://www.kde-look.org/CONTENT/content-files/97281-${P}.tar.gz" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" -SLOT="4" -IUSE="debug" - -RDEPEND=" - kde-plasma/plasma-workspace:4 -" - -PATCHES=( "${FILESDIR}/${P}-qt47.patch" ) |