summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-01-07 14:47:28 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-01-07 14:49:43 +0300
commit3ce8698387c2666bdef6f6b03dcf3f8fe343c55a (patch)
tree0072231f7e450a9fc30a7b0cf9adcb49e98e3831
parentsys-apps/hdparm: stable 9.52 for hppa, bug #643574 (diff)
downloadgentoo-3ce8698387c2666bdef6f6b03dcf3f8fe343c55a.tar.gz
gentoo-3ce8698387c2666bdef6f6b03dcf3f8fe343c55a.tar.bz2
gentoo-3ce8698387c2666bdef6f6b03dcf3f8fe343c55a.zip
net-ftp/oneclickftp: remove last rited package
Bug: https://bugs.gentoo.org/640138
-rw-r--r--net-ftp/oneclickftp/Manifest1
-rw-r--r--net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch13
-rw-r--r--net-ftp/oneclickftp/metadata.xml11
-rw-r--r--net-ftp/oneclickftp/oneclickftp-0.5.1.ebuild39
4 files changed, 0 insertions, 64 deletions
diff --git a/net-ftp/oneclickftp/Manifest b/net-ftp/oneclickftp/Manifest
deleted file mode 100644
index 52ccd3d1c282..000000000000
--- 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 bea8e32af477..000000000000
--- 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 a7a22d8c9a5f..000000000000
--- 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>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
index bd44189dc92f..000000000000
--- 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
-}