From 04236776ea7bed5d4e9820026b01f46a46278083 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 12 Jun 2021 20:53:35 +0200 Subject: sys-kernel/kernel: Version bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- sys-kernel/kernel/Manifest | 2 +- sys-kernel/kernel/kernel-6.2.ebuild | 43 ------------------------------------- sys-kernel/kernel/kernel-6.3.ebuild | 43 +++++++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 sys-kernel/kernel/kernel-6.2.ebuild create mode 100644 sys-kernel/kernel/kernel-6.3.ebuild (limited to 'sys-kernel/kernel') diff --git a/sys-kernel/kernel/Manifest b/sys-kernel/kernel/Manifest index 99ecc777..3f201742 100644 --- a/sys-kernel/kernel/Manifest +++ b/sys-kernel/kernel/Manifest @@ -1 +1 @@ -DIST kernel-6.2.tar.gz 10702 SHA512 f88088323528e21ce0c89cedcd879f7fe91f8446a58115833b2ff8a2dd4724fa5cbe4e32ab12755dad22e159628e5019abc3759ce3b148ae5b80ea6154d70eca +DIST kernel-6.3.tar.gz 10741 SHA512 ea78baf9126452f6affbdeffe8f1c21bc1f253e11fcb4bc97faf2ae015d0b467fed00d32a37ff1c523da92d7bec1ad7a437d7f61878230ef4c5d7101fe7e0fe0 diff --git a/sys-kernel/kernel/kernel-6.2.ebuild b/sys-kernel/kernel/kernel-6.2.ebuild deleted file mode 100644 index 0d3e817e..00000000 --- a/sys-kernel/kernel/kernel-6.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2011-2020 Martin V\"ath -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -RESTRICT="mirror" -inherit optfeature - -DESCRIPTION="A POSIX shell script to compile the kernel with user permissions" -HOMEPAGE="https://github.com/vaeth/kernel/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# This should really depend on a USE-flag but must not by policy. -# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283 -OPTIONAL_RDEPEND=">=app-shells/runtitle-2.3" - -RDEPEND="app-admin/sudo - app-admin/sudox - >=app-shells/push-2.0-r2 - !=app-portage/eix-0.32.2' -} diff --git a/sys-kernel/kernel/kernel-6.3.ebuild b/sys-kernel/kernel/kernel-6.3.ebuild new file mode 100644 index 00000000..4879fa8d --- /dev/null +++ b/sys-kernel/kernel/kernel-6.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 2011-2021 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +RESTRICT="mirror" +inherit optfeature + +DESCRIPTION="A POSIX shell script to compile the kernel with user permissions" +HOMEPAGE="https://github.com/vaeth/kernel/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +# This should really depend on a USE-flag but must not by policy. +# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283 +OPTIONAL_RDEPEND=">=app-shells/runtitle-2.3" + +RDEPEND="app-admin/sudo + app-admin/sudox + >=app-shells/push-2.0-r2 + !=app-portage/eix-0.32.2' +} -- cgit v1.2.3-65-gdbad