xmw 14/08/29 21:21:20
Modified: ChangeLog
Added: raspberrypi-sources-3.16.9999.ebuild
Removed: raspberrypi-sources-3.11.9999.ebuild
raspberrypi-sources-3.8.9999.ebuild
raspberrypi-sources-3.6.9999.ebuild
raspberrypi-sources-3.9.9999.ebuild
raspberrypi-sources-3.6.11-r20130711.ebuild
raspberrypi-sources-3.9.10_pre-r20130715.ebuild
Log:
drop old versions, version bump
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key
62EEF090)
Revision Changes Path
1.6 sys-kernel/raspberrypi-sources/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 26 Dec 2013 23:43:10 -0000 1.5
+++ ChangeLog 29 Aug 2014 21:21:20 -0000 1.6
@@ -1,6 +1,16 @@
# ChangeLog for sys-kernel/raspberrypi-sources
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog,v
1.5 2013/12/26 23:43:10 xmw Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog,v
1.6 2014/08/29 21:21:20 xmw Exp $
+
+*raspberrypi-sources-3.16.9999 (29 Aug 2014)
+
+ 29 Aug 2014; Michael Weber <[email protected]>
+ +raspberrypi-sources-3.16.9999.ebuild, -raspberrypi-sources-3.11.9999.ebuild,
+ -raspberrypi-sources-3.6.11-r20130711.ebuild,
+ -raspberrypi-sources-3.6.9999.ebuild, -raspberrypi-sources-3.8.9999.ebuild,
+ -raspberrypi-sources-3.9.10_pre-r20130715.ebuild,
+ -raspberrypi-sources-3.9.9999.ebuild:
+ drop old versions, version bump
*raspberrypi-sources-3.12.9999 (26 Dec 2013)
1.1
sys-kernel/raspberrypi-sources/raspberrypi-sources-3.16.9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.16.9999.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.16.9999.ebuild?rev=1.1&content-type=text/plain
Index: raspberrypi-sources-3.16.9999.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.16.9999.ebuild,v
1.1 2014/08/29 21:21:20 xmw Exp $
EAPI=5
ETYPE=sources
K_DEFCONFIG="bcmrpi_defconfig"
K_SECURITY_UNSUPPORTED=1
EXTRAVERSION="-${PN}/-*"
inherit kernel-2
detect_version
detect_arch
inherit git-2 versionator
EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
EGIT_PROJECT="raspberrypi-linux.git"
EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
DESCRIPTION="Raspberry PI kernel sources"
HOMEPAGE="https://github.com/raspberrypi/linux"
KEYWORDS=""
src_unpack() {
git-2_src_unpack
unpack_set_extraversion
}