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 AE97E1382C5 for ; Tue, 20 Feb 2018 20:55:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6D33E0919; Tue, 20 Feb 2018 20:55:36 +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 BB552E091D for ; Tue, 20 Feb 2018 20:55:36 +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 CD874335C31 for ; Tue, 20 Feb 2018 20:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D77922D for ; Tue, 20 Feb 2018 20:55:34 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1519160085.50cc464408c3d890c5cea53644af6cc867e47a7d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/pymacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/pymacs/pymacs-0.25-r2.ebuild X-VCS-Directories: app-emacs/pymacs/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 50cc464408c3d890c5cea53644af6cc867e47a7d X-VCS-Branch: master Date: Tue, 20 Feb 2018 20:55:34 +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: d6b7f767-a075-4a0d-9a7f-1bd1eabcfa19 X-Archives-Hash: 4a8b9f2337af598417082c113b7d9b73 commit: 50cc464408c3d890c5cea53644af6cc867e47a7d Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Feb 15 11:58:17 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Feb 20 20:54:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50cc4644 app-emacs/pymacs: use HTTPS. app-emacs/pymacs/pymacs-0.25-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/pymacs/pymacs-0.25-r2.ebuild b/app-emacs/pymacs/pymacs-0.25-r2.ebuild index 0addbbfa34d..edc51a95f82 100644 --- a/app-emacs/pymacs/pymacs-0.25-r2.ebuild +++ b/app-emacs/pymacs/pymacs-0.25-r2.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit elisp distutils-r1 vcs-snapshot DESCRIPTION="A tool that allows both-side communication beetween Python and Emacs Lisp" -HOMEPAGE="http://www.emacswiki.org/emacs/PyMacs" +HOMEPAGE="https://www.emacswiki.org/emacs/PyMacs" SRC_URI="https://github.com/pinard/Pymacs/tarball/v${PV} -> ${P}.tar.gz" LICENSE="GPL-2+"