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 BF8EA1382C5 for ; Tue, 29 Dec 2020 07:43:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9F9BE0BBC; Tue, 29 Dec 2020 07:43:26 +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 AF2A4E0BBE for ; Tue, 29 Dec 2020 07:43:26 +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 9B2DD341346 for ; Tue, 29 Dec 2020 07:43:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AB8247E for ; Tue, 29 Dec 2020 07:43:24 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1609227791.0775c3b56092d71bdebc1cd9890c618358437f08.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/linux-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/linux-sources/linux-sources-3-r4.ebuild virtual/linux-sources/linux-sources-3-r5.ebuild X-VCS-Directories: virtual/linux-sources/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0775c3b56092d71bdebc1cd9890c618358437f08 X-VCS-Branch: master Date: Tue, 29 Dec 2020 07:43:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 84e2818e-a577-4427-ba92-6272467972b6 X-Archives-Hash: 60fde2ce6a297b7f0506ee38a1982cf3 commit: 0775c3b56092d71bdebc1cd9890c618358437f08 Author: Joonas Niilola gentoo org> AuthorDate: Tue Dec 29 07:27:39 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Dec 29 07:43:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0775c3b5 virtual/linux-sources: drop removed kernel packages - bump EAPI to 7, - keep KEYWORDS since no new packages were added, - remove {aufs,ck,hardened,xbox}-sources and vanilla-kernel-bin from the list. Signed-off-by: Joonas Niilola gentoo.org> .../{linux-sources-3-r4.ebuild => linux-sources-3-r5.ebuild} | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/virtual/linux-sources/linux-sources-3-r4.ebuild b/virtual/linux-sources/linux-sources-3-r5.ebuild similarity index 81% rename from virtual/linux-sources/linux-sources-3-r4.ebuild rename to virtual/linux-sources/linux-sources-3-r5.ebuild index 943cee6021f..96a86dac012 100644 --- a/virtual/linux-sources/linux-sources-3-r4.ebuild +++ b/virtual/linux-sources/linux-sources-3-r5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Virtual for Linux kernel sources" SLOT="0" @@ -13,19 +13,14 @@ RDEPEND=" || ( sys-kernel/gentoo-sources sys-kernel/vanilla-sources - sys-kernel/ck-sources sys-kernel/git-sources - sys-kernel/hardened-sources sys-kernel/mips-sources sys-kernel/pf-sources sys-kernel/rt-sources - sys-kernel/xbox-sources sys-kernel/zen-sources - sys-kernel/aufs-sources sys-kernel/raspberrypi-sources sys-kernel/gentoo-kernel sys-kernel/gentoo-kernel-bin sys-kernel/vanilla-kernel - sys-kernel/vanilla-kernel-bin sys-kernel/bliss-kernel-bin )"