mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
sys-kernel/raspberrypi-image: drop old versions
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST raspberrypi-firmware-1.20160209.tar.gz 114792438 BLAKE2B 10453495af56d4f50859ec2ee4bdccbba131518b1460dfdf61143d7e7965ccb53b7bf83a4ddc340caa88bb6653762ec58a55fbaf3e7fd72c65c714ce1df489b8 SHA512 281092c11d422d821e5e2b0479c3b8f891f8df66cfbf931992902d759c99ed40cbb2d9fada1f944372e5bcd8af69784739e79e9912db3482892b10bf668611f2
|
||||
DIST raspberrypi-firmware-1.20160309.tar.gz 115673896 BLAKE2B d08101180cd7373f9e93817ee8adc0c2798ff3f53e8a488232fff186707a602e38d916fee292662eac8858d7da857f66f10bac9837e479d657013d985b48d709 SHA512 30a6396ef52355c6f6404354645e8d0f5bbf70332b0e1661dfa8ef3456154d07e105d3b7b5bd64efb3e7397fa2fb8c36de1aa78040dc4118060b26949c2ab884
|
||||
DIST raspberrypi-image-4.14.98_p20190215.tar.gz 123074917 BLAKE2B cefedb5c979db7dfd47938aad37a567d91d3ad78247c7a63f789362768ab7a39a1967ac116b4b0475e3b210ab11f6474706df042af85a622e8e7905c85ec7498 SHA512 082f26caf427222d838881e5f1e9fa0136765b3eaf74a84877fc33616fd07e49085db0889226c40c655039a9d41a10566510c7d752cfc48a67b4683616a51193
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit readme.gentoo
|
||||
|
||||
DESCRIPTION="Raspberry PI boot loader and firmware"
|
||||
HOMEPAGE="https://github.com/raspberrypi/firmware"
|
||||
MY_PV="1.20160209"
|
||||
SRC_URI="https://github.com/raspberrypi/firmware/archive/${MY_PV} -> raspberrypi-firmware-${MY_PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2 raspberrypi-videocore-bin"
|
||||
SLOT="${PVR}"
|
||||
KEYWORDS="~arm -*"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
S=${WORKDIR}/firmware-${MY_PV}
|
||||
|
||||
RESTRICT=""
|
||||
|
||||
pkg_preinst() {
|
||||
if [ -z "${REPLACING_VERSIONS}" ] ; then
|
||||
local msg=""
|
||||
if [ -e "${D}"/boot/cmdline.txt -a -e "${ROOT}"/boot/cmdline.txt ] ; then
|
||||
msg+="/boot/cmdline.txt "
|
||||
fi
|
||||
if [ -e "${D}"/boot/config.txt -a -e "${ROOT}"/boot/config.txt ] ; then
|
||||
msg+="/boot/config.txt "
|
||||
fi
|
||||
if [ -n "${msg}" ] ; then
|
||||
msg="This package installs following files: ${msg}."
|
||||
msg="${msg} Please remove(backup) your copies during install"
|
||||
msg="${msg} and merge settings afterwards."
|
||||
msg="${msg} Further updates will be CONFIG_PROTECTed."
|
||||
die "${msg}"
|
||||
fi
|
||||
fi
|
||||
|
||||
if ! grep "${ROOT}boot" /proc/mounts >/dev/null 2>&1; then
|
||||
ewarn "${ROOT}boot is not mounted, the files might not be installed at the right place"
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() { :; }
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
insinto /lib/modules
|
||||
doins -r modules/*
|
||||
insinto /boot
|
||||
newins boot/kernel.img kernel-${PV}.img
|
||||
newins boot/kernel7.img kernel7-${PV}.img
|
||||
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
DOC_CONTENTS="Please configure your ram setup by editing /boot/config.txt"
|
||||
@@ -1,62 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit readme.gentoo
|
||||
|
||||
DESCRIPTION="Raspberry PI boot loader and firmware"
|
||||
HOMEPAGE="https://github.com/raspberrypi/firmware"
|
||||
MY_PV="1.20160309"
|
||||
SRC_URI="https://github.com/raspberrypi/firmware/archive/${MY_PV} -> raspberrypi-firmware-${MY_PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2 raspberrypi-videocore-bin"
|
||||
SLOT="${PVR}"
|
||||
KEYWORDS="~arm -*"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
S=${WORKDIR}/firmware-${MY_PV}
|
||||
|
||||
RESTRICT=""
|
||||
|
||||
pkg_preinst() {
|
||||
if [ -z "${REPLACING_VERSIONS}" ] ; then
|
||||
local msg=""
|
||||
if [ -e "${D}"/boot/cmdline.txt -a -e "${ROOT}"/boot/cmdline.txt ] ; then
|
||||
msg+="/boot/cmdline.txt "
|
||||
fi
|
||||
if [ -e "${D}"/boot/config.txt -a -e "${ROOT}"/boot/config.txt ] ; then
|
||||
msg+="/boot/config.txt "
|
||||
fi
|
||||
if [ -n "${msg}" ] ; then
|
||||
msg="This package installs following files: ${msg}."
|
||||
msg="${msg} Please remove(backup) your copies during install"
|
||||
msg="${msg} and merge settings afterwards."
|
||||
msg="${msg} Further updates will be CONFIG_PROTECTed."
|
||||
die "${msg}"
|
||||
fi
|
||||
fi
|
||||
|
||||
if ! grep "${ROOT}boot" /proc/mounts >/dev/null 2>&1; then
|
||||
ewarn "${ROOT}boot is not mounted, the files might not be installed at the right place"
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() { :; }
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
insinto /lib/modules
|
||||
doins -r modules/*
|
||||
insinto /boot
|
||||
newins boot/kernel.img kernel-${PV}.img
|
||||
newins boot/kernel7.img kernel7-${PV}.img
|
||||
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
DOC_CONTENTS="Please configure your ram setup by editing /boot/config.txt"
|
||||
Reference in New Issue
Block a user