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 80911139083 for ; Sun, 3 Dec 2017 15:52:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9984CE0DBE; Sun, 3 Dec 2017 15:52:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 75E0BE0DBE for ; Sun, 3 Dec 2017 15:52:23 +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 0750F33BF43 for ; Sun, 3 Dec 2017 15:52:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7136BAD74 for ; Sun, 3 Dec 2017 15:52:20 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1512316339.a88580c025c8b2e368238fe3fcb784f8aa567e78.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild X-VCS-Directories: sys-kernel/raspberrypi-sources/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: a88580c025c8b2e368238fe3fcb784f8aa567e78 X-VCS-Branch: master Date: Sun, 3 Dec 2017 15:52:20 +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: 24ee43a1-f519-48e9-acde-501fc1fe1f65 X-Archives-Hash: 7513e717bd8b17c13a5afa1e70a75d68 commit: a88580c025c8b2e368238fe3fcb784f8aa567e78 Author: Michael Seifert error-reports org> AuthorDate: Wed Nov 1 15:10:18 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Dec 3 15:52:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88580c0 sys-kernel/raspberrypi-sources: migrate to git-r3.eclass. Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://bugs.gentoo.org/633542. Closes: https://github.com/gentoo/gentoo/pull/6102 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild index 77955085938..11c6e6acc9b 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild @@ -12,9 +12,9 @@ detect_version detect_arch inherit git-r3 versionator -EGIT_REPO_URI=https://github.com/raspberrypi/linux.git -EGIT_PROJECT="raspberrypi-linux.git" +EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git" EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y" +EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi" DESCRIPTION="Raspberry PI kernel sources" HOMEPAGE="https://github.com/raspberrypi/linux"