From 6e88426a126b899d247c14828c81ab73fd6a9a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 2 May 2017 20:21:54 +0200 Subject: Some fixes --- profiles/cynerd-pc/packages | 4 ---- .../linux-rb2/linux-raspberry2-4.10.13-r1.ebuild | 27 ---------------------- sys-kernel/linux-rb2/linux-rb2-4.10.13-r1.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 27 insertions(+), 31 deletions(-) delete mode 100644 sys-kernel/linux-rb2/linux-raspberry2-4.10.13-r1.ebuild create mode 100644 sys-kernel/linux-rb2/linux-rb2-4.10.13-r1.ebuild diff --git a/profiles/cynerd-pc/packages b/profiles/cynerd-pc/packages index be6fe87..947c723 100644 --- a/profiles/cynerd-pc/packages +++ b/profiles/cynerd-pc/packages @@ -2,7 +2,3 @@ www-client/chromium # Testing new browser www-client/surf - -# Development -#dev-lang/lua -sys-devel/crossdev diff --git a/sys-kernel/linux-rb2/linux-raspberry2-4.10.13-r1.ebuild b/sys-kernel/linux-rb2/linux-raspberry2-4.10.13-r1.ebuild deleted file mode 100644 index 8c7fbde..0000000 --- a/sys-kernel/linux-rb2/linux-raspberry2-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}" -} 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 new file mode 100644 index 0000000..8c7fbde --- /dev/null +++ b/sys-kernel/linux-rb2/linux-rb2-4.10.13-r1.ebuild @@ -0,0 +1,27 @@ +# 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}" +} -- cgit v1.2.3