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 CB789138334 for ; Thu, 25 Apr 2019 03:58:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE097E09D8; Thu, 25 Apr 2019 03:58:04 +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 BEDE5E09D8 for ; Thu, 25 Apr 2019 03:58:04 +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 9DEE03425CD for ; Thu, 25 Apr 2019 03:58:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46082574 for ; Thu, 25 Apr 2019 03:58:02 +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: <1556164672.53853e1963249d59ba5ed23f59fbf8e1300db316.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ilbc-rfc3951/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild X-VCS-Directories: dev-libs/ilbc-rfc3951/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 53853e1963249d59ba5ed23f59fbf8e1300db316 X-VCS-Branch: master Date: Thu, 25 Apr 2019 03:58:02 +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: 21f48d14-2bdf-4112-b7a1-9f16fb6aa89a X-Archives-Hash: b562c7fe1e5f42f3c0fb88f09a2dc344 commit: 53853e1963249d59ba5ed23f59fbf8e1300db316 Author: Wim Muskee gmail com> AuthorDate: Sun Apr 21 07:06:12 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Apr 25 03:57:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53853e19 dev-libs/ilbc-rfc3951: update HOMEPAGE Closes: https://bugs.gentoo.org/668226 Signed-off-by: Wim Muskee gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11760 Signed-off-by: Aaron Bauman gentoo.org> dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild index 09b36c8a238..d6f2d5ee5d0 100644 --- a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild +++ b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=0 inherit eutils autotools DESCRIPTION="iLBC is a speech codec suitable for robust voice communication over IP" -HOMEPAGE="http://www.ilbcfreeware.org/" +HOMEPAGE="https://webrtc.org/license/ilbc-freeware/" SRC_URI="http://simon.morlat.free.fr/download/1.1.x/source/ilbc-rfc3951.tar.gz" # relicensed under 3-clause BSD license, bug 390797