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 B023B1396D0 for ; Thu, 31 Aug 2017 17:38:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4B9DE0D49; Thu, 31 Aug 2017 17:38:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A1DBEE0D43 for ; Thu, 31 Aug 2017 17:38:32 +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 D60BD341130 for ; Thu, 31 Aug 2017 17:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16705894E for ; Thu, 31 Aug 2017 17:38:29 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504201052.15c795bd46fad8b372b5fd371591fc9ff368d6af.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/smpeg2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild X-VCS-Directories: media-libs/smpeg2/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 15c795bd46fad8b372b5fd371591fc9ff368d6af X-VCS-Branch: master Date: Thu, 31 Aug 2017 17:38:29 +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: 131a7af7-060e-4a61-8aad-08a9a2668dde X-Archives-Hash: 4575c68edc27afabcbee28dbb3660642 commit: 15c795bd46fad8b372b5fd371591fc9ff368d6af Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 17:32:46 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 17:37:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c795bd media-libs/smpeg2: use https for HOMEPAGE media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild b/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild index 22213f4d770..ed6616eae33 100644 --- a/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild +++ b/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild @@ -6,7 +6,7 @@ inherit eutils toolchain-funcs autotools multilib-minimal MY_P=smpeg-${PV} DESCRIPTION="SDL MPEG Player Library" -HOMEPAGE="http://icculus.org/smpeg/" +HOMEPAGE="https://icculus.org/smpeg/" SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${MY_P}.tar.bz2" LICENSE="LGPL-2"