* 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
-# 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
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"
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
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