summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-misc/drop2ftp/Manifest1
-rw-r--r--kde-misc/drop2ftp/drop2ftp-0.6.ebuild22
-rw-r--r--kde-misc/drop2ftp/files/drop2ftp-0.6-qt47.patch26
-rw-r--r--kde-misc/drop2ftp/metadata.xml8
4 files changed, 0 insertions, 57 deletions
diff --git a/kde-misc/drop2ftp/Manifest b/kde-misc/drop2ftp/Manifest
deleted file mode 100644
index de7ad8a16842..000000000000
--- a/kde-misc/drop2ftp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 97281-drop2ftp-0.6.tar.gz 95735 SHA256 61f6a913e7ffff842cb1ebb1ba71b6515588cb597bce82f689556e64a954c77e SHA512 07412086631b849e4ffe5545235a4392a66c2a398a7cbbd8e74751d80ad759444fa41072de1c015d00e9701d74b877239292ac8a26954e5fb43db403ae8c2cc1 WHIRLPOOL d86ac4677d038836e4fd88ee746806ea9b73159ecc751e5da17d3674eb12c62875ba68c2f5aba00869482e34096418b90b8fea955ad65db995fca3f91b634584
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" )
diff --git a/kde-misc/drop2ftp/files/drop2ftp-0.6-qt47.patch b/kde-misc/drop2ftp/files/drop2ftp-0.6-qt47.patch
deleted file mode 100644
index 5100237f99d2..000000000000
--- a/kde-misc/drop2ftp/files/drop2ftp-0.6-qt47.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -ruN drop2ftp-0.6.orig/drop2ftp.cpp drop2ftp-0.6/drop2ftp.cpp
---- drop2ftp-0.6.orig/drop2ftp.cpp 2009-03-26 16:01:53.000000000 +0100
-+++ drop2ftp-0.6/drop2ftp.cpp 2011-08-02 00:11:22.000000000 +0200
-@@ -51,16 +51,16 @@
-
- Drop2FTP::Drop2FTP(QObject *parent, const QVariantList &args)
- : Plasma::Applet(parent, args),
-- m_serverAddress(0),
-- m_serverTitle(0),
-+ m_serverAddress(""),
-+ m_serverTitle(""),
- m_useBrowserOnClick(0),
- m_generateLinks(0),
-- m_protocol4Links(0),
-+ m_protocol4Links(""),
- m_defaultAction(0),
- m_numActivJobs(0),
-- m_newIcon(0),
-- m_iconName(0),
-- m_syntax4Links(0),
-+ m_newIcon(""),
-+ m_iconName(""),
-+ m_syntax4Links(""),
- m_icon(0),
- m_label(0)
- {
diff --git a/kde-misc/drop2ftp/metadata.xml b/kde-misc/drop2ftp/metadata.xml
deleted file mode 100644
index 2fdbf33d963d..000000000000
--- a/kde-misc/drop2ftp/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
-</pkgmetadata>