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 772D9138334 for ; Sun, 1 Jul 2018 00:04:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F02E8E0845; Sun, 1 Jul 2018 00:03:58 +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 8DB0FE0848 for ; Sun, 1 Jul 2018 00:03:58 +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 28331335C7F for ; Sun, 1 Jul 2018 00:03:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 827EE358 for ; Sun, 1 Jul 2018 00:03:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1530403416.12407882e14a5c2b8d7eef72cf4e1edbba8ca8ec.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openmesh/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/openmesh/openmesh-4.1.ebuild X-VCS-Directories: media-gfx/openmesh/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 12407882e14a5c2b8d7eef72cf4e1edbba8ca8ec X-VCS-Branch: master Date: Sun, 1 Jul 2018 00:03:54 +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: 9aeeac89-dc1d-4e5e-a58a-0b04bb14fd31 X-Archives-Hash: df5841c42ace12aff206cc2bc7f456bc commit: 12407882e14a5c2b8d7eef72cf4e1edbba8ca8ec Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 30 22:01:52 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 1 00:03:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12407882 media-gfx/openmesh: Use https Package-Manager: Portage-2.3.41, Repoman-2.3.9 media-gfx/openmesh/openmesh-4.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/openmesh/openmesh-4.1.ebuild b/media-gfx/openmesh/openmesh-4.1.ebuild index 212d2d93cb7..22fbdb4d292 100644 --- a/media-gfx/openmesh/openmesh-4.1.ebuild +++ b/media-gfx/openmesh/openmesh-4.1.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="5" @@ -9,8 +9,8 @@ MY_PV="${PV/_rc/-RC}" S="${WORKDIR}/${MY_PN}-${MY_PV}" DESCRIPTION="A generic data structure to represent and manipulate polygonal meshes" -HOMEPAGE="http://www.openmesh.org/" -SRC_URI="http://openmesh.org/media/Releases/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2" +HOMEPAGE="https://www.openmesh.org/" +SRC_URI="https://openmesh.org/media/Releases/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2" LICENSE="BSD" SLOT="4"