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 842B91382C5 for ; Mon, 23 Apr 2018 14:37:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDE9DE0AF2; Mon, 23 Apr 2018 14:37:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 94D24E0AF2 for ; Mon, 23 Apr 2018 14:37:30 +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 79AF0335C30 for ; Mon, 23 Apr 2018 14:37:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3351928D for ; Mon, 23 Apr 2018 14:37:28 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524494231.4b653d5a0e54bc43f0a02c2a1701755aee366ec4.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/zen-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/zen-sources/zen-sources-3.10.9999.ebuild sys-kernel/zen-sources/zen-sources-3.11.9999.ebuild sys-kernel/zen-sources/zen-sources-3.12.9999.ebuild sys-kernel/zen-sources/zen-sources-3.13.9999.ebuild sys-kernel/zen-sources/zen-sources-3.8.9999.ebuild sys-kernel/zen-sources/zen-sources-3.9.9999.ebuild X-VCS-Directories: sys-kernel/zen-sources/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 4b653d5a0e54bc43f0a02c2a1701755aee366ec4 X-VCS-Branch: master Date: Mon, 23 Apr 2018 14:37:28 +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: 9e9438cf-84a2-4bc3-a2a9-a05c41a8521e X-Archives-Hash: c0000056496b21c0d3ca116971c46be1 commit: 4b653d5a0e54bc43f0a02c2a1701755aee366ec4 Author: Marty E. Plummer startmail com> AuthorDate: Mon Apr 23 03:50:41 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Apr 23 14:37:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b653d5a sys-kernel/zen-sources: drop old, unfetchable Bug: https://bugs.gentoo.org/653854 Package-Manager: Portage-2.3.31, Repoman-2.3.9 .../zen-sources/zen-sources-3.10.9999.ebuild | 37 ---------------------- .../zen-sources/zen-sources-3.11.9999.ebuild | 37 ---------------------- .../zen-sources/zen-sources-3.12.9999.ebuild | 37 ---------------------- .../zen-sources/zen-sources-3.13.9999.ebuild | 37 ---------------------- sys-kernel/zen-sources/zen-sources-3.8.9999.ebuild | 37 ---------------------- sys-kernel/zen-sources/zen-sources-3.9.9999.ebuild | 37 ---------------------- 6 files changed, 222 deletions(-) diff --git a/sys-kernel/zen-sources/zen-sources-3.10.9999.ebuild b/sys-kernel/zen-sources/zen-sources-3.10.9999.ebuild deleted file mode 100644 index 70f5e180384..00000000000 --- a/sys-kernel/zen-sources/zen-sources-3.10.9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -K_PREPATCHED="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" -K_DEBLOB_AVAILABLE=0 -CKV="${PV/99/}" - -ETYPE="sources" - -EGIT_BRANCH="${PV/.9999/}/master" -EGIT_REPO_URI="https://github.com/damentz/zen-kernel.git" - -inherit kernel-2 git-2 -detect_version - -K_NOSETEXTRAVERSION="don't_set_it" -DESCRIPTION="The Zen Kernel Live Sources" -HOMEPAGE="https://zen-kernel.org" - -IUSE="" - -KEYWORDS="" - -K_EXTRAEINFO="For more info on zen-sources, and for how to report problems, see: \ -${HOMEPAGE}, also go to #zen-sources on freenode" - -pkg_setup(){ - ewarn "Be carefull!! You are about to install live kernel sources." - ewarn "Git zen-sources are extremely unsupported, even from the upstream" - ewarn "developers. Use them at your own risk and don't bite us if your" - ewarn "system explodes" - kernel-2_pkg_setup -} diff --git a/sys-kernel/zen-sources/zen-sources-3.11.9999.ebuild b/sys-kernel/zen-sources/zen-sources-3.11.9999.ebuild deleted file mode 100644 index 70f5e180384..00000000000 --- a/sys-kernel/zen-sources/zen-sources-3.11.9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -K_PREPATCHED="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" -K_DEBLOB_AVAILABLE=0 -CKV="${PV/99/}" - -ETYPE="sources" - -EGIT_BRANCH="${PV/.9999/}/master" -EGIT_REPO_URI="https://github.com/damentz/zen-kernel.git" - -inherit kernel-2 git-2 -detect_version - -K_NOSETEXTRAVERSION="don't_set_it" -DESCRIPTION="The Zen Kernel Live Sources" -HOMEPAGE="https://zen-kernel.org" - -IUSE="" - -KEYWORDS="" - -K_EXTRAEINFO="For more info on zen-sources, and for how to report problems, see: \ -${HOMEPAGE}, also go to #zen-sources on freenode" - -pkg_setup(){ - ewarn "Be carefull!! You are about to install live kernel sources." - ewarn "Git zen-sources are extremely unsupported, even from the upstream" - ewarn "developers. Use them at your own risk and don't bite us if your" - ewarn "system explodes" - kernel-2_pkg_setup -} diff --git a/sys-kernel/zen-sources/zen-sources-3.12.9999.ebuild b/sys-kernel/zen-sources/zen-sources-3.12.9999.ebuild deleted file mode 100644 index 70f5e180384..00000000000 --- a/sys-kernel/zen-sources/zen-sources-3.12.9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -K_PREPATCHED="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" -K_DEBLOB_AVAILABLE=0 -CKV="${PV/99/}" - -ETYPE="sources" - -EGIT_BRANCH="${PV/.9999/}/master" -EGIT_REPO_URI="https://github.com/damentz/zen-kernel.git" - -inherit kernel-2 git-2 -detect_version - -K_NOSETEXTRAVERSION="don't_set_it" -DESCRIPTION="The Zen Kernel Live Sources" -HOMEPAGE="https://zen-kernel.org" - -IUSE="" - -KEYWORDS="" - -K_EXTRAEINFO="For more info on zen-sources, and for how to report problems, see: \ -${HOMEPAGE}, also go to #zen-sources on freenode" - -pkg_setup(){ - ewarn "Be carefull!! You are about to install live kernel sources." - ewarn "Git zen-sources are extremely unsupported, even from the upstream" - ewarn "developers. Use them at your own risk and don't bite us if your" - ewarn "system explodes" - kernel-2_pkg_setup -} diff --git a/sys-kernel/zen-sources/zen-sources-3.13.9999.ebuild b/sys-kernel/zen-sources/zen-sources-3.13.9999.ebuild deleted file mode 100644 index 70f5e180384..00000000000 --- a/sys-kernel/zen-sources/zen-sources-3.13.9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -K_PREPATCHED="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" -K_DEBLOB_AVAILABLE=0 -CKV="${PV/99/}" - -ETYPE="sources" - -EGIT_BRANCH="${PV/.9999/}/master" -EGIT_REPO_URI="https://github.com/damentz/zen-kernel.git" - -inherit kernel-2 git-2 -detect_version - -K_NOSETEXTRAVERSION="don't_set_it" -DESCRIPTION="The Zen Kernel Live Sources" -HOMEPAGE="https://zen-kernel.org" - -IUSE="" - -KEYWORDS="" - -K_EXTRAEINFO="For more info on zen-sources, and for how to report problems, see: \ -${HOMEPAGE}, also go to #zen-sources on freenode" - -pkg_setup(){ - ewarn "Be carefull!! You are about to install live kernel sources." - ewarn "Git zen-sources are extremely unsupported, even from the upstream" - ewarn "developers. Use them at your own risk and don't bite us if your" - ewarn "system explodes" - kernel-2_pkg_setup -} diff --git a/sys-kernel/zen-sources/zen-sources-3.8.9999.ebuild b/sys-kernel/zen-sources/zen-sources-3.8.9999.ebuild deleted file mode 100644 index 70f5e180384..00000000000 --- a/sys-kernel/zen-sources/zen-sources-3.8.9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -K_PREPATCHED="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" -K_DEBLOB_AVAILABLE=0 -CKV="${PV/99/}" - -ETYPE="sources" - -EGIT_BRANCH="${PV/.9999/}/master" -EGIT_REPO_URI="https://github.com/damentz/zen-kernel.git" - -inherit kernel-2 git-2 -detect_version - -K_NOSETEXTRAVERSION="don't_set_it" -DESCRIPTION="The Zen Kernel Live Sources" -HOMEPAGE="https://zen-kernel.org" - -IUSE="" - -KEYWORDS="" - -K_EXTRAEINFO="For more info on zen-sources, and for how to report problems, see: \ -${HOMEPAGE}, also go to #zen-sources on freenode" - -pkg_setup(){ - ewarn "Be carefull!! You are about to install live kernel sources." - ewarn "Git zen-sources are extremely unsupported, even from the upstream" - ewarn "developers. Use them at your own risk and don't bite us if your" - ewarn "system explodes" - kernel-2_pkg_setup -} diff --git a/sys-kernel/zen-sources/zen-sources-3.9.9999.ebuild b/sys-kernel/zen-sources/zen-sources-3.9.9999.ebuild deleted file mode 100644 index 70f5e180384..00000000000 --- a/sys-kernel/zen-sources/zen-sources-3.9.9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -K_PREPATCHED="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" -K_DEBLOB_AVAILABLE=0 -CKV="${PV/99/}" - -ETYPE="sources" - -EGIT_BRANCH="${PV/.9999/}/master" -EGIT_REPO_URI="https://github.com/damentz/zen-kernel.git" - -inherit kernel-2 git-2 -detect_version - -K_NOSETEXTRAVERSION="don't_set_it" -DESCRIPTION="The Zen Kernel Live Sources" -HOMEPAGE="https://zen-kernel.org" - -IUSE="" - -KEYWORDS="" - -K_EXTRAEINFO="For more info on zen-sources, and for how to report problems, see: \ -${HOMEPAGE}, also go to #zen-sources on freenode" - -pkg_setup(){ - ewarn "Be carefull!! You are about to install live kernel sources." - ewarn "Git zen-sources are extremely unsupported, even from the upstream" - ewarn "developers. Use them at your own risk and don't bite us if your" - ewarn "system explodes" - kernel-2_pkg_setup -}