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 20E17139694 for ; Mon, 22 May 2017 08:28:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4665E21C072; Mon, 22 May 2017 08:28:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F0AF21C072 for ; Mon, 22 May 2017 08:28:50 +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 92A843416BF for ; Mon, 22 May 2017 08:28:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0675C745A for ; Mon, 22 May 2017 08:28:47 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1495441707.96f3c943f9b9b64597ac623a8c41e4b8b215861a.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/git-sources/git-sources-4.12_rc2.ebuild X-VCS-Directories: sys-kernel/git-sources/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 96f3c943f9b9b64597ac623a8c41e4b8b215861a X-VCS-Branch: master Date: Mon, 22 May 2017 08:28: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: cd439ee4-faef-41eb-8634-ede1bacaa10c X-Archives-Hash: ed83bc2e6664f86ae7f48a293af8eb2e commit: 96f3c943f9b9b64597ac623a8c41e4b8b215861a Author: Agostino Sarubbo gentoo org> AuthorDate: Mon May 22 08:28:27 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon May 22 08:28:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f3c943 sys-kernel/git-sources: Automated version bump to 4.12_rc2. Package-Manager: Portage-2.3.5, Repoman-2.3.1 Signed-off-by: Agostino Sarubbo gentoo.org> sys-kernel/git-sources/git-sources-4.12_rc2.ebuild | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/sys-kernel/git-sources/git-sources-4.12_rc2.ebuild b/sys-kernel/git-sources/git-sources-4.12_rc2.ebuild new file mode 100644 index 00000000000..77ebfa1611c --- /dev/null +++ b/sys-kernel/git-sources/git-sources-4.12_rc2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="1" +K_BASE_VER="4.11" +K_EXP_GENPATCHES_NOUSE="1" +K_FROM_GIT="yes" +ETYPE="sources" +CKV="${PVR/-r/-git}" + +# only use this if it's not an _rc/_pre release +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" +inherit kernel-2 +detect_version + +DESCRIPTION="The very latest -git version of the Linux kernel" +HOMEPAGE="https://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and +experimental nature. If you have any issues, try a matching vanilla-sources +ebuild -- if the problem is not there, please contact the upstream kernel +developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to +report the problem so it can be fixed in time for the next kernel release." + +RDEPEND="" +DEPEND="${RDEPEND} + >=sys-devel/patch-2.7.4" + +pkg_postinst() { + postinst_sources +}