From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-image/
Date: Tue, 15 Mar 2016 13:49:59 +0000 (UTC) [thread overview]
Message-ID: <1458049703.feb0d95c24e872acd93ffd4ed0380e9ef47ad05c.xmw@gentoo> (raw)
commit: feb0d95c24e872acd93ffd4ed0380e9ef47ad05c
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 13:27:55 2016 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 13:48:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb0d95c
sys-kernel/raspberrypi-image: Drop old.
Package-Manager: portage-2.2.28
sys-kernel/raspberrypi-image/Manifest | 3 --
.../raspberrypi-image-4.0.4_pre-r20150523.ebuild | 33 ----------------------
.../raspberrypi-image-4.1.17_pre-r20160209.ebuild | 33 ----------------------
.../raspberrypi-image-4.4.1_pre-r20160209.ebuild | 33 ----------------------
4 files changed, 102 deletions(-)
diff --git a/sys-kernel/raspberrypi-image/Manifest b/sys-kernel/raspberrypi-image/Manifest
index 3db7a9f..bacb97e 100644
--- a/sys-kernel/raspberrypi-image/Manifest
+++ b/sys-kernel/raspberrypi-image/Manifest
@@ -1,4 +1 @@
DIST raspberrypi-firmware-1.20160209.tar.gz 114792438 SHA256 ca6a88db72e90ef821b8ca7755bbee9c1d5bdb9a621a45eb029af195d2d29751 SHA512 281092c11d422d821e5e2b0479c3b8f891f8df66cfbf931992902d759c99ed40cbb2d9fada1f944372e5bcd8af69784739e79e9912db3482892b10bf668611f2 WHIRLPOOL 81974a53562ee91544d7a01dc9f4f4173a6e882891f8cf744b700162ddd8f8607b1cfcbbde04cafe2bcea47489f9ea4fd8840adf776e806bef0dba574448e76e
-DIST raspberrypi-image-4.0.4_pre-r20150523.tar.xz 13052304 SHA256 3cbe55ffccb6e7067f37b57a3bbcc7676ed89ae639f8663e17c94f0c8ec99d31 SHA512 c33517321769e5267d7084e82b54d9548bed77fed1755fd5985ac648cb5721fc462f2c062d0e003171eb4b0ccd3e5b0d7b41fc6783c6dd85f86089f54d8bbe60 WHIRLPOOL ef9359919e3da0de0edce3bacc16c70cb36fa66dc13051bde8c4dcb7c47782cd18fe8ed65ff992ae00454b109293ecbee4d71699adc78a7d17e903d1e91cd603
-DIST raspberrypi-image-4.1.17_pre-r20160209.tar.xz 13642752 SHA256 ad4c1069d19c34a05272fab1c326996b32510baac66bda5e50fb7356638849d0 SHA512 ac260fbb6dc3f8417d87624b2771b219f5a754618242cfa80c0e465902140c5715aca75a09e8827d096bb99688e0ac2b262bbadb98f1a47998a0febb0b99a96a WHIRLPOOL a3c44e28a07def36578de77352f76135a1c33de3148ad118fe466076c30dc06f6298b4fcffeb885c85f6e07330fd3dae2a608a2b6247ee193c586ad879d82e83
-DIST raspberrypi-image-4.4.1_pre-r20160209.tar.xz 13982668 SHA256 1f92aa045148c406491a1d83494e6d4463480f5ec4139f51d91fe81de5889658 SHA512 3ec1913c5d09110912a92aac546e5ec4965b7e5ae98f2561ca569982c5707a1377c47bff55f5c0c8e4db3b6a9b65b09d8ac6bb4112cff5b9396874c33be8c5de WHIRLPOOL 3ce35c3b6fd45d70d522c09fd0db2eb9c836a1c3b6f546d82d9fbc57ab2a5c4d94416b81c9705e3c1977813717bb5423cb7c17115c566a9a5a7a35fce31feafc
diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-4.0.4_pre-r20150523.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-4.0.4_pre-r20150523.ebuild
deleted file mode 100644
index 1e4eef4..0000000
--- a/sys-kernel/raspberrypi-image/raspberrypi-image-4.0.4_pre-r20150523.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Raspberry PI precompiled kernel and modules"
-HOMEPAGE="https://github.com/raspberrypi/firmware"
-SRC_URI="https://dev.gentoo.org/~xmw/${PN}/${PF}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="${PVR}"
-KEYWORDS="~arm -*"
-IUSE=""
-
-S=${WORKDIR}
-
-RESTRICT="binchecks mirror strip"
-
-src_prepare() {
- #hide kernel vectors
- chmod go= boot/System* || die
- # on a filesystem with permissions
- mv boot/System* lib/modules/* || die
- elog "System.map has been moved to $(ls -d lib/modules/*)"
-}
-
-src_install() {
- mv -v boot "${D}" || die
-
- dodir /lib
- mv -v lib/modules "${D}"/lib || die
-}
diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_pre-r20160209.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_pre-r20160209.ebuild
deleted file mode 100644
index 1e4eef4..0000000
--- a/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_pre-r20160209.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Raspberry PI precompiled kernel and modules"
-HOMEPAGE="https://github.com/raspberrypi/firmware"
-SRC_URI="https://dev.gentoo.org/~xmw/${PN}/${PF}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="${PVR}"
-KEYWORDS="~arm -*"
-IUSE=""
-
-S=${WORKDIR}
-
-RESTRICT="binchecks mirror strip"
-
-src_prepare() {
- #hide kernel vectors
- chmod go= boot/System* || die
- # on a filesystem with permissions
- mv boot/System* lib/modules/* || die
- elog "System.map has been moved to $(ls -d lib/modules/*)"
-}
-
-src_install() {
- mv -v boot "${D}" || die
-
- dodir /lib
- mv -v lib/modules "${D}"/lib || die
-}
diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-4.4.1_pre-r20160209.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-4.4.1_pre-r20160209.ebuild
deleted file mode 100644
index 1e4eef4..0000000
--- a/sys-kernel/raspberrypi-image/raspberrypi-image-4.4.1_pre-r20160209.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Raspberry PI precompiled kernel and modules"
-HOMEPAGE="https://github.com/raspberrypi/firmware"
-SRC_URI="https://dev.gentoo.org/~xmw/${PN}/${PF}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="${PVR}"
-KEYWORDS="~arm -*"
-IUSE=""
-
-S=${WORKDIR}
-
-RESTRICT="binchecks mirror strip"
-
-src_prepare() {
- #hide kernel vectors
- chmod go= boot/System* || die
- # on a filesystem with permissions
- mv boot/System* lib/modules/* || die
- elog "System.map has been moved to $(ls -d lib/modules/*)"
-}
-
-src_install() {
- mv -v boot "${D}" || die
-
- dodir /lib
- mv -v lib/modules "${D}"/lib || die
-}
next reply other threads:[~2016-03-15 13:50 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-15 13:49 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-24 14:55 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-image/ Viorel Munteanu
2024-10-24 11:42 Viorel Munteanu
2024-09-03 17:22 Viorel Munteanu
2024-08-13 14:57 Arthur Zamarin
2024-08-13 14:57 Arthur Zamarin
2024-07-12 16:57 Viorel Munteanu
2024-06-17 12:57 Arthur Zamarin
2024-05-16 17:17 Viorel Munteanu
2024-04-20 3:20 Sam James
2023-06-07 16:39 Sam James
2022-07-30 2:22 Sam James
2022-04-09 19:39 Arthur Zamarin
2022-04-09 19:31 Arthur Zamarin
2021-11-21 8:21 Sam James
2021-06-21 22:36 Sam James
2021-02-14 3:23 Sam James
2020-12-29 23:47 Sam James
2020-12-15 3:06 Sam James
2020-11-23 4:41 Sam James
2020-10-13 22:39 Sam James
2020-10-13 22:39 Sam James
2020-07-28 0:10 Sam James
2019-12-03 13:34 Andrey Utkin
2019-12-03 13:34 Andrey Utkin
2019-07-15 20:31 Andrey Utkin
2019-07-15 20:31 Andrey Utkin
2019-07-05 21:38 Andrey Utkin
2019-03-25 0:19 Andrey Utkin
2019-03-25 0:19 Andrey Utkin
2019-03-25 0:19 Andrey Utkin
2019-03-25 0:19 Andrey Utkin
2019-03-25 0:19 Andrey Utkin
2019-03-25 0:19 Andrey Utkin
2019-03-25 0:19 Andrey Utkin
2019-03-25 0:19 Andrey Utkin
2019-03-25 0:19 Andrey Utkin
2019-03-25 0:19 Andrey Utkin
2019-03-25 0:19 Andrey Utkin
2019-03-25 0:19 Andrey Utkin
2019-03-25 0:19 Andrey Utkin
2019-03-25 0:19 Andrey Utkin
2017-10-15 9:21 Michael Palimaka
2016-03-15 13:49 Michael Weber
2016-02-20 12:07 Michael Weber
2016-02-20 9:11 Patrick Lauer
2016-02-19 22:48 Michael Weber
2016-02-19 22:48 Michael Weber
2016-02-11 12:58 Michael Weber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1458049703.feb0d95c24e872acd93ffd4ed0380e9ef47ad05c.xmw@gentoo \
--to=xmw@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox