Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/partio/
Date: Mon, 26 Mar 2018 18:37:48
Message-Id: 1522089456.0e37e916192d6d49ac775dba5878bf6171eabfa9.bman@gentoo
1 commit: 0e37e916192d6d49ac775dba5878bf6171eabfa9
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 26 18:06:14 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 18:37:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e37e916
7
8 media-libs/partio: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/7628
11
12 media-libs/partio/partio-1.1.0_p20170829.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild b/media-libs/partio/partio-1.1.0_p20170829.ebuild
16 index 0ca9c31c266..00bb039c1b3 100644
17 --- a/media-libs/partio/partio-1.1.0_p20170829.ebuild
18 +++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild
19 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
20 inherit cmake-utils vcs-snapshot python-single-r1
21
22 DESCRIPTION="A library for particle IO and manipulation"
23 -HOMEPAGE="http://www.disneyanimation.com/technology/partio.html"
24 +HOMEPAGE="https://www.disneyanimation.com/technology/partio.html"
25
26 MY_GIT_COMMIT="2774ef3958da46d9f8a4230ebda9e04b1aa8f4e5"
27 SRC_URI="https://github.com/wdas/${PN}/archive/${MY_GIT_COMMIT}.tar.gz -> ${P}.tar.gz"