From: Joshua Kinard Date: Tue, 3 Jan 2012 02:36:08 +0000 (+0000) Subject: Update the multicast patch in 3.0.9 to the one that was accepted by net-dev and remov... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=48b3c40183c3aff6b1162a617abfd27f291d699f;p=gentoo.git Update the multicast patch in 3.0.9 to the one that was accepted by net-dev and removed the cleanups patch. Ditto for 3.1.x, and update to 3.1.6. Package-Manager: portage-2.1.10.44/cvs/Linux x86_64 --- diff --git a/sys-kernel/mips-sources/ChangeLog b/sys-kernel/mips-sources/ChangeLog index c47edb76df12..484fb3d4aa5a 100644 --- a/sys-kernel/mips-sources/ChangeLog +++ b/sys-kernel/mips-sources/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for sys-kernel/mips-sources -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v 1.142 2011/12/18 03:54:19 kumba Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v 1.143 2012/01/03 02:36:08 kumba Exp $ + +*mips-sources-3.1.6 (02 Jan 2012) +*mips-sources-3.0.9-r1 (02 Jan 2012) + + 02 Jan 2012; Joshua Kinard -mips-sources-3.0.9.ebuild, + +mips-sources-3.0.9-r1.ebuild, -mips-sources-3.1.5.ebuild, + +mips-sources-3.1.6.ebuild: + Update the multicast patch in 3.0.9 to the one that was accepted by net-dev + and removed the cleanups patch. Ditto for 3.1.x, and update to 3.1.6. *mips-sources-3.1.5 (17 Dec 2011) *mips-sources-3.0.9 (17 Dec 2011) diff --git a/sys-kernel/mips-sources/mips-sources-3.0.9.ebuild b/sys-kernel/mips-sources/mips-sources-3.0.9-r1.ebuild similarity index 97% rename from sys-kernel/mips-sources/mips-sources-3.0.9.ebuild rename to sys-kernel/mips-sources/mips-sources-3.0.9-r1.ebuild index c315b5dbe151..699df1fedcbd 100644 --- a/sys-kernel/mips-sources/mips-sources-3.0.9.ebuild +++ b/sys-kernel/mips-sources/mips-sources-3.0.9-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-3.0.9.ebuild,v 1.1 2011/12/18 03:54:19 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-3.0.9-r1.ebuild,v 1.1 2012/01/03 02:36:08 kumba Exp $ # INCLUDED: # 1) linux sources from kernel.org @@ -16,7 +16,7 @@ # Version Data OKV=${PV/_/-} GITDATE="20110821" # Date of diff between kernel.org and lmo GIT -GENPATCHREV="2" # Tarball revision for patches +GENPATCHREV="3" # Tarball revision for patches # Directories S="${WORKDIR}/linux-${OKV}-${GITDATE}" diff --git a/sys-kernel/mips-sources/mips-sources-3.1.5.ebuild b/sys-kernel/mips-sources/mips-sources-3.1.6.ebuild similarity index 97% rename from sys-kernel/mips-sources/mips-sources-3.1.5.ebuild rename to sys-kernel/mips-sources/mips-sources-3.1.6.ebuild index 4228c6fc5ee0..d651f6a3c203 100644 --- a/sys-kernel/mips-sources/mips-sources-3.1.5.ebuild +++ b/sys-kernel/mips-sources/mips-sources-3.1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-3.1.5.ebuild,v 1.1 2011/12/18 03:54:19 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-3.1.6.ebuild,v 1.1 2012/01/03 02:36:08 kumba Exp $ # INCLUDED: # 1) linux sources from kernel.org @@ -16,7 +16,7 @@ # Version Data OKV=${PV/_/-} GITDATE="20111216" # Date of diff between kernel.org and lmo GIT -GENPATCHREV="1" # Tarball revision for patches +GENPATCHREV="2" # Tarball revision for patches # Directories S="${WORKDIR}/linux-${OKV}-${GITDATE}"