net-ftp/oneclickftp: remove last rited package
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 7 Jan 2018 11:47:28 +0000 (14:47 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 7 Jan 2018 11:49:43 +0000 (14:49 +0300)
Bug: https://bugs.gentoo.org/640138

net-ftp/oneclickftp/Manifest [deleted file]
net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch [deleted file]
net-ftp/oneclickftp/metadata.xml [deleted file]
net-ftp/oneclickftp/oneclickftp-0.5.1.ebuild [deleted file]

diff --git a/net-ftp/oneclickftp/Manifest b/net-ftp/oneclickftp/Manifest
deleted file mode 100644 (file)
index 52ccd3d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST oneclickftp-0.5.1.tar.gz 109759 BLAKE2B b91386373f30afe608520fddb91c70a9c948833d71865bfeef7f77f1ffc8784d2e448c2be13d33bf0cfa5b269edba35bc8160671952c5af5a4a887711c9250a8 SHA512 69314faf29b7732b3a69958006e652cac97468cccff3ea3c8646f5633bfcf728d38ab412c6ab3c7b8451f314cc5e3078422eb65b41c207750ae88fc1d38d4b03
diff --git a/net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch b/net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch
deleted file mode 100644 (file)
index bea8e32..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: oneclickftp-0.5.1/src/ftpwindowimpl.h
-===================================================================
---- oneclickftp-0.5.1.orig/src/ftpwindowimpl.h
-+++ oneclickftp-0.5.1/src/ftpwindowimpl.h
-@@ -38,7 +38,7 @@ class FTPWindowImpl : public QWidget, pu
- {
- Q_OBJECT
- public:
--      FTPWindowImpl(QString Dir, QString Profile, QString ProxyIP = 0, QString ProxyPort = 0);
-+      FTPWindowImpl(QString Dir, QString Profile, QString ProxyIP = QString::number(0), QString ProxyPort = QString::number(0));
-       bool Upload(OProfile *ProfiletoUpload, std::vector<OFileConnection*> SelectedFiles);
-       bool Download(OProfile *ProfiletoDownload, std::vector<OFileConnection*> SelectedFiles);
diff --git a/net-ftp/oneclickftp/metadata.xml b/net-ftp/oneclickftp/metadata.xml
deleted file mode 100644 (file)
index a7a22d8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>qt@gentoo.org</email>
-    <name>Gentoo Qt Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="sourceforge">oneclickftp</remote-id>
-  </upstream>
-</pkgmetadata>
diff --git a/net-ftp/oneclickftp/oneclickftp-0.5.1.ebuild b/net-ftp/oneclickftp/oneclickftp-0.5.1.ebuild
deleted file mode 100644 (file)
index bd44189..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils qmake-utils
-
-DESCRIPTION="The somehow different FTP client"
-HOMEPAGE="http://oneclickftp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       app-crypt/qca:2[qt4(+)]
-       dev-qt/qtcore:4
-       dev-qt/qtgui:4
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/${P}-qt47.patch"
-)
-
-src_configure() {
-       eqmake4
-}
-
-src_install() {
-       emake INSTALL_ROOT="${D}" install
-
-       doicon res/icons/${PN}.png
-       make_desktop_entry ${PN} ${PN}
-
-       einstalldocs
-}