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 AE75E139694 for ; Wed, 12 Jul 2017 22:36:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4B842340A3; Wed, 12 Jul 2017 22:36:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C0D5F2340A3 for ; Wed, 12 Jul 2017 22:36:20 +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 6002D341CCC for ; Wed, 12 Jul 2017 22:36:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08E617474 for ; Wed, 12 Jul 2017 22:36:18 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1499898954.fba2502eca9ec70c0640d09535f66107c9ef0d6e.alexxy@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.11.9999.ebuild sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild X-VCS-Directories: sys-kernel/raspberrypi-sources/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: fba2502eca9ec70c0640d09535f66107c9ef0d6e X-VCS-Branch: master Date: Wed, 12 Jul 2017 22:36:18 +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: 151a6aa6-a91e-4373-8656-4649b82793e5 X-Archives-Hash: cdbbc26306762771e7460eccaade1dac commit: fba2502eca9ec70c0640d09535f66107c9ef0d6e Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Jul 12 22:35:54 2017 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Jul 12 22:35:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba2502e sys-kernel/raspberrypi-sources: Version bump Package-Manager: Portage-2.3.6, Repoman-2.3.2 .../raspberrypi-sources-4.11.9999.ebuild | 27 ++++++++++++++++++++++ .../raspberrypi-sources-4.12.9999.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild new file mode 100644 index 00000000000..1e0ef374a71 --- /dev/null +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ETYPE=sources +K_DEFCONFIG="bcmrpi_defconfig" +K_SECURITY_UNSUPPORTED=1 +EXTRAVERSION="-${PN}/-*" +inherit kernel-2 +detect_version +detect_arch + +inherit git-2 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" +HOMEPAGE="https://github.com/raspberrypi/linux" + +KEYWORDS="" + +src_unpack() { + git-2_src_unpack + unpack_set_extraversion +} diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild new file mode 100644 index 00000000000..1e0ef374a71 --- /dev/null +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ETYPE=sources +K_DEFCONFIG="bcmrpi_defconfig" +K_SECURITY_UNSUPPORTED=1 +EXTRAVERSION="-${PN}/-*" +inherit kernel-2 +detect_version +detect_arch + +inherit git-2 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" +HOMEPAGE="https://github.com/raspberrypi/linux" + +KEYWORDS="" + +src_unpack() { + git-2_src_unpack + unpack_set_extraversion +}