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 536FB138335 for ; Mon, 18 Mar 2019 22:53:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44AA8E07EA; Mon, 18 Mar 2019 22:53:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0590EE07EA for ; Mon, 18 Mar 2019 22:53:18 +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 59AE3335D10 for ; Mon, 18 Mar 2019 22:53:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0231571 for ; Mon, 18 Mar 2019 22:53:15 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1552949522.09ed6bc74ab2f3253a8bef1792348922fc641f2f.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openvdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/openvdb/openvdb-4.0.2-r2.ebuild media-gfx/openvdb/openvdb-4.0.2.ebuild media-gfx/openvdb/openvdb-5.2.0.ebuild X-VCS-Directories: media-gfx/openvdb/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 09ed6bc74ab2f3253a8bef1792348922fc641f2f X-VCS-Branch: master Date: Mon, 18 Mar 2019 22:53:15 +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: 070845ad-e421-45d1-b91f-28119fbfd83a X-Archives-Hash: b6358caa71723186967c2e8df16fc5ab commit: 09ed6bc74ab2f3253a8bef1792348922fc641f2f Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 15 22:16:25 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Mar 18 22:52:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ed6bc7 media-gfx/openvdb: use HTTPS. Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11380 Signed-off-by: Patrice Clement gentoo.org> media-gfx/openvdb/openvdb-4.0.2-r2.ebuild | 4 ++-- media-gfx/openvdb/openvdb-4.0.2.ebuild | 4 ++-- media-gfx/openvdb/openvdb-5.2.0.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-gfx/openvdb/openvdb-4.0.2-r2.ebuild b/media-gfx/openvdb/openvdb-4.0.2-r2.ebuild index 73415cb7ea2..166cef75e0e 100644 --- a/media-gfx/openvdb/openvdb-4.0.2-r2.ebuild +++ b/media-gfx/openvdb/openvdb-4.0.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit cmake-utils flag-o-matic python-single-r1 DESCRIPTION="Libs for the efficient manipulation of volumetric data" -HOMEPAGE="http://www.openvdb.org" +HOMEPAGE="https://www.openvdb.org" SRC_URI="https://github.com/dreamworksanimation/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz https://dev.gentoo.org/~dracwyrm/patches/${P}-patchset-02.tar.xz" diff --git a/media-gfx/openvdb/openvdb-4.0.2.ebuild b/media-gfx/openvdb/openvdb-4.0.2.ebuild index 97720b303f0..84304db862c 100644 --- a/media-gfx/openvdb/openvdb-4.0.2.ebuild +++ b/media-gfx/openvdb/openvdb-4.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit cmake-utils flag-o-matic python-single-r1 DESCRIPTION="Libs for the efficient manipulation of volumetric data" -HOMEPAGE="http://www.openvdb.org" +HOMEPAGE="https://www.openvdb.org" SRC_URI="https://github.com/dreamworksanimation/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/dracwyrm/gentoo-patches/raw/master/${PN}/${P}-patchset-01.tar.xz" diff --git a/media-gfx/openvdb/openvdb-5.2.0.ebuild b/media-gfx/openvdb/openvdb-5.2.0.ebuild index eb5d399b7a6..bcceabc5487 100644 --- a/media-gfx/openvdb/openvdb-5.2.0.ebuild +++ b/media-gfx/openvdb/openvdb-5.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit cmake-utils flag-o-matic python-single-r1 DESCRIPTION="Libs for the efficient manipulation of volumetric data" -HOMEPAGE="http://www.openvdb.org" +HOMEPAGE="https://www.openvdb.org" SRC_URI="https://github.com/dreamworksanimation/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MPL-2.0"