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 A43291382C5 for ; Sat, 27 Jun 2020 20:45:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A66CE0957; Sat, 27 Jun 2020 20:45:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 24A04E0950 for ; Sat, 27 Jun 2020 20:45:22 +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 2EFF634EFA4 for ; Sat, 27 Jun 2020 20:45:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C7DB2C2 for ; Sat, 27 Jun 2020 20:45:18 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1593290686.07abccc175826ec444000a85ef7caaa4b089675d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libshout/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libshout/libshout-2.4.1-r2.ebuild media-libs/libshout/libshout-2.4.2.ebuild media-libs/libshout/libshout-2.4.3.ebuild X-VCS-Directories: media-libs/libshout/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 07abccc175826ec444000a85ef7caaa4b089675d X-VCS-Branch: master Date: Sat, 27 Jun 2020 20:45:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d7f852b-7e60-453f-98d6-7bdfdf5f8814 X-Archives-Hash: c97414c90b98a8f4ac9051f345f37bdf commit: 07abccc175826ec444000a85ef7caaa4b089675d Author: Alexey Sokolov google com> AuthorDate: Sat Jun 20 16:03:09 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jun 27 20:44:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07abccc1 media-libs/libshout: update homepage Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov asokolov.org> Signed-off-by: Andreas K. Hüttel gentoo.org> media-libs/libshout/libshout-2.4.1-r2.ebuild | 2 +- media-libs/libshout/libshout-2.4.2.ebuild | 2 +- media-libs/libshout/libshout-2.4.3.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libshout/libshout-2.4.1-r2.ebuild b/media-libs/libshout/libshout-2.4.1-r2.ebuild index 3bfd7744c0d..345c937f291 100644 --- a/media-libs/libshout/libshout-2.4.1-r2.ebuild +++ b/media-libs/libshout/libshout-2.4.1-r2.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools multilib-minimal DESCRIPTION="library for connecting and sending data to icecast servers" -HOMEPAGE="http://www.icecast.org/" +HOMEPAGE="https://www.icecast.org/" SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2" diff --git a/media-libs/libshout/libshout-2.4.2.ebuild b/media-libs/libshout/libshout-2.4.2.ebuild index c3546dc9019..4a18881e6e1 100644 --- a/media-libs/libshout/libshout-2.4.2.ebuild +++ b/media-libs/libshout/libshout-2.4.2.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools multilib-minimal DESCRIPTION="library for connecting and sending data to icecast servers" -HOMEPAGE="http://www.icecast.org/" +HOMEPAGE="https://www.icecast.org/" SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2" diff --git a/media-libs/libshout/libshout-2.4.3.ebuild b/media-libs/libshout/libshout-2.4.3.ebuild index 7677ed58885..f55122b4608 100644 --- a/media-libs/libshout/libshout-2.4.3.ebuild +++ b/media-libs/libshout/libshout-2.4.3.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools multilib-minimal DESCRIPTION="library for connecting and sending data to icecast servers" -HOMEPAGE="http://www.icecast.org/" +HOMEPAGE="https://www.icecast.org/" SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2"