diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2018-07-09 20:36:25 +0300 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-07-10 14:41:43 +0200 |
commit | 5f15627ed415ac0ae7f225707a11bfd22cfb6623 (patch) | |
tree | 0daaf8b9de0ee72d72973d33e990bca91d4a138f /app-mobilephone/heimdall | |
parent | profiles/thirdpartymirrors: Remove xfce (diff) | |
download | gentoo-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')
-rw-r--r-- | app-mobilephone/heimdall/Manifest | 2 | ||||
-rw-r--r-- | app-mobilephone/heimdall/heimdall-1.4.2.ebuild | 6 | ||||
-rw-r--r-- | app-mobilephone/heimdall/heimdall-9999.ebuild | 6 | ||||
-rw-r--r-- | app-mobilephone/heimdall/metadata.xml | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/app-mobilephone/heimdall/Manifest b/app-mobilephone/heimdall/Manifest index b2feeb301ec7..36998f9fb32b 100644 --- a/app-mobilephone/heimdall/Manifest +++ b/app-mobilephone/heimdall/Manifest @@ -1 +1 @@ -DIST heimdall-1.4.2.tar.gz 5486693 BLAKE2B 213bfa5bb7ede8d418847916a5ec16c17e4dec7fcb07de296d96e16c929634167afb57e13cee0e8a6e42fbbddcd2f2e0f5069cfbc3e8c3b5721d2d303ef48407 SHA512 c554662f9ccb763a8e9867a0c563618879d2533af985d44db3c237d3ee51add44c1681d13b1a83b72b30ba6e5b32d7c2f9c02b31114c67c5fbe01cbb010acfe7 +DIST heimdall-1.4.2.tar.gz 5486708 BLAKE2B 3846176440f235bc5bb65ac77a2d86b29381dcdf8e999edd38529f02a9f3bd21070bf922ad48fbd8c73c58e1f4834345da4c849549d136dde82df8a68cc4155f SHA512 ed9c5cc7e9377647474ba1af8b7a06d7bbc2371d379d83c2e5cd8463637c52c08c269ab18b6a0a0bec91be8101978748b2d10dd78629ba567bd2c2e452633f63 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" diff --git a/app-mobilephone/heimdall/heimdall-9999.ebuild b/app-mobilephone/heimdall/heimdall-9999.ebuild index 02bca30a9f23..3bb74e9129de 100644 --- a/app-mobilephone/heimdall/heimdall-9999.ebuild +++ b/app-mobilephone/heimdall/heimdall-9999.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" diff --git a/app-mobilephone/heimdall/metadata.xml b/app-mobilephone/heimdall/metadata.xml index a32d39ae12f7..f4846dae2896 100644 --- a/app-mobilephone/heimdall/metadata.xml +++ b/app-mobilephone/heimdall/metadata.xml @@ -6,6 +6,6 @@ <name>Lars Wendler</name> </maintainer> <upstream> - <remote-id type="github">Benjamin-Dobell/Heimdall</remote-id> + <remote-id type="gitlab">BenjaminDobell/Heimdall</remote-id> </upstream> </pkgmetadata> |