Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openmesh/
Date: Sun, 01 Jul 2018 00:04:04
Message-Id: 1530403416.12407882e14a5c2b8d7eef72cf4e1edbba8ca8ec.asturm@gentoo
1 commit: 12407882e14a5c2b8d7eef72cf4e1edbba8ca8ec
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 30 22:01:52 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 00:03:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12407882
7
8 media-gfx/openmesh: Use https
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 media-gfx/openmesh/openmesh-4.1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-gfx/openmesh/openmesh-4.1.ebuild b/media-gfx/openmesh/openmesh-4.1.ebuild
16 index 212d2d93cb7..22fbdb4d292 100644
17 --- a/media-gfx/openmesh/openmesh-4.1.ebuild
18 +++ b/media-gfx/openmesh/openmesh-4.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -9,8 +9,8 @@ MY_PV="${PV/_rc/-RC}"
26 S="${WORKDIR}/${MY_PN}-${MY_PV}"
27
28 DESCRIPTION="A generic data structure to represent and manipulate polygonal meshes"
29 -HOMEPAGE="http://www.openmesh.org/"
30 -SRC_URI="http://openmesh.org/media/Releases/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2"
31 +HOMEPAGE="https://www.openmesh.org/"
32 +SRC_URI="https://openmesh.org/media/Releases/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2"
33
34 LICENSE="BSD"
35 SLOT="4"