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 D4B7B138334 for ; Sat, 1 Dec 2018 14:19:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB371E0920; Sat, 1 Dec 2018 14:19:24 +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 994D4E0920 for ; Sat, 1 Dec 2018 14:19:24 +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 7704E335C38 for ; Sat, 1 Dec 2018 14:19:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF5F6266 for ; Sat, 1 Dec 2018 14:19:19 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1543673956.6dba4e7b87f01f0dd98a353cab9a2d9304931c3e.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.10.ebuild net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.11.ebuild X-VCS-Directories: net-libs/libtorrent-rasterbar/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 6dba4e7b87f01f0dd98a353cab9a2d9304931c3e X-VCS-Branch: master Date: Sat, 1 Dec 2018 14:19:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 45e9d834-05ed-4d27-a080-d87cf0d31b6e X-Archives-Hash: aa0aabe807e825d5fe09b0f7eb2ccf80 commit: 6dba4e7b87f01f0dd98a353cab9a2d9304931c3e Author: Mikle Kolyada gentoo org> AuthorDate: Sat Dec 1 14:18:58 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Dec 1 14:19:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dba4e7b net-libs/libtorrent-rasterbar: switch to https Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.10.ebuild | 2 +- net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.11.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.10.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.10.ebuild index 90564160576..83687710f61 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.10.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.10.ebuild @@ -13,7 +13,7 @@ inherit distutils-r1 flag-o-matic MY_PV=$(ver_rs 1-2 '_') DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability" -HOMEPAGE="http://libtorrent.org" +HOMEPAGE="https://libtorrent.org" SRC_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${MY_PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.11.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.11.ebuild index 3469d8942eb..8acf6bab990 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.11.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.11.ebuild @@ -13,7 +13,7 @@ inherit distutils-r1 flag-o-matic MY_PV=$(ver_rs 1-2 '_') DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability" -HOMEPAGE="http://libtorrent.org" +HOMEPAGE="https://libtorrent.org" SRC_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent_1_1_11/${P}.tar.gz" LICENSE="BSD"