Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/git-sources: ChangeLog git-sources-2.6.33_rc3.ebuild git-sources-2.6.33_rc1-r1.ebuild git-sources-2.6.33_rc1.ebuild git-sources-2.6.33_rc1-r2.ebuild git-sources-2.6.33_rc1-r3.ebuild git-sources-2.6.33_rc1-r4.ebuild
Date: Wed, 06 Jan 2010 01:41:00
Message-Id: E1NSKtM-0007Yz-HU@stork.gentoo.org
1 mpagano 10/01/06 01:40:56
2
3 Modified: ChangeLog
4 Added: git-sources-2.6.33_rc3.ebuild
5 Removed: git-sources-2.6.33_rc1-r1.ebuild
6 git-sources-2.6.33_rc1.ebuild
7 git-sources-2.6.33_rc1-r2.ebuild
8 git-sources-2.6.33_rc1-r3.ebuild
9 git-sources-2.6.33_rc1-r4.ebuild
10 Log:
11 Version bump and old version cleanup
12 (Portage version: 2.2_rc61/cvs/Linux i686)
13
14 Revision Changes Path
15 1.705 sys-kernel/git-sources/ChangeLog
16
17 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.705&view=markup
18 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.705&content-type=text/plain
19 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.704&r2=1.705
20
21 Index: ChangeLog
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
24 retrieving revision 1.704
25 retrieving revision 1.705
26 diff -u -r1.704 -r1.705
27 --- ChangeLog 3 Jan 2010 00:57:11 -0000 1.704
28 +++ ChangeLog 6 Jan 2010 01:40:56 -0000 1.705
29 @@ -1,6 +1,14 @@
30 # ChangeLog for sys-kernel/git-sources
31 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
32 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.704 2010/01/03 00:57:11 mpagano Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.705 2010/01/06 01:40:56 mpagano Exp $
34 +
35 +*git-sources-2.6.33_rc3 (06 Jan 2010)
36 +
37 + 06 Jan 2010; Mike Pagano <mpagano@g.o>
38 + -git-sources-2.6.33_rc1.ebuild, -git-sources-2.6.33_rc1-r1.ebuild,
39 + -git-sources-2.6.33_rc1-r2.ebuild, -git-sources-2.6.33_rc1-r3.ebuild,
40 + -git-sources-2.6.33_rc1-r4.ebuild, +git-sources-2.6.33_rc3.ebuild:
41 + Version bump and old version cleanup
42
43 *git-sources-2.6.33_rc2-r5 (03 Jan 2010)
44
45
46
47
48 1.1 sys-kernel/git-sources/git-sources-2.6.33_rc3.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.33_rc3.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.33_rc3.ebuild?rev=1.1&content-type=text/plain
52
53 Index: git-sources-2.6.33_rc3.ebuild
54 ===================================================================
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.33_rc3.ebuild,v 1.1 2010/01/06 01:40:56 mpagano Exp $
58
59 UNIPATCH_STRICTORDER="yes"
60 K_NOUSENAME="yes"
61 K_NOSETEXTRAVERSION="yes"
62 K_NOUSEPR="yes"
63 K_SECURITY_UNSUPPORTED="yes"
64 ETYPE="sources"
65 CKV="${PVR/-r/-git}"
66 # only use this if it's not an _rc/_pre release
67 [ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
68 inherit kernel-2
69 detect_version
70
71 DESCRIPTION="The very latest -git version of the Linux kernel"
72 HOMEPAGE="http://www.kernel.org"
73 #SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2"
74 SRC_URI="${KERNEL_URI}"
75 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
76 IUSE=""
77
78 K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
79 experimental nature. If you have any issues, try a matching vanilla-sources
80 ebuild -- if the problem is not there, please contact the upstream kernel
81 developers at http://bugme.osdl.org and on the linux-kernel mailing list to
82 report the problem so it can be fixed in time for the next kernel release."
83
84 pkg_postinst() {
85 postinst_sources
86 }