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 DED961382C5 for ; Thu, 4 Jun 2020 09:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41DD4E09BD; Thu, 4 Jun 2020 09:06:58 +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 2A230E09BD for ; Thu, 4 Jun 2020 09:06:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 396E534EAD7 for ; Thu, 4 Jun 2020 09:06:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20F9B28F for ; Thu, 4 Jun 2020 09:06:53 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1591261560.2585619faf26f17cfcf32ae26baf61a1573f2809.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lv2/lv2-1.14.0-r2.ebuild media-libs/lv2/lv2-1.16.0-r1.ebuild X-VCS-Directories: media-libs/lv2/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2585619faf26f17cfcf32ae26baf61a1573f2809 X-VCS-Branch: master Date: Thu, 4 Jun 2020 09:06:53 +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: cb5ace36-8758-4cdf-998d-d61518a37da2 X-Archives-Hash: 3ee72e126099912679bfed729021725e commit: 2585619faf26f17cfcf32ae26baf61a1573f2809 Author: Alexey Sokolov google com> AuthorDate: Thu Jun 4 09:06:00 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jun 4 09:06:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2585619f media-libs/lv2: update homepage Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov google.com> Signed-off-by: David Seifert gentoo.org> media-libs/lv2/lv2-1.14.0-r2.ebuild | 4 ++-- media-libs/lv2/lv2-1.16.0-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/lv2/lv2-1.14.0-r2.ebuild b/media-libs/lv2/lv2-1.14.0-r2.ebuild index b7351ced68e..766c421292c 100644 --- a/media-libs/lv2/lv2-1.14.0-r2.ebuild +++ b/media-libs/lv2/lv2-1.14.0-r2.ebuild @@ -9,8 +9,8 @@ PYTHON_REQ_USE='threads(+)' inherit python-single-r1 waf-utils multilib-build multilib-minimal DESCRIPTION="A simple but extensible successor of LADSPA" -HOMEPAGE="http://lv2plug.in/" -SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2" +HOMEPAGE="https://lv2plug.in/" +SRC_URI="https://lv2plug.in/spec/${P}.tar.bz2" LICENSE="MIT" SLOT="0" diff --git a/media-libs/lv2/lv2-1.16.0-r1.ebuild b/media-libs/lv2/lv2-1.16.0-r1.ebuild index f55b702ccae..d7b0d73f20b 100644 --- a/media-libs/lv2/lv2-1.16.0-r1.ebuild +++ b/media-libs/lv2/lv2-1.16.0-r1.ebuild @@ -9,8 +9,8 @@ PYTHON_REQ_USE='threads(+)' inherit python-single-r1 waf-utils multilib-build multilib-minimal DESCRIPTION="A simple but extensible successor of LADSPA" -HOMEPAGE="http://lv2plug.in/" -SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2" +HOMEPAGE="https://lv2plug.in/" +SRC_URI="https://lv2plug.in/spec/${P}.tar.bz2" LICENSE="MIT" SLOT="0"