From 078d0ed4b320766cfd7c3b1b64f731da5282b9bc Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 30 Jul 2017 21:02:17 +1000 Subject: [PATCH] media-libs/libilbc: use HTTPS for GitHub, fix HOMEPAGE for v1 * Use HTTPS for acessing GitHub * For v1.1.1, the original HOMEPAGE points to a repository that doesn't exist on GitHub. Therefore replace HOMEPAGE with a link to the lu-zero v1.1.1 fork of the repository as well as a link to the official TimothyGu repository on GitHub. Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- media-libs/libilbc/libilbc-1.1.1.ebuild | 6 +++--- media-libs/libilbc/libilbc-2.0.2.ebuild | 4 ++-- media-libs/libilbc/libilbc-9999.ebuild | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/media-libs/libilbc/libilbc-1.1.1.ebuild b/media-libs/libilbc/libilbc-1.1.1.ebuild index 798c79e3e121..69c70d5fafb1 100644 --- a/media-libs/libilbc/libilbc-1.1.1.ebuild +++ b/media-libs/libilbc/libilbc-1.1.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 if [[ ${PV} == 9999 ]] ; then SCM="autotools git-2" - EGIT_REPO_URI="git://github.com/lu-zero/libilbc.git" + EGIT_REPO_URI="https://github.com/lu-zero/${PN}.git" SRC_URI="" KEYWORDS="" else @@ -16,7 +16,7 @@ fi inherit eutils multilib ${SCM} DESCRIPTION="Packaged version of iLBC codec from the WebRTC project" -HOMEPAGE="https://github.com/dekkers/libilbc" +HOMEPAGE="https://github.com/lu-zero/libilbc https://github.com/TimothyGu/libilbc" LICENSE="BSD" SLOT="0" diff --git a/media-libs/libilbc/libilbc-2.0.2.ebuild b/media-libs/libilbc/libilbc-2.0.2.ebuild index 703890bce672..65a7182ed61f 100644 --- a/media-libs/libilbc/libilbc-2.0.2.ebuild +++ b/media-libs/libilbc/libilbc-2.0.2.ebuild @@ -5,10 +5,10 @@ EAPI=5 if [[ ${PV} == 9999 ]] ; then SCM="autotools git-2" - EGIT_REPO_URI="https://github.com/TimothyGu/libilbc" + EGIT_REPO_URI="https://github.com/TimothyGu/${PN}" SRC_URI="" else - SRC_URI="https://github.com/TimothyGu/libilbc/releases/download/v${PV}/${P}.tar.bz2" + SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.bz2" KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" fi diff --git a/media-libs/libilbc/libilbc-9999.ebuild b/media-libs/libilbc/libilbc-9999.ebuild index 7b1912d25d86..c3aa37fdd755 100644 --- a/media-libs/libilbc/libilbc-9999.ebuild +++ b/media-libs/libilbc/libilbc-9999.ebuild @@ -5,10 +5,10 @@ EAPI=5 if [[ ${PV} == 9999 ]] ; then SCM="autotools git-2" - EGIT_REPO_URI="https://github.com/TimothyGu/libilbc" + EGIT_REPO_URI="https://github.com/TimothyGu/${PN}" SRC_URI="" else - SRC_URI="https://github.com/TimothyGu/libilbc/releases/download/v${PV}/${P}.tar.bz2" + SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.bz2" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi -- 2.26.2