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 15A19138334 for ; Sun, 15 Sep 2019 17:17:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEBF5E0933; Sun, 15 Sep 2019 17:17:37 +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 A6261E0933 for ; Sun, 15 Sep 2019 17:17:37 +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 CADF434B1EC for ; Sun, 15 Sep 2019 17:17:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D8AC7F2 for ; Sun, 15 Sep 2019 17:17:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1568567428.55d551bbfbe379ed2e07d3907d773157c43eaa4c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luafilesystem/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild X-VCS-Directories: dev-lua/luafilesystem/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 55d551bbfbe379ed2e07d3907d773157c43eaa4c X-VCS-Branch: master Date: Sun, 15 Sep 2019 17:17:33 +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: be35462d-8933-4ade-bf22-9c85af67a570 X-Archives-Hash: f08fdf4c29d9bb8325eaf6b8b12e1241 commit: 55d551bbfbe379ed2e07d3907d773157c43eaa4c Author: Michał Górny gentoo org> AuthorDate: Sun Sep 15 17:10:28 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 15 17:10:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d551bb dev-lua/luafilesystem: Inline mirror://github Signed-off-by: Michał Górny gentoo.org> dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild | 2 +- dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild b/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild index f93c58976e0..f7a912d74ff 100644 --- a/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild +++ b/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild @@ -6,7 +6,7 @@ inherit multilib toolchain-funcs DESCRIPTION="File System Library for the Lua Programming Language" HOMEPAGE="https://keplerproject.github.com/luafilesystem/" -SRC_URI="mirror://github/keplerproject/luafilesystem/${P}.tar.gz" +SRC_URI="https://github.com/downloads/keplerproject/luafilesystem/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild b/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild index 9995175daab..20fe7574006 100644 --- a/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild +++ b/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild @@ -6,7 +6,7 @@ inherit multilib toolchain-funcs DESCRIPTION="File System Library for the Lua Programming Language" HOMEPAGE="https://keplerproject.github.com/luafilesystem/" -SRC_URI="mirror://github/keplerproject/luafilesystem/${P}.tar.gz" +SRC_URI="https://github.com/downloads/keplerproject/luafilesystem/${P}.tar.gz" LICENSE="MIT" SLOT="0"