From 5001a6c7b6da2956f5b17c695b1e0059dc7b8de5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 7 Jan 2018 18:44:07 +0000 Subject: gentoo resync : 07.01.2018 --- net-ftp/Manifest.gz | Bin 5000 -> 4828 bytes net-ftp/oneclickftp/Manifest | 4 --- .../oneclickftp/files/oneclickftp-0.5.1-qt47.patch | 13 ------- net-ftp/oneclickftp/metadata.xml | 11 ------ net-ftp/oneclickftp/oneclickftp-0.5.1.ebuild | 39 --------------------- 5 files changed, 67 deletions(-) delete mode 100644 net-ftp/oneclickftp/Manifest delete mode 100644 net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch delete mode 100644 net-ftp/oneclickftp/metadata.xml delete mode 100644 net-ftp/oneclickftp/oneclickftp-0.5.1.ebuild (limited to 'net-ftp') diff --git a/net-ftp/Manifest.gz b/net-ftp/Manifest.gz index d6af612ae26a..0d44f6770378 100644 Binary files a/net-ftp/Manifest.gz and b/net-ftp/Manifest.gz differ diff --git a/net-ftp/oneclickftp/Manifest b/net-ftp/oneclickftp/Manifest deleted file mode 100644 index 9f56bfff3706..000000000000 --- a/net-ftp/oneclickftp/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX oneclickftp-0.5.1-qt47.patch 679 BLAKE2B 0ad643c902399d342a2bb0eded744c665e647bcf313f541060c02dbe778d90e3f054ba8e908e93338253994748e163ef3ef07a821b2bb29498049ca44a127884 SHA512 238f0ccac1149f3324dac6c3c48e6616da4a8ba60e940a71eda997dea087b07e32cf239dd999c2fef3e3840a085665d4256b94b31a4616946bf80679a2d75a45 -DIST oneclickftp-0.5.1.tar.gz 109759 BLAKE2B b91386373f30afe608520fddb91c70a9c948833d71865bfeef7f77f1ffc8784d2e448c2be13d33bf0cfa5b269edba35bc8160671952c5af5a4a887711c9250a8 SHA512 69314faf29b7732b3a69958006e652cac97468cccff3ea3c8646f5633bfcf728d38ab412c6ab3c7b8451f314cc5e3078422eb65b41c207750ae88fc1d38d4b03 -EBUILD oneclickftp-0.5.1.ebuild 641 BLAKE2B 2a941848fd46530f42e3082f712d21ce502d7bec226867eb5f4fb201ca45f5f1a50ea290cf06d96a567b4b164828f71c1d8fa6d93604629560d13feabcf8b78e SHA512 3579bb259d26ee9fb44d02b83d38a06743ec377a10202d4ed5cb3db59dbe4c74547e0814f9266b6ea8c76870b4e6d10345974629e4af4d2f123a03c059f66e0a -MISC metadata.xml 338 BLAKE2B de225322f0eb7a981f7d94d0ff01eddb91a8c12b5a22f8f31dd27e7df6ea76b236612e31b1931133307ea6caee53a5466ee099ab52f5894f10003302ad82a278 SHA512 ac653b110f7197c0db29aa196c63530131fc31f4070493f82716a5025e1b9e8033bcbfdc17d036c5e4c9ad3b1a73304938a7ec9ed8c19c94d7d2caab2cb62cb8 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 SelectedFiles); - bool Download(OProfile *ProfiletoDownload, std::vector 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 @@ - - - - - qt@gentoo.org - Gentoo Qt Project - - - oneclickftp - - 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 -} -- cgit v1.2.3