public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-kernel/raspberrypi-image: raspberrypi-image-9999.3.9.ebuild raspberrypi-image-9999.3.6.ebuild raspberrypi-image-3.9.10_pre20130715.ebuild ChangeLog raspberrypi-image-9999.ebuild
@ 2013-07-17 18:10 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2013-07-17 18:10 UTC (permalink / raw
  To: gentoo-commits

xmw         13/07/17 18:10:00

  Modified:             ChangeLog
  Added:                raspberrypi-image-9999.3.9.ebuild
                        raspberrypi-image-9999.3.6.ebuild
                        raspberrypi-image-3.9.10_pre20130715.ebuild
  Removed:              raspberrypi-image-9999.ebuild
  Log:
  Version bump to next branch
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.3                  sys-kernel/raspberrypi-image/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-image/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-image/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-image/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-image/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	15 Jul 2013 16:39:59 -0000	1.2
+++ ChangeLog	17 Jul 2013 18:10:00 -0000	1.3
@@ -1,6 +1,16 @@
 # ChangeLog for sys-kernel/raspberrypi-image
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-image/ChangeLog,v 1.2 2013/07/15 16:39:59 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-image/ChangeLog,v 1.3 2013/07/17 18:10:00 xmw Exp $
+
+*raspberrypi-image-9999.3.6 (17 Jul 2013)
+*raspberrypi-image-9999.3.9 (17 Jul 2013)
+*raspberrypi-image-3.9.10_pre20130715 (17 Jul 2013)
+
+  17 Jul 2013; Michael Weber <xmw@gentoo.org>
+  +raspberrypi-image-3.9.10_pre20130715.ebuild,
+  +raspberrypi-image-9999.3.6.ebuild, +raspberrypi-image-9999.3.9.ebuild,
+  -raspberrypi-image-9999.ebuild:
+  Version bump to next branch
 
   15 Jul 2013; Michael Weber <xmw@gentoo.org>
   raspberrypi-image-3.6.11_p20130711.ebuild:



1.1                  sys-kernel/raspberrypi-image/raspberrypi-image-9999.3.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-image/raspberrypi-image-9999.3.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-image/raspberrypi-image-9999.3.9.ebuild?rev=1.1&content-type=text/plain

Index: raspberrypi-image-9999.3.9.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-image/raspberrypi-image-9999.3.9.ebuild,v 1.1 2013/07/17 18:10:00 xmw Exp $

EAPI=5

inherit git-2 versionator

DESCRIPTION="Raspberry PI precompiled kernel and modules"
HOMEPAGE="https://github.com/raspberrypi/firmware"
EGIT_REPO_URI="https://github.com/raspberrypi/firmware.git"
EGIT_PROJECT="raspberrypi-firmware.git"
EGIT_BRANCH="next"

LICENSE="GPL-2 raspberrypi-videocore-bin"
SLOT="${PV}"
KEYWORDS=""
IUSE="doc"

RESTRICT="binchecks strip"

src_install() {
	MY_PV=$(awk '{ print $3 }' extra/uname_string)
	insinto /boot
	local suffix
	for suffix in "" "_emergency" ; do
		newins boot/kernel${suffix}.img kernel-${MY_PV}${suffix}.img
		newins extra/System${suffix}.map System-${MY_PV}${suffix}.map
		newins extra/Module${suffix}.symvers Module-${MY_PV}${suffix}.symvers
	done

	insinto /lib/modules
	doins -r modules/${MY_PV}

	if use doc ; then
		dohtml documentation/ilcomponents/*
	fi
}



1.1                  sys-kernel/raspberrypi-image/raspberrypi-image-9999.3.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-image/raspberrypi-image-9999.3.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-image/raspberrypi-image-9999.3.6.ebuild?rev=1.1&content-type=text/plain

Index: raspberrypi-image-9999.3.6.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-image/raspberrypi-image-9999.3.6.ebuild,v 1.1 2013/07/17 18:10:00 xmw Exp $

EAPI=5

inherit git-2 versionator

DESCRIPTION="Raspberry PI precompiled kernel and modules"
HOMEPAGE="https://github.com/raspberrypi/firmware"
EGIT_REPO_URI="https://github.com/raspberrypi/firmware.git"
EGIT_PROJECT="raspberrypi-firmware.git"
EGIT_BRANCH="master"

LICENSE="GPL-2 raspberrypi-videocore-bin"
SLOT="${PV}"
KEYWORDS=""
IUSE="doc"

RESTRICT="binchecks strip"

src_install() {
	MY_PV=$(awk '{ print $3 }' extra/uname_string)
	insinto /boot
	local suffix
	for suffix in "" "_emergency" ; do
		newins boot/kernel${suffix}.img kernel-${MY_PV}${suffix}.img
		newins extra/System${suffix}.map System-${MY_PV}${suffix}.map
		newins extra/Module${suffix}.symvers Module-${MY_PV}${suffix}.symvers
	done

	insinto /lib/modules
	doins -r modules/${MY_PV}

	if use doc ; then
		dohtml documentation/ilcomponents/*
	fi
}



1.1                  sys-kernel/raspberrypi-image/raspberrypi-image-3.9.10_pre20130715.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-image/raspberrypi-image-3.9.10_pre20130715.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-image/raspberrypi-image-3.9.10_pre20130715.ebuild?rev=1.1&content-type=text/plain

Index: raspberrypi-image-3.9.10_pre20130715.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-image/raspberrypi-image-3.9.10_pre20130715.ebuild,v 1.1 2013/07/17 18:10:00 xmw Exp $

EAPI=5

inherit vcs-snapshot

DESCRIPTION="Raspberry PI precompiled kernel and modules"
HOMEPAGE="https://github.com/raspberrypi/firmware"
MY_COMMIT="9e9acf8978"
SRC_URI="https://github.com/raspberrypi/firmware/tarball/${MY_COMMIT} ->
	raspberrypi-firmware-${MY_COMMIT}.tar.gz"

LICENSE="GPL-2 raspberrypi-videocore-bin"
SLOT="3.9.10"
KEYWORDS="~arm -*"
IUSE="doc"

S=${WORKDIR}/raspberrypi-firmware-${MY_COMMIT}

RESTRICT="binchecks strip"

src_install() {
	insinto /boot
	local suffix
	for suffix in "" "_emergency" ; do
		newins boot/kernel${suffix}.img kernel-${SLOT}${suffix}+.img
		newins extra/System${suffix}.map System-${SLOT}${suffix}+.map
		newins extra/Module${suffix}.symvers Module-${SLOT}${suffix}+.symvers
	done

	insinto /lib/modules
	doins -r modules/${SLOT}+

	if use doc ; then
		dohtml documentation/ilcomponents/*
	fi
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-17 18:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-17 18:10 [gentoo-commits] gentoo-x86 commit in sys-kernel/raspberrypi-image: raspberrypi-image-9999.3.9.ebuild raspberrypi-image-9999.3.6.ebuild raspberrypi-image-3.9.10_pre20130715.ebuild ChangeLog raspberrypi-image-9999.ebuild Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox