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 73F521382C5 for ; Wed, 16 May 2018 22:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 824E5E0824; Wed, 16 May 2018 22:57:27 +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 5AD28E0824 for ; Wed, 16 May 2018 22:57:27 +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 875EC335C2C for ; Wed, 16 May 2018 22:57:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38A152A1 for ; Wed, 16 May 2018 22:57:25 +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: <1526511404.8373c4b5d79aa5e67bc30df75bb7e5eb09a3a5e4.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cairo-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild X-VCS-Directories: dev-ml/cairo-ocaml/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 8373c4b5d79aa5e67bc30df75bb7e5eb09a3a5e4 X-VCS-Branch: master Date: Wed, 16 May 2018 22:57:25 +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: d3dc4ca3-6b11-4214-9bc2-ab281a04afa5 X-Archives-Hash: f55d016ee555d81666ecbb5d7bd6a3df commit: 8373c4b5d79aa5e67bc30df75bb7e5eb09a3a5e4 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 15 10:16:15 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed May 16 22:56:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8373c4b5 dev-ml/cairo-ocaml: use HTTPS dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild b/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild index 159e587f606..5a13b6957e1 100644 --- a/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild +++ b/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils findlib autotools DESCRIPTION="Ocaml bindings for the cairo vector graphics library" -HOMEPAGE="http://www.cairographics.org/cairo-ocaml/" +HOMEPAGE="https://www.cairographics.org/cairo-ocaml/" SRC_URI="https://cgit.freedesktop.org/cairo-ocaml/snapshot/${P}.tar.bz2" LICENSE="LGPL-2.1"