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 B7EE7139083 for ; Sun, 2 Apr 2017 15:59:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32C1FE0BEA; Sun, 2 Apr 2017 15:59:54 +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 0CA31E0BEA for ; Sun, 2 Apr 2017 15:59:53 +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 DB791341645 for ; Sun, 2 Apr 2017 15:59:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E96673E7 for ; Sun, 2 Apr 2017 15:59:51 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1491148764.2bd7a016f16d1b55dfa6aa772f5eba51614a9e46.blueness@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-1.ebuild virtual/linux-sources/linux-sources-2.ebuild X-VCS-Directories: virtual/linux-sources/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 2bd7a016f16d1b55dfa6aa772f5eba51614a9e46 X-VCS-Branch: master Date: Sun, 2 Apr 2017 15:59:51 +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: cdfe6c83-a893-43f3-9ed9-940e0677a163 X-Archives-Hash: 54f370eb1b86f1e1525731bef8cab7ee commit: 2bd7a016f16d1b55dfa6aa772f5eba51614a9e46 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Apr 2 15:59:24 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Apr 2 15:59:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd7a016 virtual/linux-sources: remove older buggy versions Package-Manager: Portage-2.3.3, Repoman-2.3.1 virtual/linux-sources/linux-sources-1.ebuild | 27 --------------------------- virtual/linux-sources/linux-sources-2.ebuild | 27 --------------------------- 2 files changed, 54 deletions(-) diff --git a/virtual/linux-sources/linux-sources-1.ebuild b/virtual/linux-sources/linux-sources-1.ebuild deleted file mode 100644 index 029b904de2d..00000000000 --- a/virtual/linux-sources/linux-sources-1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual for Linux kernel sources" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" -IUSE="firmware" - -DEPEND="firmware? ( sys-kernel/linux-firmware )" -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/openvz-sources - sys-kernel/pf-sources - sys-kernel/rt-sources - sys-kernel/tuxonice-sources - sys-kernel/xbox-sources - sys-kernel/zen-sources - sys-kernel/aufs-sources - sys-kernel/raspberrypi-sources - )" diff --git a/virtual/linux-sources/linux-sources-2.ebuild b/virtual/linux-sources/linux-sources-2.ebuild deleted file mode 100644 index 6561f9321d1..00000000000 --- a/virtual/linux-sources/linux-sources-2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual for Linux kernel sources" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" -IUSE="firmware" - -RDEPEND="|| ( - firmware? ( sys-kernel/linux-firmware ) - 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/openvz-sources - sys-kernel/pf-sources - sys-kernel/rt-sources - sys-kernel/tuxonice-sources - sys-kernel/xbox-sources - sys-kernel/zen-sources - sys-kernel/aufs-sources - sys-kernel/raspberrypi-sources - )"