From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/nasm/
Date: Sun, 10 Jun 2018 16:26:21 +0000 (UTC) [thread overview]
Message-ID: <1528647977.582e8b103d5437897a5cb64a7a03b2cc65ea0d65.slyfox@gentoo> (raw)
commit: 582e8b103d5437897a5cb64a7a03b2cc65ea0d65
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jun 9 19:44:30 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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"
next reply other threads:[~2018-06-10 16:26 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-10 16:26 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-04 17:31 [gentoo-commits] repo/gentoo:master commit in: dev-lang/nasm/ Arthur Zamarin
2024-08-04 3:16 Sam James
2024-08-03 22:51 Sam James
2024-08-03 16:48 Jakov Smolić
2024-08-03 16:48 Jakov Smolić
2024-08-03 11:06 Arthur Zamarin
2024-07-31 17:51 Matthew Smith
2024-04-21 10:25 Matthew Smith
2024-04-07 10:40 Matthew Smith
2023-10-22 14:34 Joonas Niilola
2023-10-03 14:15 Sam James
2023-10-03 14:15 Sam James
2023-10-03 12:06 Sam James
2023-10-03 12:06 Sam James
2022-12-23 10:04 Matthew Smith
2022-12-02 19:27 Arthur Zamarin
2022-12-02 18:50 Arthur Zamarin
2022-12-02 18:44 WANG Xuerui
2022-09-16 9:34 Joonas Niilola
2022-09-15 14:49 Matthew Smith
2022-09-15 7:05 Joonas Niilola
2021-08-31 23:55 Sam James
2021-08-14 5:59 Joonas Niilola
2021-07-30 8:55 Sergei Trofimovich
2020-10-08 8:00 Sergei Trofimovich
2020-09-06 8:34 Sergei Trofimovich
2020-09-01 20:12 Sam James
2020-08-29 14:48 Thomas Deutschmann
2020-08-28 19:04 Sergei Trofimovich
2020-08-21 8:03 Sergei Trofimovich
2020-07-25 9:18 Sergei Trofimovich
2020-07-21 23:15 Kent Fredric
2020-07-18 7:48 Sergei Trofimovich
2020-07-05 10:56 Sergei Trofimovich
2020-07-02 20:23 Sergei Trofimovich
2020-06-29 6:35 Sergei Trofimovich
2019-08-10 18:21 Aaron Bauman
2019-07-24 20:49 Thomas Deutschmann
2019-01-24 22:22 Thomas Deutschmann
2019-01-23 18:34 Mikle Kolyada
2019-01-15 9:28 Sergei Trofimovich
2018-11-11 10:54 Sergei Trofimovich
2018-11-11 10:54 Sergei Trofimovich
2018-05-11 7:41 Michał Górny
2018-05-11 6:35 Sergei Trofimovich
2018-05-10 22:09 Sergei Trofimovich
2018-02-26 14:25 Jason Zaman
2018-02-25 20:16 Thomas Deutschmann
2018-02-21 18:03 Michał Górny
2017-11-20 19:30 Sergei Trofimovich
2017-07-02 3:05 David Seifert
2016-05-13 14:51 Agostino Sarubbo
2016-04-20 4:45 Michael Sterrett
2016-04-04 15:18 Michael Sterrett
2016-03-03 6:15 Michael Sterrett
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1528647977.582e8b103d5437897a5cb64a7a03b2cc65ea0d65.slyfox@gentoo \
--to=slyfox@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox