summaryrefslogtreecommitdiff
path: root/sys-kernel/linux-rb2/linux-rb2-4.10.13-r1.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-11-17 19:12:13 +0100
committerKarel Kočí <cynerd@email.cz>2017-11-17 19:12:13 +0100
commit2ce9931c6ae451cf668a50c21aa46ebf93635da3 (patch)
tree1f4189c92510057f0311ac64599fc0d8ff75ef62 /sys-kernel/linux-rb2/linux-rb2-4.10.13-r1.ebuild
parentb99948e5cf393e950ca5dbc27943df308d81eac7 (diff)
downloadgentoo-personal-overlay-2ce9931c6ae451cf668a50c21aa46ebf93635da3.tar.gz
gentoo-personal-overlay-2ce9931c6ae451cf668a50c21aa46ebf93635da3.tar.bz2
gentoo-personal-overlay-2ce9931c6ae451cf668a50c21aa46ebf93635da3.zip
Drop various other linux kernels
Diffstat (limited to 'sys-kernel/linux-rb2/linux-rb2-4.10.13-r1.ebuild')
-rw-r--r--sys-kernel/linux-rb2/linux-rb2-4.10.13-r1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-kernel/linux-rb2/linux-rb2-4.10.13-r1.ebuild b/sys-kernel/linux-rb2/linux-rb2-4.10.13-r1.ebuild
deleted file mode 100644
index 8c7fbde..0000000
--- a/sys-kernel/linux-rb2/linux-rb2-4.10.13-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GIT_REV="b957be36d793c59c5a12d1f00419c253d38dde1f"
-
-DESCRIPTION="Linux kernel"
-HOMEPAGE="http://kernel.org/"
-SRC_URI="https://codeload.github.com/raspberrypi/linux/zip/${GIT_REV}.zip -> ${P}.zip"
-S="${WORKDIR}/linux-${GIT_REV}"
-
-LICENSE="GPLv2"
-SLOT="0"
-KEYWORDS="-* arm"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_configure() {
- emake bcm2709_defconfig
-}
-
-src_install() {
- emake zinstall modules_install dtbs_install INSTALL_PATH="${D}" INSTALL_MOD_PATH="${D}"
-}