Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/hal-flash/
Date: Sun, 30 Jul 2017 08:36:05
Message-Id: 1501403749.1c674531b70ff4b01fc72c9bf2dec35b7a8b0457.mgorny@gentoo
1 commit: 1c674531b70ff4b01fc72c9bf2dec35b7a8b0457
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Fri Jul 28 23:01:09 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:35:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c674531
7
8 media-libs/hal-flash: use HTTPS for GitHub and HOMEPAGE domain
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild | 6 +++---
13 media-libs/hal-flash/hal-flash-0.3.3.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild b/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild
17 index 6ed62917511..1bb31567410 100644
18 --- a/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild
19 +++ b/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -6,8 +6,8 @@ EAPI=6
27 inherit eutils multilib-minimal
28
29 DESCRIPTION="libhal stub forwarding to UDisks for Adobe Flash to play DRM content"
30 -HOMEPAGE="https://github.com/cshorler/hal-flash http://build.opensuse.org/package/show/devel:openSUSE:Factory/hal-flash"
31 -SRC_URI="http://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 +HOMEPAGE="https://github.com/cshorler/hal-flash https://build.opensuse.org/package/show/devel:openSUSE:Factory/hal-flash"
33 +SRC_URI="https://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="GPL-2"
36 SLOT="0"
37
38 diff --git a/media-libs/hal-flash/hal-flash-0.3.3.ebuild b/media-libs/hal-flash/hal-flash-0.3.3.ebuild
39 index c5b12cd08c0..abe863978f2 100644
40 --- a/media-libs/hal-flash/hal-flash-0.3.3.ebuild
41 +++ b/media-libs/hal-flash/hal-flash-0.3.3.ebuild
42 @@ -1,12 +1,12 @@
43 -# Copyright 1999-2016 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 inherit autotools eutils
49
50 DESCRIPTION="A libhal stub library forwarding to UDisks for www-plugins/adobe-flash to play DRM content"
51 -HOMEPAGE="https://github.com/cshorler/hal-flash http://build.opensuse.org/package/show/devel:openSUSE:Factory/hal-flash"
52 -SRC_URI="http://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53 +HOMEPAGE="https://github.com/cshorler/hal-flash https://build.opensuse.org/package/show/devel:openSUSE:Factory/hal-flash"
54 +SRC_URI="https://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
55
56 LICENSE="GPL-2"
57 SLOT="0"