summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2018-07-09 20:36:25 +0300
committerLars Wendler <polynomial-c@gentoo.org>2018-07-10 14:41:43 +0200
commit5f15627ed415ac0ae7f225707a11bfd22cfb6623 (patch)
tree0daaf8b9de0ee72d72973d33e990bca91d4a138f /app-mobilephone/heimdall/heimdall-1.4.2.ebuild
parentprofiles/thirdpartymirrors: Remove xfce (diff)
downloadgentoo-5f15627ed415ac0ae7f225707a11bfd22cfb6623.tar.gz
gentoo-5f15627ed415ac0ae7f225707a11bfd22cfb6623.tar.bz2
gentoo-5f15627ed415ac0ae7f225707a11bfd22cfb6623.zip
app-mobilephone/heimdall: update source URIs
The project has moved from GitHub to GitLab. Package-Manager: Portage-2.3.41, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9160
Diffstat (limited to 'app-mobilephone/heimdall/heimdall-1.4.2.ebuild')
-rw-r--r--app-mobilephone/heimdall/heimdall-1.4.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-mobilephone/heimdall/heimdall-1.4.2.ebuild b/app-mobilephone/heimdall/heimdall-1.4.2.ebuild
index 02bca30a9f23..3bb74e9129de 100644
--- a/app-mobilephone/heimdall/heimdall-1.4.2.ebuild
+++ b/app-mobilephone/heimdall/heimdall-1.4.2.ebuild
@@ -6,12 +6,12 @@ EAPI=6
inherit cmake-utils udev
if [[ ${PV} != 9999 ]]; then
- SRC_URI="https://github.com/Benjamin-Dobell/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v${PV}/Heimdall-v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
- S="${WORKDIR}/Heimdall-${PV}"
+ S="${WORKDIR}/Heimdall-v${PV}"
else
inherit git-r3
- EGIT_REPO_URI="https://github.com/Benjamin-Dobell/Heimdall.git"
+ EGIT_REPO_URI="https://gitlab.com/BenjaminDobell/Heimdall.git"
fi
DESCRIPTION="Tool suite used to flash firmware onto Samsung Galaxy S devices"