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 AE6221382C5 for ; Sat, 5 May 2018 01:26:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C462E07FE; Sat, 5 May 2018 01:26:20 +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 6481BE07FE for ; Sat, 5 May 2018 01:26:20 +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 6FD9C335C84 for ; Sat, 5 May 2018 01:26:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77F09243 for ; Sat, 5 May 2018 01:26:16 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1525483555.fb4fcc774141d35597b63db9b0882dbf030158e2.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild X-VCS-Directories: net-libs/libdmapsharing/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: fb4fcc774141d35597b63db9b0882dbf030158e2 X-VCS-Branch: master Date: Sat, 5 May 2018 01:26:16 +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: 23e8b89e-a902-41f6-9c97-fa9e90ee516f X-Archives-Hash: 52ca890745b88b5a7b2966683dd34c6b commit: fb4fcc774141d35597b63db9b0882dbf030158e2 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Apr 27 13:22:21 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat May 5 01:25:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4fcc77 net-libs/libdmapsharing: use HTTPS net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild index cbe44efe8d6..3bc13d376e0 100644 --- a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild +++ b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit gnome2 DESCRIPTION="A library that implements the DMAP family of protocols" -HOMEPAGE="http://www.flyn.org/projects/libdmapsharing" -SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.flyn.org/projects/libdmapsharing/" +SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="3.0/2"