diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 21:02:17 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 14:12:42 +0200 |
commit | 078d0ed4b320766cfd7c3b1b64f731da5282b9bc (patch) | |
tree | 118daec2d3afe0d946ff00c79b90e0e5e6a40fa2 /media-libs/libilbc/libilbc-9999.ebuild | |
parent | app-emulation/winetricks: use HTTPS for GitHub and HOMEPAGE (diff) | |
download | gentoo-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/libilbc-9999.ebuild')
-rw-r--r-- | media-libs/libilbc/libilbc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |