+++ /dev/null
-DIST oneclickftp-0.5.1.tar.gz 109759 BLAKE2B b91386373f30afe608520fddb91c70a9c948833d71865bfeef7f77f1ffc8784d2e448c2be13d33bf0cfa5b269edba35bc8160671952c5af5a4a887711c9250a8 SHA512 69314faf29b7732b3a69958006e652cac97468cccff3ea3c8646f5633bfcf728d38ab412c6ab3c7b8451f314cc5e3078422eb65b41c207750ae88fc1d38d4b03
+++ /dev/null
-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);
-
+++ /dev/null
-<?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>
+++ /dev/null
-# 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
-}