commit:     3ce8698387c2666bdef6f6b03dcf3f8fe343c55a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 11:47:28 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 11:49:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce86983

net-ftp/oneclickftp: remove last rited package

Bug: https://bugs.gentoo.org/640138

 net-ftp/oneclickftp/Manifest                       |  1 -
 .../oneclickftp/files/oneclickftp-0.5.1-qt47.patch | 13 --------
 net-ftp/oneclickftp/metadata.xml                   | 11 ------
 net-ftp/oneclickftp/oneclickftp-0.5.1.ebuild       | 39 ----------------------
 4 files changed, 64 deletions(-)

diff --git a/net-ftp/oneclickftp/Manifest b/net-ftp/oneclickftp/Manifest
deleted file mode 100644
index 52ccd3d1c28..00000000000
--- a/net-ftp/oneclickftp/Manifest
+++ /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
index bea8e32af47..00000000000
--- a/net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch
+++ /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
index a7a22d8c9a5..00000000000
--- a/net-ftp/oneclickftp/metadata.xml
+++ /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>[email protected]</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
index bd44189dc92..00000000000
--- a/net-ftp/oneclickftp/oneclickftp-0.5.1.ebuild
+++ /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
-}

Reply via email to