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 7CD79138334 for ; Thu, 6 Dec 2018 10:00:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C729E0886; Thu, 6 Dec 2018 10:00:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EEA4FE0886 for ; Thu, 6 Dec 2018 10:00:50 +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 221C8335C8F for ; Thu, 6 Dec 2018 10:00:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4399D4DA for ; Thu, 6 Dec 2018 10:00:44 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1544090433.01ca95b727dea9d2b998195a1cccda367632bb62.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfilezilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfilezilla/libfilezilla-0.12.3.ebuild dev-libs/libfilezilla/libfilezilla-0.14.0.ebuild dev-libs/libfilezilla/libfilezilla-0.15.0.ebuild dev-libs/libfilezilla/libfilezilla-0.15.1.ebuild X-VCS-Directories: dev-libs/libfilezilla/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 01ca95b727dea9d2b998195a1cccda367632bb62 X-VCS-Branch: master Date: Thu, 6 Dec 2018 10:00:44 +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: f1f50408-b65d-4b08-9aa4-319a51c536d2 X-Archives-Hash: e66b5842e8e80174a4f626ce5a42a12f commit: 01ca95b727dea9d2b998195a1cccda367632bb62 Author: Bernard Cafarelli gentoo org> AuthorDate: Thu Dec 6 10:00:22 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Thu Dec 6 10:00:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ca95b7 dev-libs/libfilezilla: switch SRC_URI to https Also drop sourceforge mirror, upstream removed files there Closes: https://bugs.gentoo.org/668242 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Bernard Cafarelli gentoo.org> dev-libs/libfilezilla/libfilezilla-0.12.3.ebuild | 5 ++--- dev-libs/libfilezilla/libfilezilla-0.14.0.ebuild | 3 +-- dev-libs/libfilezilla/libfilezilla-0.15.0.ebuild | 3 +-- dev-libs/libfilezilla/libfilezilla-0.15.1.ebuild | 3 +-- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/dev-libs/libfilezilla/libfilezilla-0.12.3.ebuild b/dev-libs/libfilezilla/libfilezilla-0.12.3.ebuild index ebf7bc6c896..b9c70e99b79 100644 --- a/dev-libs/libfilezilla/libfilezilla-0.12.3.ebuild +++ b/dev-libs/libfilezilla/libfilezilla-0.12.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,7 @@ inherit flag-o-matic DESCRIPTION="C++ library offering some basic functionality for platform-independent programs" HOMEPAGE="https://lib.filezilla-project.org/" -SRC_URI="mirror://sourceforge/filezilla/${P}.tar.bz2 - http://download.filezilla-project.org/${PN}/${P}.tar.bz2" +SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" diff --git a/dev-libs/libfilezilla/libfilezilla-0.14.0.ebuild b/dev-libs/libfilezilla/libfilezilla-0.14.0.ebuild index 5fcb3b82864..5088d4edb82 100644 --- a/dev-libs/libfilezilla/libfilezilla-0.14.0.ebuild +++ b/dev-libs/libfilezilla/libfilezilla-0.14.0.ebuild @@ -6,8 +6,7 @@ inherit flag-o-matic DESCRIPTION="C++ library offering some basic functionality for platform-independent programs" HOMEPAGE="https://lib.filezilla-project.org/" -SRC_URI="mirror://sourceforge/filezilla/${P}.tar.bz2 - http://download.filezilla-project.org/${PN}/${P}.tar.bz2" +SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" diff --git a/dev-libs/libfilezilla/libfilezilla-0.15.0.ebuild b/dev-libs/libfilezilla/libfilezilla-0.15.0.ebuild index 5fcb3b82864..5088d4edb82 100644 --- a/dev-libs/libfilezilla/libfilezilla-0.15.0.ebuild +++ b/dev-libs/libfilezilla/libfilezilla-0.15.0.ebuild @@ -6,8 +6,7 @@ inherit flag-o-matic DESCRIPTION="C++ library offering some basic functionality for platform-independent programs" HOMEPAGE="https://lib.filezilla-project.org/" -SRC_URI="mirror://sourceforge/filezilla/${P}.tar.bz2 - http://download.filezilla-project.org/${PN}/${P}.tar.bz2" +SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" diff --git a/dev-libs/libfilezilla/libfilezilla-0.15.1.ebuild b/dev-libs/libfilezilla/libfilezilla-0.15.1.ebuild index 5fcb3b82864..5088d4edb82 100644 --- a/dev-libs/libfilezilla/libfilezilla-0.15.1.ebuild +++ b/dev-libs/libfilezilla/libfilezilla-0.15.1.ebuild @@ -6,8 +6,7 @@ inherit flag-o-matic DESCRIPTION="C++ library offering some basic functionality for platform-independent programs" HOMEPAGE="https://lib.filezilla-project.org/" -SRC_URI="mirror://sourceforge/filezilla/${P}.tar.bz2 - http://download.filezilla-project.org/${PN}/${P}.tar.bz2" +SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0"