From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A94BC138334 for ; Thu, 10 Oct 2019 06:56:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5FF9E0802; Thu, 10 Oct 2019 06:56:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D2AFE0802 for ; Thu, 10 Oct 2019 06:56:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7370334BAE2 for ; Thu, 10 Oct 2019 06:56:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59426838 for ; Thu, 10 Oct 2019 06:56:25 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1570690577.3e0d35af149c5a90556fd655456a2ba4e25fbaee.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/curlftpfs/, net-fs/curlftpfs/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild net-fs/curlftpfs/files/curlftpfs-0.9.2-64bit_filesize.patch net-fs/curlftpfs/files/curlftpfs-0.9.2-darwin.patch X-VCS-Directories: net-fs/curlftpfs/ net-fs/curlftpfs/files/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3e0d35af149c5a90556fd655456a2ba4e25fbaee X-VCS-Branch: master Date: Thu, 10 Oct 2019 06:56:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2859d607-aeff-4fb3-a72d-b30911d3cd3e X-Archives-Hash: 846dc347979471bd7d0d439db22c009f commit: 3e0d35af149c5a90556fd655456a2ba4e25fbaee Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Oct 10 06:54:05 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Oct 10 06:56:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0d35af net-fs/curlftpfs: modernize to EAPI=7 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich gentoo.org> net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild | 22 ++++++++++++---------- .../files/curlftpfs-0.9.2-64bit_filesize.patch | 4 ++-- .../curlftpfs/files/curlftpfs-0.9.2-darwin.patch | 5 ++--- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild b/net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild index ee8b52e0a00..04a3efebf10 100644 --- a/net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild +++ b/net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit eutils autotools +inherit autotools DESCRIPTION="File system for accessing ftp hosts based on FUSE" HOMEPAGE="http://curlftpfs.sourceforge.net/" @@ -21,18 +21,20 @@ RDEPEND=">=net-misc/curl-7.17.0 DEPEND="${RDEPEND} virtual/pkgconfig" +PATCHES=( + "${FILESDIR}"/${P}-64bit_filesize.patch + "${FILESDIR}"/${PN}-0.9.2-darwin.patch + "${FILESDIR}"/${PN}-0.9.2-memleak.patch + "${FILESDIR}"/${PN}-0.9.2-memleak-nocache.patch + "${FILESDIR}"/${PN}-0.9.2-fix-escaping.patch +) + src_prepare() { - epatch "${FILESDIR}"/${P}-64bit_filesize.patch - epatch "${FILESDIR}"/${PN}-0.9.2-darwin.patch - epatch "${FILESDIR}"/${PN}-0.9.2-memleak.patch - epatch "${FILESDIR}"/${PN}-0.9.2-memleak-nocache.patch - epatch "${FILESDIR}"/${PN}-0.9.2-fix-escaping.patch + default # automake-1.13.1 obsoletes AM_* bit #469818 sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac || die - epatch_user - eautoreconf } diff --git a/net-fs/curlftpfs/files/curlftpfs-0.9.2-64bit_filesize.patch b/net-fs/curlftpfs/files/curlftpfs-0.9.2-64bit_filesize.patch index 38b6f33a2ba..256c7492370 100644 --- a/net-fs/curlftpfs/files/curlftpfs-0.9.2-64bit_filesize.patch +++ b/net-fs/curlftpfs/files/curlftpfs-0.9.2-64bit_filesize.patch @@ -1,5 +1,5 @@ ---- ftpfs.c.old 2009-11-28 14:28:05.000000000 +0300 -+++ ftpfs.c 2009-11-28 14:28:19.000000000 +0300 +--- a/ftpfs.c 2009-11-28 14:28:05.000000000 +0300 ++++ b/ftpfs.c 2009-11-28 14:28:19.000000000 +0300 @@ -503,7 +503,7 @@ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_URL, fh->full_path); diff --git a/net-fs/curlftpfs/files/curlftpfs-0.9.2-darwin.patch b/net-fs/curlftpfs/files/curlftpfs-0.9.2-darwin.patch index fd0bd1f0cfe..81265920531 100644 --- a/net-fs/curlftpfs/files/curlftpfs-0.9.2-darwin.patch +++ b/net-fs/curlftpfs/files/curlftpfs-0.9.2-darwin.patch @@ -1,8 +1,7 @@ https://sourceforge.net/tracker/?func=detail&atid=816359&aid=2799820&group_id=160565 -diff -ur configure.ac configure.ac ---- configure.ac 2008-04-23 15:37:42 +0400 -+++ configure.ac 2009-06-02 09:46:05 +0400 +--- a/configure.ac 2008-04-23 15:37:42 +0400 ++++ b/configure.ac 2009-06-02 09:46:05 +0400 @@ -18,6 +18,11 @@ AC_MSG_ERROR(["We need libcurl with support for FTP protocol."]) fi