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 C43A1138334 for ; Wed, 11 Dec 2019 01:45:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBF23E08BE; Wed, 11 Dec 2019 01:45:12 +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 AF98CE08BE for ; Wed, 11 Dec 2019 01:45:12 +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 93BD334D8E6 for ; Wed, 11 Dec 2019 01:45:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22393893 for ; Wed, 11 Dec 2019 01:45:09 +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: <1576028703.e9cecb814e5bc16ac2de49ba6f76cf7f36f466e4.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/bcg729/bcg729-1.0.4.ebuild media-libs/bcg729/bcg729-4.3.0_beta.ebuild X-VCS-Directories: media-libs/bcg729/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e9cecb814e5bc16ac2de49ba6f76cf7f36f466e4 X-VCS-Branch: master Date: Wed, 11 Dec 2019 01:45:09 +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: 74a5b68b-9f17-45a9-bedc-c5f701272eec X-Archives-Hash: f4af18c615a04fba5cfb8453a8279c10 commit: e9cecb814e5bc16ac2de49ba6f76cf7f36f466e4 Author: Aaron Bauman gentoo org> AuthorDate: Wed Dec 11 01:44:35 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Dec 11 01:45:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9cecb81 media-libs/bcg729: fix HomePageInSrcUri Signed-off-by: Aaron Bauman gentoo.org> media-libs/bcg729/bcg729-1.0.4.ebuild | 3 ++- media-libs/bcg729/bcg729-4.3.0_beta.ebuild | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/media-libs/bcg729/bcg729-1.0.4.ebuild b/media-libs/bcg729/bcg729-1.0.4.ebuild index 6d177a36f30..4701c38eafb 100644 --- a/media-libs/bcg729/bcg729-1.0.4.ebuild +++ b/media-libs/bcg729/bcg729-1.0.4.ebuild @@ -6,7 +6,8 @@ inherit autotools ltprune DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec" HOMEPAGE="https://github.com/BelledonneCommunications/bcg729" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV}.tar.gz \ + -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-libs/bcg729/bcg729-4.3.0_beta.ebuild b/media-libs/bcg729/bcg729-4.3.0_beta.ebuild index ab0354d4960..0af9054bbb8 100644 --- a/media-libs/bcg729/bcg729-4.3.0_beta.ebuild +++ b/media-libs/bcg729/bcg729-4.3.0_beta.ebuild @@ -2,11 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit cmake-utils DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec" HOMEPAGE="https://github.com/BelledonneCommunications/bcg729" -SRC_URI="${HOMEPAGE}/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.tar.gz \ + -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0"