Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Mike Pagano (mpagano)" <mpagano@g.o>
|
|
Subject:
|
gentoo-x86 commit in sys-kernel/git-sources: git-sources-2.6.29_rc1-r3.ebuild ChangeLog git-sources-2.6.28-r8.ebuild
|
|
Date:
|
Tue, 13 Jan 2009 14:10:29 +0000
|
|
mpagano 09/01/13 14:10:29
Modified: ChangeLog
Added: git-sources-2.6.29_rc1-r3.ebuild
Removed: git-sources-2.6.28-r8.ebuild
Log:
Version bump and old version cleanup
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo i686)
Revision Changes Path
1.436 sys-kernel/git-sources/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.436&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.436&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.435&r2=1.436
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
retrieving revision 1.435
retrieving revision 1.436
diff -u -r1.435 -r1.436
--- ChangeLog 13 Jan 2009 00:41:29 -0000 1.435
+++ ChangeLog 13 Jan 2009 14:10:29 -0000 1.436
@@ -1,6 +1,12 @@
# ChangeLog for sys-kernel/git-sources
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.435 2009/01/13 00:41:29 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.436 2009/01/13 14:10:29 mpagano Exp $
+
+*git-sources-2.6.29_rc1-r3 (13 Jan 2009)
+
+ 13 Jan 2009; Mike Pagano <mpagano@g.o>
+ -git-sources-2.6.28-r8.ebuild, +git-sources-2.6.29_rc1-r3.ebuild:
+ Version bump and old version cleanup
13 Jan 2009; Mike Pagano <mpagano@g.o>
-git-sources-2.6.28-r7.ebuild, -git-sources-2.6.28-r9.ebuild,
1.1 sys-kernel/git-sources/git-sources-2.6.29_rc1-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.29_rc1-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.29_rc1-r3.ebuild?rev=1.1&content-type=text/plain
Index: git-sources-2.6.29_rc1-r3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.29_rc1-r3.ebuild,v 1.1 2009/01/13 14:10:29 mpagano Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
inherit kernel-2
detect_version
DESCRIPTION="The very latest -git version of the Linux kernel"
HOMEPAGE="http://www.kernel.org"
#SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2"
SRC_URI="${KERNEL_URI}"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
experimental nature. If you have any issues, try a matching vanilla-sources
ebuild -- if the problem is not there, please contact the upstream kernel
developers at http://bugme.osdl.org and on the linux-kernel mailing list to
report the problem so it can be fixed in time for the next kernel release."
pkg_postinst() {
postinst_sources
}
|
|