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 71F48138334 for ; Sat, 13 Apr 2019 08:50:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B15CAE090E; Sat, 13 Apr 2019 08:50:45 +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 89439E090E for ; Sat, 13 Apr 2019 08:50:45 +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 A96C2340E6D for ; Sat, 13 Apr 2019 08:50:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26F2359F for ; Sat, 13 Apr 2019 08:50:42 +0000 (UTC) From: "Ian Whyman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Whyman" Message-ID: <1555145431.857caeca579775228ffd8b5be5208c33ac3823bb.thev00d00@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/duktape/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/duktape/duktape-2.1.1.ebuild dev-lang/duktape/duktape-2.2.0.ebuild dev-lang/duktape/duktape-2.2.1.ebuild X-VCS-Directories: dev-lang/duktape/ X-VCS-Committer: thev00d00 X-VCS-Committer-Name: Ian Whyman X-VCS-Revision: 857caeca579775228ffd8b5be5208c33ac3823bb X-VCS-Branch: master Date: Sat, 13 Apr 2019 08:50:42 +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: fa4ff480-0906-4aff-a419-cc8672eecb42 X-Archives-Hash: 6a608655357d65b6dee52f5d2914e2a2 commit: 857caeca579775228ffd8b5be5208c33ac3823bb Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Apr 12 18:12:12 2019 +0000 Commit: Ian Whyman gentoo org> CommitDate: Sat Apr 13 08:50:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857caeca dev-lang/duktape: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11662 Signed-off-by: Ian Whyman gentoo.org> dev-lang/duktape/duktape-2.1.1.ebuild | 6 +++--- dev-lang/duktape/duktape-2.2.0.ebuild | 6 +++--- dev-lang/duktape/duktape-2.2.1.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-lang/duktape/duktape-2.1.1.ebuild b/dev-lang/duktape/duktape-2.1.1.ebuild index 976fa042698..311fee357a5 100644 --- a/dev-lang/duktape/duktape-2.1.1.ebuild +++ b/dev-lang/duktape/duktape-2.1.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Embeddable Javascript engine" -HOMEPAGE="http://duktape.org" -SRC_URI="http://duktape.org/${P}.tar.xz" +HOMEPAGE="https://duktape.org" +SRC_URI="https://duktape.org/${P}.tar.xz" LICENSE="MIT" SLOT="0" diff --git a/dev-lang/duktape/duktape-2.2.0.ebuild b/dev-lang/duktape/duktape-2.2.0.ebuild index ca7d7d4b2e1..311fee357a5 100644 --- a/dev-lang/duktape/duktape-2.2.0.ebuild +++ b/dev-lang/duktape/duktape-2.2.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Embeddable Javascript engine" -HOMEPAGE="http://duktape.org" -SRC_URI="http://duktape.org/${P}.tar.xz" +HOMEPAGE="https://duktape.org" +SRC_URI="https://duktape.org/${P}.tar.xz" LICENSE="MIT" SLOT="0" diff --git a/dev-lang/duktape/duktape-2.2.1.ebuild b/dev-lang/duktape/duktape-2.2.1.ebuild index 13e2afcd347..311fee357a5 100644 --- a/dev-lang/duktape/duktape-2.2.1.ebuild +++ b/dev-lang/duktape/duktape-2.2.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Embeddable Javascript engine" -HOMEPAGE="http://duktape.org" -SRC_URI="http://duktape.org/${P}.tar.xz" +HOMEPAGE="https://duktape.org" +SRC_URI="https://duktape.org/${P}.tar.xz" LICENSE="MIT" SLOT="0"