Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/git-sources: git-sources-3.10_rc4.ebuild ChangeLog
Date: Mon, 03 Jun 2013 19:11:47
Message-Id: 20130603191141.6946B2171D@flycatcher.gentoo.org
1 tomwij 13/06/03 19:11:41
2
3 Modified: ChangeLog
4 Added: git-sources-3.10_rc4.ebuild
5 Log:
6 Linux patch 3.10_rc4; generated by difference between unpacked linux-3.9.tar.xz and linux-3.10-rc4.tar.xz contents (diff -urN linux-3.9 linux-3.10-rc4), rehosted on Gentoo Infrastructure.
7
8 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
9
10 Revision Changes Path
11 1.1343 sys-kernel/git-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.1343&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.1343&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.1342&r2=1.1343
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
20 retrieving revision 1.1342
21 retrieving revision 1.1343
22 diff -u -r1.1342 -r1.1343
23 --- ChangeLog 29 May 2013 08:49:00 -0000 1.1342
24 +++ ChangeLog 3 Jun 2013 19:11:41 -0000 1.1343
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sys-kernel/git-sources
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1342 2013/05/29 08:49:00 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1343 2013/06/03 19:11:41 tomwij Exp $
30 +
31 +*git-sources-3.10_rc4 (03 Jun 2013)
32 +
33 + 03 Jun 2013; Tom Wijsman <TomWij@g.o> +git-sources-3.10_rc4.ebuild:
34 + Linux patch 3.10_rc4; generated by difference between unpacked
35 + linux-3.9.tar.xz and linux-3.10-rc4.tar.xz contents (diff -urN linux-3.9
36 + linux-3.10-rc4), rehosted on Gentoo Infrastructure.
37
38 *git-sources-3.10_rc3 (29 May 2013)
39
40
41
42
43 1.1 sys-kernel/git-sources/git-sources-3.10_rc4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-3.10_rc4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-3.10_rc4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: git-sources-3.10_rc4.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.10_rc4.ebuild,v 1.1 2013/06/03 19:11:41 tomwij Exp $
53
54 EAPI="5"
55
56 #
57 # Tom Wijsman <TomWij@g.o>: Do not use this ebuild for future bumps, this
58 # is a temporary ebuild because no patches were made available for this bump.
59 #
60
61 UNIPATCH_STRICTORDER="yes"
62 K_NOUSENAME="yes"
63 K_NOSETEXTRAVERSION="yes"
64 K_NOUSEPR="yes"
65 K_SECURITY_UNSUPPORTED="yes"
66 K_DEBLOB_AVAILABLE=0
67 ETYPE="sources"
68 CKV="${PVR/-r/-git}"
69
70 # only use this if it's not an _rc/_pre release
71 [ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
72 inherit kernel-2
73 detect_version
74
75 DESCRIPTION="The very latest -git version of the Linux kernel"
76 HOMEPAGE="http://www.kernel.org"
77 SRC_URI="${KERNEL_BASE_URI}/linux-3.9.tar.xz
78 http://dev.gentoo.org/~tomwij/files/dist/patch-${PVR/_/-}.xz"
79
80 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
81 IUSE=""
82
83 K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
84 experimental nature. If you have any issues, try a matching vanilla-sources
85 ebuild -- if the problem is not there, please contact the upstream kernel
86 developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to
87 report the problem so it can be fixed in time for the next kernel release."
88
89 pkg_postinst() {
90 postinst_sources
91 }