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 A03EE1382C5 for ; Thu, 5 Apr 2018 15:21:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 795ADE0E0D; Thu, 5 Apr 2018 15:21:31 +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 53071E0DFD for ; Thu, 5 Apr 2018 15:21:31 +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 53FEC335C60 for ; Thu, 5 Apr 2018 15:21:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B8B128E for ; Thu, 5 Apr 2018 15:21:26 +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: <1522941531.2200b60f839386a0cfb5fc318ed48a133c2ffc90.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tre/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tre/tre-0.8.0-r1.ebuild X-VCS-Directories: dev-libs/tre/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2200b60f839386a0cfb5fc318ed48a133c2ffc90 X-VCS-Branch: master Date: Thu, 5 Apr 2018 15:21:26 +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: fc61961b-957e-4516-9e9c-77998faf12a9 X-Archives-Hash: 9e7da024d318e752185cd5ad87fd40fb commit: 2200b60f839386a0cfb5fc318ed48a133c2ffc90 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 30 20:16:02 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Apr 5 15:18:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2200b60f dev-libs/tre: use HTTPS dev-libs/tre/tre-0.8.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/tre/tre-0.8.0-r1.ebuild b/dev-libs/tre/tre-0.8.0-r1.ebuild index 021603eac0f..462846e4dc0 100644 --- a/dev-libs/tre/tre-0.8.0-r1.ebuild +++ b/dev-libs/tre/tre-0.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit multilib DESCRIPTION="Lightweight, robust, and efficient POSIX compliant regexp matching library" -HOMEPAGE="http://laurikari.net/tre/ https://github.com/laurikari/tre/" -SRC_URI="http://laurikari.net/tre/${P}.tar.bz2" +HOMEPAGE="https://laurikari.net/tre/ https://github.com/laurikari/tre/" +SRC_URI="https://laurikari.net/tre/${P}.tar.bz2" LICENSE="BSD-2" SLOT="0"