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