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 B95441396D0 for ; Wed, 6 Sep 2017 20:53:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87C1CE0F05; Wed, 6 Sep 2017 20:53:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5F4A0E0EF4 for ; Wed, 6 Sep 2017 20:53:03 +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 95997341669 for ; Wed, 6 Sep 2017 20:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB64F8E4C for ; Wed, 6 Sep 2017 20:52:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1504731162.bccb86c33736f34bf5e82650f53eb71a06eaa627.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/vc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/vc/vc-0.5.ebuild X-VCS-Directories: dev-tex/vc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bccb86c33736f34bf5e82650f53eb71a06eaa627 X-VCS-Branch: master Date: Wed, 6 Sep 2017 20:52:58 +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: f441cf91-9ae7-49f7-af43-9705d141a3c4 X-Archives-Hash: 7004784f4a1daa03786dd14a552698a1 commit: bccb86c33736f34bf5e82650f53eb71a06eaa627 Author: Francesco Turco fastmail fm> AuthorDate: Sun Sep 3 16:08:52 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 6 20:52:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bccb86c3 dev-tex/vc: use HTTPS for links to dev.gentoo.org dev-tex/vc/vc-0.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tex/vc/vc-0.5.ebuild b/dev-tex/vc/vc-0.5.ebuild index 2df4f09b735..e0dbd04e9eb 100644 --- a/dev-tex/vc/vc-0.5.ebuild +++ b/dev-tex/vc/vc-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit latex-package DESCRIPTION="The vc (version control) bundle" HOMEPAGE="https://www.ctan.org/pkg/vc" # Taken from http://mirrors.ctan.org/support/vc.zip -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.zip" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.zip" LICENSE="public-domain" SLOT="0"