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 7E51C138334 for ; Sun, 2 Jun 2019 11:53:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55442E07AE; Sun, 2 Jun 2019 11:53:23 +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 33870E07AE for ; Sun, 2 Jun 2019 11:53:22 +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 897B734553D for ; Sun, 2 Jun 2019 11:53:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71DD1566 for ; Sun, 2 Jun 2019 11:53:18 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1559476311.6bcca7dce96679fe25cec991b21d6337204dc9bb.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mujs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mujs/mujs-1.0.5.ebuild X-VCS-Directories: dev-lang/mujs/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 6bcca7dce96679fe25cec991b21d6337204dc9bb X-VCS-Branch: master Date: Sun, 2 Jun 2019 11:53:18 +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: 3f7a0d94-c11e-49be-841f-9eba31e92a1e X-Archives-Hash: 81d5c2dbc8c360dda8c731025b5495ee commit: 6bcca7dce96679fe25cec991b21d6337204dc9bb Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri May 31 17:08:11 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Sun Jun 2 11:51:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bcca7dc dev-lang/mujs: use HTTPS, remove obsolete eclass Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12143 Signed-off-by: Virgil Dupras gentoo.org> dev-lang/mujs/mujs-1.0.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/mujs/mujs-1.0.5.ebuild b/dev-lang/mujs/mujs-1.0.5.ebuild index 44e1a3160d8..31ff801dd68 100644 --- a/dev-lang/mujs/mujs-1.0.5.ebuild +++ b/dev-lang/mujs/mujs-1.0.5.ebuild @@ -3,11 +3,11 @@ EAPI=7 -inherit flag-o-matic multilib toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="An embeddable Javascript interpreter in C." HOMEPAGE=" - http://mujs.com/ + https://mujs.com/ https://github.com/ccxvii/mujs/ " SRC_URI="https://github.com/ccxvii/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"