Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/
Date: Sat, 05 May 2018 01:26:23
Message-Id: 1525483555.fb4fcc774141d35597b63db9b0882dbf030158e2.bman@gentoo
1 commit: fb4fcc774141d35597b63db9b0882dbf030158e2
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 27 13:22:21 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 5 01:25:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4fcc77
7
8 net-libs/libdmapsharing: use HTTPS
9
10 net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
14 index cbe44efe8d6..3bc13d376e0 100644
15 --- a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
16 +++ b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
17 @@ -1,12 +1,12 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 inherit gnome2
24
25 DESCRIPTION="A library that implements the DMAP family of protocols"
26 -HOMEPAGE="http://www.flyn.org/projects/libdmapsharing"
27 -SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz"
28 +HOMEPAGE="https://www.flyn.org/projects/libdmapsharing/"
29 +SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz"
30
31 LICENSE="LGPL-2.1"
32 SLOT="3.0/2"