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 986B8138334 for ; Wed, 4 Dec 2019 23:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A6ACE0829; Wed, 4 Dec 2019 23:23: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 EA176E0829 for ; Wed, 4 Dec 2019 23:23:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B67C834D7E2 for ; Wed, 4 Dec 2019 23:23:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 105ED8CC for ; Wed, 4 Dec 2019 23:23:23 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1575501668.3023d5e8a116fef4491b7e8bae2753e66f5b9afe.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild X-VCS-Directories: sys-kernel/raspberrypi-sources/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: 3023d5e8a116fef4491b7e8bae2753e66f5b9afe X-VCS-Branch: master Date: Wed, 4 Dec 2019 23:23:23 +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: d4a0590a-5463-4957-8e09-c261fcbe5ae8 X-Archives-Hash: e8ecd8531ccd2ab29a424a15847f4edf commit: 3023d5e8a116fef4491b7e8bae2753e66f5b9afe Author: Andrey Utkin gentoo org> AuthorDate: Wed Dec 4 22:37:53 2019 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Wed Dec 4 23:21:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3023d5e8 sys-kernel/raspberrypi-sources: drop old versions Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin gentoo.org> .../raspberrypi-sources-4.10.9999.ebuild | 27 ---------------------- .../raspberrypi-sources-4.11.9999.ebuild | 27 ---------------------- .../raspberrypi-sources-4.12.9999.ebuild | 27 ---------------------- .../raspberrypi-sources-4.13.9999.ebuild | 27 ---------------------- .../raspberrypi-sources-4.14.9999.ebuild | 27 ---------------------- .../raspberrypi-sources-4.4.9999.ebuild | 27 ---------------------- .../raspberrypi-sources-4.9.9999.ebuild | 27 ---------------------- 7 files changed, 189 deletions(-) diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild deleted file mode 100644 index 11c6e6acc9b..00000000000 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.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 - -ETYPE=sources -K_DEFCONFIG="bcmrpi_defconfig" -K_SECURITY_UNSUPPORTED=1 -EXTRAVERSION="-${PN}/-*" -inherit kernel-2 -detect_version -detect_arch - -inherit git-r3 versionator -EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git" -EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y" -EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi" - -DESCRIPTION="Raspberry PI kernel sources" -HOMEPAGE="https://github.com/raspberrypi/linux" - -KEYWORDS="" - -src_unpack() { - git-r3_src_unpack - unpack_set_extraversion -} diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild deleted file mode 100644 index 11c6e6acc9b..00000000000 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.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 - -ETYPE=sources -K_DEFCONFIG="bcmrpi_defconfig" -K_SECURITY_UNSUPPORTED=1 -EXTRAVERSION="-${PN}/-*" -inherit kernel-2 -detect_version -detect_arch - -inherit git-r3 versionator -EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git" -EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y" -EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi" - -DESCRIPTION="Raspberry PI kernel sources" -HOMEPAGE="https://github.com/raspberrypi/linux" - -KEYWORDS="" - -src_unpack() { - git-r3_src_unpack - unpack_set_extraversion -} diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild deleted file mode 100644 index 11c6e6acc9b..00000000000 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.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 - -ETYPE=sources -K_DEFCONFIG="bcmrpi_defconfig" -K_SECURITY_UNSUPPORTED=1 -EXTRAVERSION="-${PN}/-*" -inherit kernel-2 -detect_version -detect_arch - -inherit git-r3 versionator -EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git" -EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y" -EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi" - -DESCRIPTION="Raspberry PI kernel sources" -HOMEPAGE="https://github.com/raspberrypi/linux" - -KEYWORDS="" - -src_unpack() { - git-r3_src_unpack - unpack_set_extraversion -} diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild deleted file mode 100644 index 11c6e6acc9b..00000000000 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.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 - -ETYPE=sources -K_DEFCONFIG="bcmrpi_defconfig" -K_SECURITY_UNSUPPORTED=1 -EXTRAVERSION="-${PN}/-*" -inherit kernel-2 -detect_version -detect_arch - -inherit git-r3 versionator -EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git" -EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y" -EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi" - -DESCRIPTION="Raspberry PI kernel sources" -HOMEPAGE="https://github.com/raspberrypi/linux" - -KEYWORDS="" - -src_unpack() { - git-r3_src_unpack - unpack_set_extraversion -} diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild deleted file mode 100644 index 11c6e6acc9b..00000000000 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.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 - -ETYPE=sources -K_DEFCONFIG="bcmrpi_defconfig" -K_SECURITY_UNSUPPORTED=1 -EXTRAVERSION="-${PN}/-*" -inherit kernel-2 -detect_version -detect_arch - -inherit git-r3 versionator -EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git" -EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y" -EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi" - -DESCRIPTION="Raspberry PI kernel sources" -HOMEPAGE="https://github.com/raspberrypi/linux" - -KEYWORDS="" - -src_unpack() { - git-r3_src_unpack - unpack_set_extraversion -} diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild deleted file mode 100644 index 11c6e6acc9b..00000000000 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.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 - -ETYPE=sources -K_DEFCONFIG="bcmrpi_defconfig" -K_SECURITY_UNSUPPORTED=1 -EXTRAVERSION="-${PN}/-*" -inherit kernel-2 -detect_version -detect_arch - -inherit git-r3 versionator -EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git" -EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y" -EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi" - -DESCRIPTION="Raspberry PI kernel sources" -HOMEPAGE="https://github.com/raspberrypi/linux" - -KEYWORDS="" - -src_unpack() { - git-r3_src_unpack - unpack_set_extraversion -} diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild deleted file mode 100644 index 11c6e6acc9b..00000000000 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.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 - -ETYPE=sources -K_DEFCONFIG="bcmrpi_defconfig" -K_SECURITY_UNSUPPORTED=1 -EXTRAVERSION="-${PN}/-*" -inherit kernel-2 -detect_version -detect_arch - -inherit git-r3 versionator -EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git" -EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y" -EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi" - -DESCRIPTION="Raspberry PI kernel sources" -HOMEPAGE="https://github.com/raspberrypi/linux" - -KEYWORDS="" - -src_unpack() { - git-r3_src_unpack - unpack_set_extraversion -}