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 C9276138334 for ; Sat, 2 Jun 2018 22:38:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 989F5E08D4; Sat, 2 Jun 2018 22:38:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4CE29E08D1 for ; Sat, 2 Jun 2018 22:38:23 +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 06FF0335C76 for ; Sat, 2 Jun 2018 22:38:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1820A2E1 for ; Sat, 2 Jun 2018 22:38:18 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527979087.a04371ceca8c5a7ccd9083b5d4da4647a07d21c4.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/alt-ergo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild X-VCS-Directories: sci-mathematics/alt-ergo/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a04371ceca8c5a7ccd9083b5d4da4647a07d21c4 X-VCS-Branch: master Date: Sat, 2 Jun 2018 22:38: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-Archives-Salt: b3cd9d4c-1738-4492-ad7e-2d5410905255 X-Archives-Hash: 120dcfec86c17e5039940fbb181d702a commit: a04371ceca8c5a7ccd9083b5d4da4647a07d21c4 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 2 21:05:41 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Jun 2 22:38:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04371ce sci-mathematics/alt-ergo: use HTTPs sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild index 46560c62743..8126e7e63d8 100644 --- a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild +++ b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Automatic theorem prover" -HOMEPAGE="http://alt-ergo.ocamlpro.com" +HOMEPAGE="https://alt-ergo.ocamlpro.com" SRC_URI="https://alt-ergo.ocamlpro.com/http/${P}/${P}.tar.gz" LICENSE="CeCILL-C"