diff options
author | Joshua Kinard <kumba@gentoo.org> | 2008-11-16 09:27:45 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2008-11-16 09:27:45 +0000 |
commit | 34df6f3197700fadbf58cb9afb3f1aff7e93d17e (patch) | |
tree | 60b4a242a92bc09c01bf54923ddf460176f66cdc /sys-kernel/mips-sources | |
parent | Stable for amd64, tested by drac. Bug 246717. (diff) | |
download | gentoo-2-34df6f3197700fadbf58cb9afb3f1aff7e93d17e.tar.gz gentoo-2-34df6f3197700fadbf58cb9afb3f1aff7e93d17e.tar.bz2 gentoo-2-34df6f3197700fadbf58cb9afb3f1aff7e93d17e.zip |
Update 2.6.27.4 to 2.6.27.6
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.6-mipsgit-20081115 mips64)
Diffstat (limited to 'sys-kernel/mips-sources')
-rw-r--r-- | sys-kernel/mips-sources/ChangeLog | 8 | ||||
-rw-r--r-- | sys-kernel/mips-sources/mips-sources-2.6.27.6.ebuild (renamed from sys-kernel/mips-sources/mips-sources-2.6.27.4.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-kernel/mips-sources/ChangeLog b/sys-kernel/mips-sources/ChangeLog index 6d07c3707418..4d329fbb7410 100644 --- a/sys-kernel/mips-sources/ChangeLog +++ b/sys-kernel/mips-sources/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/mips-sources # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v 1.117 2008/10/30 07:53:10 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v 1.118 2008/11/16 09:27:45 kumba Exp $ + +*mips-sources-2.6.27.6 (16 Nov 2008) + + 16 Nov 2008; Joshua Kinard <kumba@gentoo.org> + -mips-sources-2.6.27.4.ebuild, +mips-sources-2.6.27.6.ebuild: + Update 2.6.27.4 to 2.6.27.6 *mips-sources-2.6.27.4 (30 Oct 2008) diff --git a/sys-kernel/mips-sources/mips-sources-2.6.27.4.ebuild b/sys-kernel/mips-sources/mips-sources-2.6.27.6.ebuild index 580ca137f8c8..adda2d9f5f04 100644 --- a/sys-kernel/mips-sources/mips-sources-2.6.27.4.ebuild +++ b/sys-kernel/mips-sources/mips-sources-2.6.27.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-2.6.27.4.ebuild,v 1.2 2008/11/03 16:42:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-2.6.27.6.ebuild,v 1.1 2008/11/16 09:27:45 kumba Exp $ # INCLUDED: # 1) linux sources from kernel.org @@ -15,7 +15,7 @@ # Version Data OKV=${PV/_/-} -GITDATE="20081028" # Date of diff between kernel.org and lmo GIT +GITDATE="20081115" # Date of diff between kernel.org and lmo GIT GENPATCHVER="1.33" # Tarball version for generic patches EXTRAVERSION="-mipsgit-${GITDATE}" KV="${OKV}${EXTRAVERSION}" @@ -44,7 +44,7 @@ USE_RC="no" # If set to "yes", then attempt to use an RC kernel USE_PNT="yes" # If set to "yes", then attempt to use a point-release (2.6.x.y) # Machine Support Control Variables -DO_IP22="test" # If "yes", enable IP22 support (SGI Indy, Indigo2 R4x00) +DO_IP22="yes" # If "yes", enable IP22 support (SGI Indy, Indigo2 R4x00) DO_IP27="yes" # IP27 support (SGI Origin) DO_IP28="yes" # IP28 support (SGI Indigo2 Impact R10000) DO_IP30="yes" # IP30 support (SGI Octane) |