media-libs/libilbc: use HTTPS for GitHub, fix HOMEPAGE for v1
authorDavid Hicks <david@hicks.id.au>
Sun, 30 Jul 2017 11:02:17 +0000 (21:02 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 12:12:42 +0000 (14:12 +0200)
* 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
media-libs/libilbc/libilbc-2.0.2.ebuild
media-libs/libilbc/libilbc-9999.ebuild

index 798c79e3e121d25d75ff37a82850693ea9b564d4..69c70d5fafb10e76a3a707c6a99bea09051af6a7 100644 (file)
@@ -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"
index 703890bce67262b5eebd1000ae4ee9b0f7b26909..65a7182ed61fb79789a71994ff8ca23995b1e659 100644 (file)
@@ -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
 
index 7b1912d25d8634e8f1ae1dbc09615472c2d9b642..c3aa37fdd755cd18eeae09e8999c40a8f4567406 100644 (file)
@@ -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