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 BBA17138334 for ; Sun, 10 Jun 2018 16:26:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBC2CE07F0; Sun, 10 Jun 2018 16:26:26 +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 76DE4E07F0 for ; Sun, 10 Jun 2018 16:26:26 +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 338CC335C90 for ; Sun, 10 Jun 2018 16:26:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4AFE29E for ; Sun, 10 Jun 2018 16:26:21 +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: <1528647977.582e8b103d5437897a5cb64a7a03b2cc65ea0d65.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/nasm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/nasm/nasm-2.11.08.ebuild dev-lang/nasm/nasm-2.12.01.ebuild dev-lang/nasm/nasm-2.13.01.ebuild dev-lang/nasm/nasm-2.13.03-r1.ebuild dev-lang/nasm/nasm-2.13.03.ebuild X-VCS-Directories: dev-lang/nasm/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 582e8b103d5437897a5cb64a7a03b2cc65ea0d65 X-VCS-Branch: master Date: Sun, 10 Jun 2018 16:26:21 +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-Archives-Salt: d9d8ea13-292c-4b17-9e06-bdf5454d9989 X-Archives-Hash: 7a4486e21d84b82fc9bb29115255e2b8 commit: 582e8b103d5437897a5cb64a7a03b2cc65ea0d65 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 9 19:44:30 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jun 10 16:26:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582e8b10 dev-lang/nasm: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8772 dev-lang/nasm/nasm-2.11.08.ebuild | 6 +++--- dev-lang/nasm/nasm-2.12.01.ebuild | 6 +++--- dev-lang/nasm/nasm-2.13.01.ebuild | 4 ++-- dev-lang/nasm/nasm-2.13.03-r1.ebuild | 4 ++-- dev-lang/nasm/nasm-2.13.03.ebuild | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dev-lang/nasm/nasm-2.11.08.ebuild b/dev-lang/nasm/nasm-2.11.08.ebuild index 8c9e4ab9d6f..adae162fc9d 100644 --- a/dev-lang/nasm/nasm-2.11.08.ebuild +++ b/dev-lang/nasm/nasm-2.11.08.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit flag-o-matic DESCRIPTION="groovy little assembler" -HOMEPAGE="http://nasm.sourceforge.net/" -SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz" +HOMEPAGE="https://www.nasm.us/" +SRC_URI="https://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz" LICENSE="BSD-2" SLOT="0" diff --git a/dev-lang/nasm/nasm-2.12.01.ebuild b/dev-lang/nasm/nasm-2.12.01.ebuild index 5d34b024847..13ef00ee1fa 100644 --- a/dev-lang/nasm/nasm-2.12.01.ebuild +++ b/dev-lang/nasm/nasm-2.12.01.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit flag-o-matic DESCRIPTION="groovy little assembler" -HOMEPAGE="http://www.nasm.us/" -SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz" +HOMEPAGE="https://www.nasm.us/" +SRC_URI="https://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz" LICENSE="BSD-2" SLOT="0" diff --git a/dev-lang/nasm/nasm-2.13.01.ebuild b/dev-lang/nasm/nasm-2.13.01.ebuild index 4d6f1059598..9a43fd2fc57 100644 --- a/dev-lang/nasm/nasm-2.13.01.ebuild +++ b/dev-lang/nasm/nasm-2.13.01.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic DESCRIPTION="groovy little assembler" -HOMEPAGE="http://www.nasm.us/" -SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz" +HOMEPAGE="https://www.nasm.us/" +SRC_URI="https://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz" LICENSE="BSD-2" SLOT="0" diff --git a/dev-lang/nasm/nasm-2.13.03-r1.ebuild b/dev-lang/nasm/nasm-2.13.03-r1.ebuild index 91d5ea48006..6c15c675696 100644 --- a/dev-lang/nasm/nasm-2.13.03-r1.ebuild +++ b/dev-lang/nasm/nasm-2.13.03-r1.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic DESCRIPTION="groovy little assembler" -HOMEPAGE="http://www.nasm.us/" -SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz" +HOMEPAGE="https://www.nasm.us/" +SRC_URI="https://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz" LICENSE="BSD-2" SLOT="0" diff --git a/dev-lang/nasm/nasm-2.13.03.ebuild b/dev-lang/nasm/nasm-2.13.03.ebuild index efff31a3e06..16f0c1f2a8a 100644 --- a/dev-lang/nasm/nasm-2.13.03.ebuild +++ b/dev-lang/nasm/nasm-2.13.03.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic DESCRIPTION="groovy little assembler" -HOMEPAGE="http://www.nasm.us/" -SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz" +HOMEPAGE="https://www.nasm.us/" +SRC_URI="https://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz" LICENSE="BSD-2" SLOT="0"