From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 570C3138334 for ; Tue, 10 Jul 2018 12:41:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 470F3E0964; Tue, 10 Jul 2018 12:41:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 010EFE0964 for ; Tue, 10 Jul 2018 12:41:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1735335C9E for ; Tue, 10 Jul 2018 12:41:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9111335C for ; Tue, 10 Jul 2018 12:41:47 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1531226503.5f15627ed415ac0ae7f225707a11bfd22cfb6623.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/heimdall/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/heimdall/Manifest app-mobilephone/heimdall/heimdall-1.4.2.ebuild app-mobilephone/heimdall/heimdall-9999.ebuild app-mobilephone/heimdall/metadata.xml X-VCS-Directories: app-mobilephone/heimdall/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 5f15627ed415ac0ae7f225707a11bfd22cfb6623 X-VCS-Branch: master Date: Tue, 10 Jul 2018 12:41:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2347bcba-639e-42bc-b804-8eeea43f7285 X-Archives-Hash: 6fb78a595ef03460c1073b2366246584 commit: 5f15627ed415ac0ae7f225707a11bfd22cfb6623 Author: Jimi Huotari gentoo org> AuthorDate: Mon Jul 9 17:36:25 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jul 10 12:41:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f15627e 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 app-mobilephone/heimdall/Manifest | 2 +- app-mobilephone/heimdall/heimdall-1.4.2.ebuild | 6 +++--- app-mobilephone/heimdall/heimdall-9999.ebuild | 6 +++--- 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 b2feeb301ec..36998f9fb32 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 02bca30a9f2..3bb74e9129d 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 02bca30a9f2..3bb74e9129d 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 a32d39ae12f..f4846dae289 100644 --- a/app-mobilephone/heimdall/metadata.xml +++ b/app-mobilephone/heimdall/metadata.xml @@ -6,6 +6,6 @@ Lars Wendler - Benjamin-Dobell/Heimdall + BenjaminDobell/Heimdall