Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/raspberrypi-sources: raspberrypi-sources-3.16.9999.ebuild ChangeLog 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
Date: Fri, 29 Aug 2014 21:21:27
Message-Id: 20140829212120.911D7432B@oystercatcher.gentoo.org
1 xmw 14/08/29 21:21:20
2
3 Modified: ChangeLog
4 Added: raspberrypi-sources-3.16.9999.ebuild
5 Removed: raspberrypi-sources-3.11.9999.ebuild
6 raspberrypi-sources-3.8.9999.ebuild
7 raspberrypi-sources-3.6.9999.ebuild
8 raspberrypi-sources-3.9.9999.ebuild
9 raspberrypi-sources-3.6.11-r20130711.ebuild
10 raspberrypi-sources-3.9.10_pre-r20130715.ebuild
11 Log:
12 drop old versions, version bump
13
14 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
15
16 Revision Changes Path
17 1.6 sys-kernel/raspberrypi-sources/ChangeLog
18
19 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog?rev=1.6&view=markup
20 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog?rev=1.6&content-type=text/plain
21 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog?r1=1.5&r2=1.6
22
23 Index: ChangeLog
24 ===================================================================
25 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog,v
26 retrieving revision 1.5
27 retrieving revision 1.6
28 diff -u -r1.5 -r1.6
29 --- ChangeLog 26 Dec 2013 23:43:10 -0000 1.5
30 +++ ChangeLog 29 Aug 2014 21:21:20 -0000 1.6
31 @@ -1,6 +1,16 @@
32 # ChangeLog for sys-kernel/raspberrypi-sources
33 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
34 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog,v 1.5 2013/12/26 23:43:10 xmw Exp $
35 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
36 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog,v 1.6 2014/08/29 21:21:20 xmw Exp $
37 +
38 +*raspberrypi-sources-3.16.9999 (29 Aug 2014)
39 +
40 + 29 Aug 2014; Michael Weber <xmw@g.o>
41 + +raspberrypi-sources-3.16.9999.ebuild, -raspberrypi-sources-3.11.9999.ebuild,
42 + -raspberrypi-sources-3.6.11-r20130711.ebuild,
43 + -raspberrypi-sources-3.6.9999.ebuild, -raspberrypi-sources-3.8.9999.ebuild,
44 + -raspberrypi-sources-3.9.10_pre-r20130715.ebuild,
45 + -raspberrypi-sources-3.9.9999.ebuild:
46 + drop old versions, version bump
47
48 *raspberrypi-sources-3.12.9999 (26 Dec 2013)
49
50
51
52
53 1.1 sys-kernel/raspberrypi-sources/raspberrypi-sources-3.16.9999.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.16.9999.ebuild?rev=1.1&view=markup
56 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
57
58 Index: raspberrypi-sources-3.16.9999.ebuild
59 ===================================================================
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $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 $
63
64 EAPI=5
65
66 ETYPE=sources
67 K_DEFCONFIG="bcmrpi_defconfig"
68 K_SECURITY_UNSUPPORTED=1
69 EXTRAVERSION="-${PN}/-*"
70 inherit kernel-2
71 detect_version
72 detect_arch
73
74 inherit git-2 versionator
75 EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
76 EGIT_PROJECT="raspberrypi-linux.git"
77 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
78
79 DESCRIPTION="Raspberry PI kernel sources"
80 HOMEPAGE="https://github.com/raspberrypi/linux"
81
82 KEYWORDS=""
83
84 src_unpack() {
85 git-2_src_unpack
86 unpack_set_extraversion
87 }