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 1D8C1138335 for ; Sat, 28 Sep 2019 09:28:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9062E085D; Sat, 28 Sep 2019 09:28:00 +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 AB80FE0841 for ; Sat, 28 Sep 2019 09:28:00 +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 8185834B694 for ; Sat, 28 Sep 2019 09:27:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 128907FF for ; Sat, 28 Sep 2019 09:27:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1569662867.187a9e8a2d68231575156d37aba825d96c0ef2ee.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaacplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libaacplus/libaacplus-2.0.2-r2.ebuild media-libs/libaacplus/libaacplus-2.0.2-r3.ebuild X-VCS-Directories: media-libs/libaacplus/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 187a9e8a2d68231575156d37aba825d96c0ef2ee X-VCS-Branch: master Date: Sat, 28 Sep 2019 09:27:56 +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: 615f8518-ff64-4e41-a1ec-46fae43db740 X-Archives-Hash: 5b1c009826d0475c4e0767def0a3357a commit: 187a9e8a2d68231575156d37aba825d96c0ef2ee Author: Michał Górny gentoo org> AuthorDate: Sat Sep 28 08:53:32 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 28 09:27:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187a9e8a media-libs/libaacplus: Update SRC_URI Signed-off-by: Michał Górny gentoo.org> media-libs/libaacplus/libaacplus-2.0.2-r2.ebuild | 1 - media-libs/libaacplus/libaacplus-2.0.2-r3.ebuild | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/media-libs/libaacplus/libaacplus-2.0.2-r2.ebuild b/media-libs/libaacplus/libaacplus-2.0.2-r2.ebuild index c6ab8a63576..360b994eb32 100644 --- a/media-libs/libaacplus/libaacplus-2.0.2-r2.ebuild +++ b/media-libs/libaacplus/libaacplus-2.0.2-r2.ebuild @@ -14,7 +14,6 @@ DESCRIPTION="HE-AAC+ v2 library, based on the reference implementation" HOMEPAGE="http://tipok.org.ua/node/17" SRC_URI=" https://dev.gentoo.org/~aballier/${P}.tar.gz - http://tipok.ath.cx/downloads/media/aac+/libaacplus/${P}.tar.gz http://217.20.164.161/~tipok/aacplus/${P}.tar.gz http://www.3gpp.org/ftp/Specs/archive/26_series/26.410/${TGPPDIST}" diff --git a/media-libs/libaacplus/libaacplus-2.0.2-r3.ebuild b/media-libs/libaacplus/libaacplus-2.0.2-r3.ebuild index 9ca0645c992..aca57cf2530 100644 --- a/media-libs/libaacplus/libaacplus-2.0.2-r3.ebuild +++ b/media-libs/libaacplus/libaacplus-2.0.2-r3.ebuild @@ -13,9 +13,8 @@ TGPPDIST=26410-800.zip DESCRIPTION="HE-AAC+ v2 library, based on the reference implementation" HOMEPAGE="http://tipok.org.ua/node/17" SRC_URI=" + https://tipok.org.ua/downloads/media/aacplus/libaacplus/${P}.tar.gz https://dev.gentoo.org/~aballier/${P}.tar.gz - http://tipok.ath.cx/downloads/media/aac+/libaacplus/${P}.tar.gz - http://217.20.164.161/~tipok/aacplus/${P}.tar.gz http://www.3gpp.org/ftp/Specs/archive/26_series/26.410/${TGPPDIST}" LICENSE="LGPL-2.1"