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