diff options
author | Joshua Kinard <kumba@gentoo.org> | 2009-02-23 21:43:44 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2009-02-23 21:43:44 +0000 |
commit | 01c45937e98ee0db25280d06b2136140079bc480 (patch) | |
tree | 208a48840440c07d3b97ce69cf53ed35345e2541 /sys-kernel | |
parent | Removed the MY_P/MY_PN hack, fix is in the eclass (diff) | |
download | gentoo-2-01c45937e98ee0db25280d06b2136140079bc480.tar.gz gentoo-2-01c45937e98ee0db25280d06b2136140079bc480.tar.bz2 gentoo-2-01c45937e98ee0db25280d06b2136140079bc480.zip |
2.6.28.5 --> 2.6.28.7
(Portage version: 2.1.6.7/cvs/Linux mips64)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/mips-sources/ChangeLog | 8 | ||||
-rw-r--r-- | sys-kernel/mips-sources/mips-sources-2.6.28.7.ebuild (renamed from sys-kernel/mips-sources/mips-sources-2.6.28.5.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-kernel/mips-sources/ChangeLog b/sys-kernel/mips-sources/ChangeLog index f557299dfe6d..ba52f56d144a 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v 1.123 2009/02/15 22:40:36 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v 1.124 2009/02/23 21:43:44 kumba Exp $ + +*mips-sources-2.6.28.7 (23 Feb 2009) + + 23 Feb 2009; Joshua Kinard <kumba@gentoo.org> + -mips-sources-2.6.28.5.ebuild, +mips-sources-2.6.28.7.ebuild: + 2.6.28.5 --> 2.6.28.7 *mips-sources-2.6.28.5 (15 Feb 2009) diff --git a/sys-kernel/mips-sources/mips-sources-2.6.28.5.ebuild b/sys-kernel/mips-sources/mips-sources-2.6.28.7.ebuild index a64706159374..f0e0d89411f3 100644 --- a/sys-kernel/mips-sources/mips-sources-2.6.28.5.ebuild +++ b/sys-kernel/mips-sources/mips-sources-2.6.28.7.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 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.28.5.ebuild,v 1.1 2009/02/15 22:40:36 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-2.6.28.7.ebuild,v 1.1 2009/02/23 21:43:44 kumba Exp $ # INCLUDED: # 1) linux sources from kernel.org -# 2) linux-mips.org GIT snapshot diff from 30 Dec 2008 +# 2) linux-mips.org GIT snapshot diff from 23 Feb 2009 # 3) Generic Fixes # 4) Patch for the IOC3 Metadriver (IP27, IP30) # 5) Patch for IP30 Support @@ -15,7 +15,7 @@ # Version Data OKV=${PV/_/-} -GITDATE="20090215" # Date of diff between kernel.org and lmo GIT +GITDATE="20090223" # Date of diff between kernel.org and lmo GIT GENPATCHVER="1.34" # Tarball version for generic patches EXTRAVERSION="-mipsgit-${GITDATE}" KV="${OKV}${EXTRAVERSION}" |