diff options
author | Michael Weber <xmw@gentoo.org> | 2013-08-02 23:03:08 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-08-02 23:03:08 +0000 |
commit | 81c2f10e6cbe80081829491ba2752f26f7bd0b3f (patch) | |
tree | 15bd9d6d83302b69020adcd2390cbc028f091793 /sys-boot/raspberrypi-firmware | |
parent | Initial import, request and ebuild by robbat2 (bug 478852). (diff) | |
download | gentoo-2-81c2f10e6cbe80081829491ba2752f26f7bd0b3f.tar.gz gentoo-2-81c2f10e6cbe80081829491ba2752f26f7bd0b3f.tar.bz2 gentoo-2-81c2f10e6cbe80081829491ba2752f26f7bd0b3f.zip |
Version bump, drop old versions
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'sys-boot/raspberrypi-firmware')
-rw-r--r-- | sys-boot/raspberrypi-firmware/ChangeLog | 11 | ||||
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130715.ebuild | 62 | ||||
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130720.ebuild | 63 | ||||
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130801.ebuild (renamed from sys-boot/raspberrypi-firmware/raspberrypi-firmware-0_p20130711.ebuild) | 4 |
4 files changed, 12 insertions, 128 deletions
diff --git a/sys-boot/raspberrypi-firmware/ChangeLog b/sys-boot/raspberrypi-firmware/ChangeLog index fef7f13882e8..b55de95bcd64 100644 --- a/sys-boot/raspberrypi-firmware/ChangeLog +++ b/sys-boot/raspberrypi-firmware/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for sys-boot/raspberrypi-firmware # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/raspberrypi-firmware/ChangeLog,v 1.6 2013/07/23 06:20:20 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/raspberrypi-firmware/ChangeLog,v 1.7 2013/08/02 23:03:08 xmw Exp $ + +*raspberrypi-firmware-1_pre20130801 (02 Aug 2013) + + 02 Aug 2013; Michael Weber <xmw@gentoo.org> + +raspberrypi-firmware-1_pre20130801.ebuild, + -raspberrypi-firmware-0_p20130711.ebuild, + -raspberrypi-firmware-1_pre20130715.ebuild, + -raspberrypi-firmware-1_pre20130720.ebuild: + Version bump, drop old versions *raspberrypi-firmware-1_pre20130720 (23 Jul 2013) diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130715.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130715.ebuild deleted file mode 100644 index 19b667186808..000000000000 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130715.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130715.ebuild,v 1.2 2013/07/19 12:43:29 xmw Exp $ - -EAPI=5 - -inherit readme.gentoo - -DESCRIPTION="Raspberry PI boot loader and firmware" -HOMEPAGE="https://github.com/raspberrypi/firmware" -MY_COMMIT="9e9acf8978" -SRC_URI="" -for my_src_uri in bootcode.bin fixup{,_cd,_x}.dat start{,_cd,_x}.elf ; do - SRC_URI="${SRC_URI} https://github.com/raspberrypi/firmware/raw/${MY_COMMIT}/boot/${my_src_uri} -> ${PN}-${MY_COMMIT}-${my_src_uri}" -done - -LICENSE="GPL-2 raspberrypi-videocore-bin" -SLOT="0" -KEYWORDS="~arm -*" -IUSE="" - -DEPEND="" -RDEPEND="!sys-boot/raspberrypi-loader" - -S=${WORKDIR} - -RESTRICT="binchecks strip" - -src_unpack() { :; } - -pkg_preinst() { - if [ -z "${REPLACING_VERSIONS}" ] ; then - local msg="" - if [ -e "${D}"/boot/cmdline.txt -a -e /boot/cmdline.txt ] ; then - msg+="/boot/cmdline.txt " - fi - if [ -e "${D}"/boot/config.txt -a -e /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 durning install" - msg="${msg} and merge settings afterwards." - msg="${msg} Further updates will be CONFIG_PROTECTed." - die "${msg}" - fi - fi -} - -src_install() { - insinto /boot - local a - for a in ${A} ; do - newins "${DISTDIR}"/${a} ${a#${PN}-${MY_COMMIT}-} - done - newins "${FILESDIR}"/${PN}-0_p20130711-config.txt config.txt - newins "${FILESDIR}"/${PN}-0_p20130711-cmdline.txt cmdline.txt - newenvd "${FILESDIR}"/${PN}-0_p20130711-envd 90${PN} - readme.gentoo_create_doc -} - -DOC_CONTENTS="Please configure your ram setup by editing /boot/config.txt" diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130720.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130720.ebuild deleted file mode 100644 index de5e59557c2c..000000000000 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130720.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130720.ebuild,v 1.1 2013/07/23 06:20:20 xmw Exp $ - -EAPI=5 - -inherit readme.gentoo - -DESCRIPTION="Raspberry PI boot loader and firmware" -HOMEPAGE="https://github.com/raspberrypi/firmware" -MY_COMMIT="9e9acf8978" -MY_COMMIT="ff57475a21" -SRC_URI="" -for my_src_uri in bootcode.bin fixup{,_cd,_x}.dat start{,_cd,_x}.elf ; do - SRC_URI="${SRC_URI} https://github.com/raspberrypi/firmware/raw/${MY_COMMIT}/boot/${my_src_uri} -> ${PN}-${MY_COMMIT}-${my_src_uri}" -done - -LICENSE="GPL-2 raspberrypi-videocore-bin" -SLOT="0" -KEYWORDS="~arm -*" -IUSE="" - -DEPEND="" -RDEPEND="!sys-boot/raspberrypi-loader" - -S=${WORKDIR} - -RESTRICT="binchecks strip" - -src_unpack() { :; } - -pkg_preinst() { - if [ -z "${REPLACING_VERSIONS}" ] ; then - local msg="" - if [ -e "${D}"/boot/cmdline.txt -a -e /boot/cmdline.txt ] ; then - msg+="/boot/cmdline.txt " - fi - if [ -e "${D}"/boot/config.txt -a -e /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 durning install" - msg="${msg} and merge settings afterwards." - msg="${msg} Further updates will be CONFIG_PROTECTed." - die "${msg}" - fi - fi -} - -src_install() { - insinto /boot - local a - for a in ${A} ; do - newins "${DISTDIR}"/${a} ${a#${PN}-${MY_COMMIT}-} - done - newins "${FILESDIR}"/${PN}-0_p20130711-config.txt config.txt - newins "${FILESDIR}"/${PN}-0_p20130711-cmdline.txt cmdline.txt - newenvd "${FILESDIR}"/${PN}-0_p20130711-envd 90${PN} - readme.gentoo_create_doc -} - -DOC_CONTENTS="Please configure your ram setup by editing /boot/config.txt" diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-0_p20130711.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130801.ebuild index 2604f1c592cc..8af2a98f4456 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-0_p20130711.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130801.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/raspberrypi-firmware/raspberrypi-firmware-0_p20130711.ebuild,v 1.3 2013/07/19 12:43:29 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130801.ebuild,v 1.1 2013/08/02 23:03:08 xmw Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit readme.gentoo DESCRIPTION="Raspberry PI boot loader and firmware" HOMEPAGE="https://github.com/raspberrypi/firmware" -MY_COMMIT="ba8059e890" +MY_COMMIT="128fa52bbc" SRC_URI="" for my_src_uri in bootcode.bin fixup{,_cd,_x}.dat start{,_cd,_x}.elf ; do SRC_URI="${SRC_URI} https://github.com/raspberrypi/firmware/raw/${MY_COMMIT}/boot/${my_src_uri} -> ${PN}-${MY_COMMIT}-${my_src_uri}" |