summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 21:02:17 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 14:12:42 +0200
commit078d0ed4b320766cfd7c3b1b64f731da5282b9bc (patch)
tree118daec2d3afe0d946ff00c79b90e0e5e6a40fa2 /media-libs/libilbc
parentapp-emulation/winetricks: use HTTPS for GitHub and HOMEPAGE (diff)
downloadgentoo-078d0ed4b320766cfd7c3b1b64f731da5282b9bc.tar.gz
gentoo-078d0ed4b320766cfd7c3b1b64f731da5282b9bc.tar.bz2
gentoo-078d0ed4b320766cfd7c3b1b64f731da5282b9bc.zip
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
Diffstat (limited to 'media-libs/libilbc')
-rw-r--r--media-libs/libilbc/libilbc-1.1.1.ebuild6
-rw-r--r--media-libs/libilbc/libilbc-2.0.2.ebuild4
-rw-r--r--media-libs/libilbc/libilbc-9999.ebuild4
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