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 19F0D139083 for ; Thu, 7 Dec 2017 20:38:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DDC6E0F87; Thu, 7 Dec 2017 20:38:11 +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 F2245E0F87 for ; Thu, 7 Dec 2017 20:38:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 970E433BF51 for ; Thu, 7 Dec 2017 20:38:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58837AE75 for ; Thu, 7 Dec 2017 20:38:08 +0000 (UTC) From: "Steve Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steve Arnold" Message-ID: <1512679075.b79eed3e2440dfda67fde2c041ce03928bed0f26.nerdboy@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.10.9999.ebuild sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild X-VCS-Directories: sys-kernel/raspberrypi-sources/ X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold X-VCS-Revision: b79eed3e2440dfda67fde2c041ce03928bed0f26 X-VCS-Branch: master Date: Thu, 7 Dec 2017 20:38:08 +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: 7ea3055d-72a0-4e68-bb2c-7353c70390cb X-Archives-Hash: 30ff6417b030ab6e0f9cb7dd7bb1d68c commit: b79eed3e2440dfda67fde2c041ce03928bed0f26 Author: Stephen L Arnold gentoo org> AuthorDate: Thu Dec 7 20:36:42 2017 +0000 Commit: Steve Arnold gentoo org> CommitDate: Thu Dec 7 20:37:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79eed3e sys-kernel/raspberrypi-sources: remove deprecated EGIT_PROJECT param Package-Manager: Portage-2.3.16, Repoman-2.3.6 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild | 1 - sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild | 1 - sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild | 1 - sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild | 1 - sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild | 1 - sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild | 1 - sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild | 1 - 7 files changed, 7 deletions(-) diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild index 77955085938..ab52cf36414 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild @@ -13,7 +13,6 @@ detect_arch inherit git-r3 versionator EGIT_REPO_URI=https://github.com/raspberrypi/linux.git -EGIT_PROJECT="raspberrypi-linux.git" EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y" DESCRIPTION="Raspberry PI kernel sources" diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild index 77955085938..ab52cf36414 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild @@ -13,7 +13,6 @@ detect_arch inherit git-r3 versionator EGIT_REPO_URI=https://github.com/raspberrypi/linux.git -EGIT_PROJECT="raspberrypi-linux.git" EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y" DESCRIPTION="Raspberry PI kernel sources" diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild index 77955085938..ab52cf36414 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild @@ -13,7 +13,6 @@ detect_arch inherit git-r3 versionator EGIT_REPO_URI=https://github.com/raspberrypi/linux.git -EGIT_PROJECT="raspberrypi-linux.git" EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y" DESCRIPTION="Raspberry PI kernel sources" diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild index 77955085938..ab52cf36414 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild @@ -13,7 +13,6 @@ detect_arch inherit git-r3 versionator EGIT_REPO_URI=https://github.com/raspberrypi/linux.git -EGIT_PROJECT="raspberrypi-linux.git" EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y" DESCRIPTION="Raspberry PI kernel sources" 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 11c6e6acc9b..391d5da1d92 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild @@ -13,7 +13,6 @@ detect_arch inherit git-r3 versionator 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" diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild index 77955085938..ab52cf36414 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild @@ -13,7 +13,6 @@ detect_arch inherit git-r3 versionator EGIT_REPO_URI=https://github.com/raspberrypi/linux.git -EGIT_PROJECT="raspberrypi-linux.git" EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y" DESCRIPTION="Raspberry PI kernel sources" diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild index 77955085938..ab52cf36414 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild @@ -13,7 +13,6 @@ detect_arch inherit git-r3 versionator EGIT_REPO_URI=https://github.com/raspberrypi/linux.git -EGIT_PROJECT="raspberrypi-linux.git" EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y" DESCRIPTION="Raspberry PI kernel sources"