public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-3.0.6.ebuild ChangeLog
@ 2011-10-10 17:35 Mike Pagano (mpagano)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Pagano (mpagano) @ 2011-10-10 17:35 UTC (permalink / raw
  To: gentoo-commits

mpagano     11/10/10 17:35:33

  Modified:             ChangeLog
  Added:                vanilla-sources-3.0.6.ebuild
  Log:
  Version bump, retrieve from git.kernel.org temporarily until mirrors are back online.
  
  (Portage version: 2.2.0_alpha65/cvs/Linux x86_64)

Revision  Changes    Path
1.902                sys-kernel/vanilla-sources/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.902&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.902&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?r1=1.901&r2=1.902

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.901
retrieving revision 1.902
diff -u -r1.901 -r1.902
--- ChangeLog	3 Oct 2011 18:35:55 -0000	1.901
+++ ChangeLog	10 Oct 2011 17:35:33 -0000	1.902
@@ -1,6 +1,13 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.901 2011/10/03 18:35:55 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.902 2011/10/10 17:35:33 mpagano Exp $
+
+*vanilla-sources-3.0.6 (10 Oct 2011)
+
+  10 Oct 2011; Michael Pagano <mpagano@gentoo.org>
+  +vanilla-sources-3.0.6.ebuild:
+  Version bump, retrieve from git.kernel.org temporarily until mirrors are back
+  online.
 
   03 Oct 2011; Joseph Jezak <josejx@gentoo.org>
   vanilla-sources-2.6.39.3.ebuild:



1.1                  sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?rev=1.1&content-type=text/plain

Index: vanilla-sources-3.0.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v 1.1 2011/10/10 17:35:33 mpagano Exp $

EAPI="4"
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
K_DEBLOB_AVAILABLE=0
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 git-2
detect_version

DESCRIPTION="The very latest -git version of the Linux kernel"
HOMEPAGE="http://www.kernel.org"
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"
EGIT_COMMIT="v${PV/_/-}"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~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://bugzilla.kernel.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
}






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-3.0.6.ebuild ChangeLog
@ 2011-10-16 11:45 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 8+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-10-16 11:45 UTC (permalink / raw
  To: gentoo-commits

chainsaw    11/10/16 11:45:10

  Modified:             vanilla-sources-3.0.6.ebuild ChangeLog
  Log:
  Marked stable on AMD64 based on arch testing by Blain "doc235" Anderson, Elijah "Armageddon" El Lazkani & Tomáš "Mepho" Pružina in bug #387047.
  
  (Portage version: 2.1.10.27/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?r1=1.1&r2=1.2

Index: vanilla-sources-3.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vanilla-sources-3.0.6.ebuild	10 Oct 2011 17:35:33 -0000	1.1
+++ vanilla-sources-3.0.6.ebuild	16 Oct 2011 11:45:10 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v 1.1 2011/10/10 17:35:33 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v 1.2 2011/10/16 11:45:10 chainsaw Exp $
 
 EAPI="4"
 UNIPATCH_STRICTORDER="yes"
@@ -21,7 +21,7 @@
 EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"
 EGIT_COMMIT="v${PV/_/-}"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
 IUSE=""
 
 K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and



1.903                sys-kernel/vanilla-sources/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.903&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.903&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?r1=1.902&r2=1.903

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.902
retrieving revision 1.903
diff -u -r1.902 -r1.903
--- ChangeLog	10 Oct 2011 17:35:33 -0000	1.902
+++ ChangeLog	16 Oct 2011 11:45:10 -0000	1.903
@@ -1,6 +1,10 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.902 2011/10/10 17:35:33 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.903 2011/10/16 11:45:10 chainsaw Exp $
+
+  16 Oct 2011; Tony Vroon <chainsaw@gentoo.org> vanilla-sources-3.0.6.ebuild:
+  Marked stable on AMD64 based on arch testing by Blain "doc235" Anderson,
+  Elijah "Armageddon" El Lazkani & Tomáš "Mepho" Pružina in bug #387047.
 
 *vanilla-sources-3.0.6 (10 Oct 2011)
 






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-3.0.6.ebuild ChangeLog
@ 2011-10-18 18:26 Mike Pagano (mpagano)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Pagano (mpagano) @ 2011-10-18 18:26 UTC (permalink / raw
  To: gentoo-commits

mpagano     11/10/18 18:26:38

  Modified:             vanilla-sources-3.0.6.ebuild ChangeLog
  Log:
  Fix description
  
  (Portage version: 2.2.0_alpha69/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?r1=1.2&r2=1.3

Index: vanilla-sources-3.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vanilla-sources-3.0.6.ebuild	16 Oct 2011 11:45:10 -0000	1.2
+++ vanilla-sources-3.0.6.ebuild	18 Oct 2011 18:26:38 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v 1.2 2011/10/16 11:45:10 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v 1.3 2011/10/18 18:26:38 mpagano Exp $
 
 EAPI="4"
 UNIPATCH_STRICTORDER="yes"
@@ -16,7 +16,7 @@
 inherit kernel-2 git-2
 detect_version
 
-DESCRIPTION="The very latest -git version of the Linux kernel"
+DESCRIPTION="Full sources for the Linux kernel"
 HOMEPAGE="http://www.kernel.org"
 EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"
 EGIT_COMMIT="v${PV/_/-}"



1.904                sys-kernel/vanilla-sources/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.904&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.904&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?r1=1.903&r2=1.904

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.903
retrieving revision 1.904
diff -u -r1.903 -r1.904
--- ChangeLog	16 Oct 2011 11:45:10 -0000	1.903
+++ ChangeLog	18 Oct 2011 18:26:38 -0000	1.904
@@ -1,6 +1,10 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.903 2011/10/16 11:45:10 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.904 2011/10/18 18:26:38 mpagano Exp $
+
+  18 Oct 2011; Michael Pagano <mpagano@gentoo.org>
+  vanilla-sources-3.0.6.ebuild:
+  Fix description
 
   16 Oct 2011; Tony Vroon <chainsaw@gentoo.org> vanilla-sources-3.0.6.ebuild:
   Marked stable on AMD64 based on arch testing by Blain "doc235" Anderson,






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-3.0.6.ebuild ChangeLog
@ 2011-10-19  8:17 Stratos Psomadakis (psomas)
  0 siblings, 0 replies; 8+ messages in thread
From: Stratos Psomadakis (psomas) @ 2011-10-19  8:17 UTC (permalink / raw
  To: gentoo-commits

psomas      11/10/19 08:17:10

  Modified:             vanilla-sources-3.0.6.ebuild ChangeLog
  Log:
  Download the patches from the mirrors, don't use git
  
  (Portage version: 2.1.10.28/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?r1=1.3&r2=1.4

Index: vanilla-sources-3.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vanilla-sources-3.0.6.ebuild	18 Oct 2011 18:26:38 -0000	1.3
+++ vanilla-sources-3.0.6.ebuild	19 Oct 2011 08:17:10 -0000	1.4
@@ -1,35 +1,19 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v 1.3 2011/10/18 18:26:38 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v 1.4 2011/10/19 08:17:10 psomas Exp $
 
-EAPI="4"
-UNIPATCH_STRICTORDER="yes"
+EAPI="2"
 K_NOUSENAME="yes"
 K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="yes"
-K_DEBLOB_AVAILABLE=0
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
 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 git-2
+inherit kernel-2
 detect_version
 
 DESCRIPTION="Full sources for the Linux kernel"
 HOMEPAGE="http://www.kernel.org"
-EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"
-EGIT_COMMIT="v${PV/_/-}"
+SRC_URI="${KERNEL_URI}"
 
 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~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://bugzilla.kernel.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
-}
+IUSE="deblob"



1.906                sys-kernel/vanilla-sources/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.906&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.906&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?r1=1.905&r2=1.906

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.905
retrieving revision 1.906
diff -u -r1.905 -r1.906
--- ChangeLog	19 Oct 2011 08:03:04 -0000	1.905
+++ ChangeLog	19 Oct 2011 08:17:10 -0000	1.906
@@ -1,6 +1,10 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.905 2011/10/19 08:03:04 psomas Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.906 2011/10/19 08:17:10 psomas Exp $
+
+  19 Oct 2011; Stratos Psomadakis <psomas@gentoo.org>
+  vanilla-sources-3.0.6.ebuild:
+  Download the patches from the mirrors, don't use git
 
 *vanilla-sources-3.0.7 (19 Oct 2011)
 






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-3.0.6.ebuild ChangeLog
@ 2011-10-20 15:21 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2011-10-20 15:21 UTC (permalink / raw
  To: gentoo-commits

jer         11/10/20 15:21:02

  Modified:             vanilla-sources-3.0.6.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #387047).
  
  (Portage version: 2.2.0_alpha69/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?r1=1.4&r2=1.5

Index: vanilla-sources-3.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vanilla-sources-3.0.6.ebuild	19 Oct 2011 08:17:10 -0000	1.4
+++ vanilla-sources-3.0.6.ebuild	20 Oct 2011 15:21:02 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v 1.4 2011/10/19 08:17:10 psomas Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v 1.5 2011/10/20 15:21:02 jer Exp $
 
 EAPI="2"
 K_NOUSENAME="yes"
@@ -15,5 +15,5 @@
 HOMEPAGE="http://www.kernel.org"
 SRC_URI="${KERNEL_URI}"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
 IUSE="deblob"



1.907                sys-kernel/vanilla-sources/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.907&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.907&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?r1=1.906&r2=1.907

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.906
retrieving revision 1.907
diff -u -r1.906 -r1.907
--- ChangeLog	19 Oct 2011 08:17:10 -0000	1.906
+++ ChangeLog	20 Oct 2011 15:21:02 -0000	1.907
@@ -1,6 +1,9 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.906 2011/10/19 08:17:10 psomas Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.907 2011/10/20 15:21:02 jer Exp $
+
+  20 Oct 2011; Jeroen Roovers <jer@gentoo.org> vanilla-sources-3.0.6.ebuild:
+  Stable for HPPA (bug #387047).
 
   19 Oct 2011; Stratos Psomadakis <psomas@gentoo.org>
   vanilla-sources-3.0.6.ebuild:






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-3.0.6.ebuild ChangeLog
@ 2011-10-24 20:29 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2011-10-24 20:29 UTC (permalink / raw
  To: gentoo-commits

maekke      11/10/24 20:29:13

  Modified:             vanilla-sources-3.0.6.ebuild ChangeLog
  Log:
  arm/x86 stable, bug #387047
  
  (Portage version: 2.1.10.30/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?r1=1.5&r2=1.6

Index: vanilla-sources-3.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vanilla-sources-3.0.6.ebuild	20 Oct 2011 15:21:02 -0000	1.5
+++ vanilla-sources-3.0.6.ebuild	24 Oct 2011 20:29:13 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v 1.5 2011/10/20 15:21:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v 1.6 2011/10/24 20:29:13 maekke Exp $
 
 EAPI="2"
 K_NOUSENAME="yes"
@@ -15,5 +15,5 @@
 HOMEPAGE="http://www.kernel.org"
 SRC_URI="${KERNEL_URI}"
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE="deblob"



1.910                sys-kernel/vanilla-sources/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.910&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.910&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?r1=1.909&r2=1.910

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.909
retrieving revision 1.910
diff -u -r1.909 -r1.910
--- ChangeLog	20 Oct 2011 15:30:11 -0000	1.909
+++ ChangeLog	24 Oct 2011 20:29:13 -0000	1.910
@@ -1,6 +1,9 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.909 2011/10/20 15:30:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.910 2011/10/24 20:29:13 maekke Exp $
+
+  24 Oct 2011; Markus Meier <maekke@gentoo.org> vanilla-sources-3.0.6.ebuild:
+  arm/x86 stable, bug #387047
 
   20 Oct 2011; Jeroen Roovers <jer@gentoo.org> vanilla-sources-3.0.6.ebuild:
   Stable for HPPA (bug #387047).






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-3.0.6.ebuild ChangeLog
@ 2011-11-19 19:56 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-11-19 19:56 UTC (permalink / raw
  To: gentoo-commits

armin76     11/11/19 19:56:35

  Modified:             vanilla-sources-3.0.6.ebuild ChangeLog
  Log:
  alpha/ia64/sh/sparc stable wrt #387047
  
  (Portage version: 2.1.10.30/cvs/Linux ia64)

Revision  Changes    Path
1.7                  sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?r1=1.6&r2=1.7

Index: vanilla-sources-3.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vanilla-sources-3.0.6.ebuild	24 Oct 2011 20:29:13 -0000	1.6
+++ vanilla-sources-3.0.6.ebuild	19 Nov 2011 19:56:35 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v 1.6 2011/10/24 20:29:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild,v 1.7 2011/11/19 19:56:35 armin76 Exp $
 
 EAPI="2"
 K_NOUSENAME="yes"
@@ -15,5 +15,5 @@
 HOMEPAGE="http://www.kernel.org"
 SRC_URI="${KERNEL_URI}"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sh sparc x86"
 IUSE="deblob"



1.920                sys-kernel/vanilla-sources/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.920&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.920&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?r1=1.919&r2=1.920

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.919
retrieving revision 1.920
diff -u -r1.919 -r1.920
--- ChangeLog	12 Nov 2011 18:49:26 -0000	1.919
+++ ChangeLog	19 Nov 2011 19:56:35 -0000	1.920
@@ -1,6 +1,9 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.919 2011/11/12 18:49:26 psomas Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.920 2011/11/19 19:56:35 armin76 Exp $
+
+  19 Nov 2011; Raúl Porcel <armin76@gentoo.org> vanilla-sources-3.0.6.ebuild:
+  alpha/ia64/sh/sparc stable wrt #387047
 
 *vanilla-sources-3.0.9 (12 Nov 2011)
 






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-3.0.6.ebuild ChangeLog
@ 2011-12-29 19:07 Mike Pagano (mpagano)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Pagano (mpagano) @ 2011-12-29 19:07 UTC (permalink / raw
  To: gentoo-commits

mpagano     11/12/29 19:07:44

  Modified:             ChangeLog
  Added:                vanilla-sources-3.0.6.ebuild
  Log:
  Adding back 3.0.6, as it latest stt stable for some archs
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.932                sys-kernel/vanilla-sources/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.932&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.932&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?r1=1.931&r2=1.932

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.931
retrieving revision 1.932
diff -u -r1.931 -r1.932
--- ChangeLog	23 Dec 2011 21:07:21 -0000	1.931
+++ ChangeLog	29 Dec 2011 19:07:44 -0000	1.932
@@ -1,6 +1,10 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.931 2011/12/23 21:07:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.932 2011/12/29 19:07:44 mpagano Exp $
+
+  29 Dec 2011; Michael Pagano <mpagano@gentoo.org>
+  +vanilla-sources-3.0.6.ebuild:
+  Adding back 3.0.6, as it latest stt stable for some archs
 
   23 Dec 2011; Agostino Sarubbo <ago@gentoo.org>
   vanilla-sources-2.6.38.8.ebuild:



1.10                 sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.6.ebuild?r1=1.9&r2=1.10







^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-12-29 19:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-16 11:45 [gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-3.0.6.ebuild ChangeLog Tony Vroon (chainsaw)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-29 19:07 Mike Pagano (mpagano)
2011-11-19 19:56 Raul Porcel (armin76)
2011-10-24 20:29 Markus Meier (maekke)
2011-10-20 15:21 Jeroen Roovers (jer)
2011-10-19  8:17 Stratos Psomadakis (psomas)
2011-10-18 18:26 Mike Pagano (mpagano)
2011-10-10 17:35 Mike Pagano (mpagano)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox