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 41D9E138334 for ; Mon, 5 Nov 2018 02:20:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 294E4E0ACD; Mon, 5 Nov 2018 02:20:20 +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 ED36FE0ACD for ; Mon, 5 Nov 2018 02:20:19 +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 D6B98335C67 for ; Mon, 5 Nov 2018 02:20:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CABB454 for ; Mon, 5 Nov 2018 02:20:03 +0000 (UTC) From: "Alice Ferrazzi" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alice Ferrazzi" Message-ID: <1541384369.ccf12fa9b7366e5bc36feadb48dc8cdbe8888c05.alicef@gentoo> Subject: [gentoo-commits] repo/proj/kernel:master commit in: sys-kernel/gentoo-sources/ X-VCS-Repository: repo/proj/kernel X-VCS-Files: sys-kernel/gentoo-sources/gentoo-sources-4.19.1.ebuild X-VCS-Directories: sys-kernel/gentoo-sources/ X-VCS-Committer: alicef X-VCS-Committer-Name: Alice Ferrazzi X-VCS-Revision: ccf12fa9b7366e5bc36feadb48dc8cdbe8888c05 X-VCS-Branch: master Date: Mon, 5 Nov 2018 02:20:03 +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: 85af1b78-33d3-4000-8155-73da1934840e X-Archives-Hash: 0bece4681c3255a633b227123610e06a commit: ccf12fa9b7366e5bc36feadb48dc8cdbe8888c05 Author: Alice Ferrazzi gentoo org> AuthorDate: Mon Nov 5 02:19:29 2018 +0000 Commit: Alice Ferrazzi gentoo org> CommitDate: Mon Nov 5 02:19:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/kernel.git/commit/?id=ccf12fa9 sys-kernel/gentoo-sources: genpatches-4.19-2 Signed-off-by: Alice Ferrazzi gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 .../gentoo-sources/gentoo-sources-4.19.1.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.19.1.ebuild new file mode 100644 index 0000000..6e42a7b --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="2" + +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +}