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 0351813997D for ; Sun, 10 Nov 2019 11:36:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52FFDE088F; Sun, 10 Nov 2019 11:36:34 +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 356E6E088F for ; Sun, 10 Nov 2019 11:36:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 764DF34CB37 for ; Sun, 10 Nov 2019 11:36:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AAED8A6 for ; Sun, 10 Nov 2019 11:36:31 +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: <1573385674.7b328193b4d6e11780edbc49faf2bd4f1d50e7af.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/curlftpfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/curlftpfs/curlftpfs-0.9.2-r3.ebuild X-VCS-Directories: net-fs/curlftpfs/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 7b328193b4d6e11780edbc49faf2bd4f1d50e7af X-VCS-Branch: master Date: Sun, 10 Nov 2019 11:36:31 +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: f97796fb-1391-42cd-802b-1e29ee59c627 X-Archives-Hash: f13f2aaa37c3dc78f65fc835501864ef commit: 7b328193b4d6e11780edbc49faf2bd4f1d50e7af Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 10 11:34:34 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 10 11:34:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b328193 net-fs/curlftpfs: drop old Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich gentoo.org> net-fs/curlftpfs/curlftpfs-0.9.2-r3.ebuild | 42 ------------------------------ 1 file changed, 42 deletions(-) diff --git a/net-fs/curlftpfs/curlftpfs-0.9.2-r3.ebuild b/net-fs/curlftpfs/curlftpfs-0.9.2-r3.ebuild deleted file mode 100644 index c6a181e880b..00000000000 --- a/net-fs/curlftpfs/curlftpfs-0.9.2-r3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils autotools - -DESCRIPTION="File system for accessing ftp hosts based on FUSE" -HOMEPAGE="http://curlftpfs.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="" -RESTRICT="test" # bug 258460 - -RDEPEND=">=net-misc/curl-7.17.0 - >=sys-fs/fuse-2.2 - >=dev-libs/glib-2.0" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -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 - - # automake-1.13.1 obsoletes AM_* bit #469818 - sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac || die - - epatch_user - - eautoreconf -} - -src_install() { - default - dodoc README -}