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 9FADD138334 for ; Mon, 4 Mar 2019 20:49:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1FCCE08CE; Mon, 4 Mar 2019 20:49:06 +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 99015E08C8 for ; Mon, 4 Mar 2019 20:49:06 +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 49556335D1A for ; Mon, 4 Mar 2019 20:49:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BC0B555 for ; Mon, 4 Mar 2019 20:49:03 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1551732528.51f2549c1423eabad46f8461f6488ea1d21141fd.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/physfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/physfs/physfs-3.0.1-r2.ebuild X-VCS-Directories: dev-games/physfs/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 51f2549c1423eabad46f8461f6488ea1d21141fd X-VCS-Branch: master Date: Mon, 4 Mar 2019 20:49:03 +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: 2ba59690-e0f6-4bc3-9e92-8c91162fffb8 X-Archives-Hash: 11e107dc66948ff7d763c6455e68eac1 commit: 51f2549c1423eabad46f8461f6488ea1d21141fd Author: Stefan Strogin gmail com> AuthorDate: Sun Mar 3 15:25:47 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Mar 4 20:48:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f2549c dev-games/physfs: use https; bump EAPI to 7 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Stefan Strogin gmail.com> Signed-off-by: James Le Cuirot gentoo.org> dev-games/physfs/physfs-3.0.1-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-games/physfs/physfs-3.0.1-r2.ebuild b/dev-games/physfs/physfs-3.0.1-r2.ebuild index 79ee475a7b8..09e33ed95e9 100644 --- a/dev-games/physfs/physfs-3.0.1-r2.ebuild +++ b/dev-games/physfs/physfs-3.0.1-r2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-multilib DESCRIPTION="Abstraction layer for filesystem and archive access" -HOMEPAGE="http://icculus.org/physfs/" -SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.bz2" +HOMEPAGE="https://icculus.org/physfs/" +SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2" LICENSE="ZLIB" SLOT="0"