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 007A21396D1 for ; Wed, 6 Sep 2017 21:00:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DBFCE0EBC; Wed, 6 Sep 2017 21:00:26 +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 0F679E0EBC for ; Wed, 6 Sep 2017 21:00:26 +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 4677D33FE49 for ; Wed, 6 Sep 2017 21:00:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81EE18E39 for ; Wed, 6 Sep 2017 21:00:22 +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: <1504731533.2f33a65a0544bc28d18e5e98eb6c93e3b3faf710.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opencv/opencv-3.2.0-r2.ebuild media-libs/opencv/opencv-3.2.0-r3.ebuild X-VCS-Directories: media-libs/opencv/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2f33a65a0544bc28d18e5e98eb6c93e3b3faf710 X-VCS-Branch: master Date: Wed, 6 Sep 2017 21:00:22 +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: 8ef7680c-e0b3-4ab0-8211-9dc86bcef7fa X-Archives-Hash: 77ab68d050447f13206ba9f224d69151 commit: 2f33a65a0544bc28d18e5e98eb6c93e3b3faf710 Author: Francesco Turco fastmail fm> AuthorDate: Sun Sep 3 16:19:13 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 6 20:58:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f33a65a media-libs/opencv: use HTTPS for links to dev.gentoo.org media-libs/opencv/opencv-3.2.0-r2.ebuild | 2 +- media-libs/opencv/opencv-3.2.0-r3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/opencv/opencv-3.2.0-r2.ebuild b/media-libs/opencv/opencv-3.2.0-r2.ebuild index 6793803ee3b..7d0aeabcf7f 100644 --- a/media-libs/opencv/opencv-3.2.0-r2.ebuild +++ b/media-libs/opencv/opencv-3.2.0-r2.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://opencv.org" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz contrib? ( https://github.com/${PN}/${PN}_contrib/archive/${PV}.tar.gz -> ${P}_contrib.tar.gz - contrib_xfeatures2d? ( http://dev.gentoo.org/~amynka/snap/vgg_boostdesc-${PV}.tar.gz ) )" + contrib_xfeatures2d? ( https://dev.gentoo.org/~amynka/snap/vgg_boostdesc-${PV}.tar.gz ) )" LICENSE="BSD" SLOT="0/3.2" # subslot = libopencv* soname version KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" diff --git a/media-libs/opencv/opencv-3.2.0-r3.ebuild b/media-libs/opencv/opencv-3.2.0-r3.ebuild index 88d6e19eb55..6ca89918bc5 100644 --- a/media-libs/opencv/opencv-3.2.0-r3.ebuild +++ b/media-libs/opencv/opencv-3.2.0-r3.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://opencv.org" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz contrib? ( https://github.com/${PN}/${PN}_contrib/archive/${PV}.tar.gz -> ${P}_contrib.tar.gz - contrib_xfeatures2d? ( http://dev.gentoo.org/~amynka/snap/vgg_boostdesc-${PV}.tar.gz ) )" + contrib_xfeatures2d? ( https://dev.gentoo.org/~amynka/snap/vgg_boostdesc-${PV}.tar.gz ) )" LICENSE="BSD" SLOT="0/3.2" # subslot = libopencv* soname version KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"