diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-26 08:07:30 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-26 08:07:30 +0000 |
commit | 33986de93724f9541decfb712146093d6905338f (patch) | |
tree | 8d44b900fca096253d9d07ecea0a114081692fad | |
parent | More control of deblob-available moved back to eclass. (diff) | |
download | gentoo-2-33986de93724f9541decfb712146093d6905338f.tar.gz gentoo-2-33986de93724f9541decfb712146093d6905338f.tar.bz2 gentoo-2-33986de93724f9541decfb712146093d6905338f.zip |
More control of deblob-available moved back to eclass.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
16 files changed, 27 insertions, 31 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index a26c536ee056..17c2d3a47a2c 100644 --- a/sys-kernel/git-sources/ChangeLog +++ b/sys-kernel/git-sources/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for sys-kernel/git-sources # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.800 2010/04/26 07:43:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.801 2010/04/26 08:07:30 robbat2 Exp $ + + 26 Apr 2010; Robin H. Johnson <robbat2@gentoo.org> + git-sources-2.6.34_rc4.ebuild, git-sources-2.6.34_rc4-r1.ebuild, + git-sources-2.6.34_rc4-r2.ebuild, git-sources-2.6.34_rc4-r3.ebuild, + git-sources-2.6.34_rc4-r4.ebuild, git-sources-2.6.34_rc4-r5.ebuild, + git-sources-2.6.34_rc4-r6.ebuild, git-sources-2.6.34_rc5.ebuild, + git-sources-2.6.34_rc5-r1.ebuild, git-sources-2.6.34_rc5-r2.ebuild, + git-sources-2.6.34_rc5-r3.ebuild, git-sources-2.6.34_rc5-r4.ebuild, + git-sources-2.6.34_rc5-r5.ebuild, git-sources-2.6.34_rc5-r6.ebuild, + git-sources-2.6.34_rc5-r7.ebuild: + More control of deblob-available moved back to eclass. 26 Apr 2010; Robin H. Johnson <robbat2@gentoo.org> git-sources-2.6.34_rc4.ebuild, git-sources-2.6.34_rc4-r1.ebuild, diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r1.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r1.ebuild index d6bc5797010a..628498eda57c 100644 --- a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r1.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r1.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.34_rc4-r1.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r1.ebuild,v 1.3 2010/04/26 08:07:30 robbat2 Exp $ 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 diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r2.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r2.ebuild index 47f83cd43ce4..b6ffd497857e 100644 --- a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r2.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r2.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.34_rc4-r2.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r2.ebuild,v 1.3 2010/04/26 08:07:30 robbat2 Exp $ 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 diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r3.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r3.ebuild index a8ea66653563..928a75f1c801 100644 --- a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r3.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r3.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.34_rc4-r3.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r3.ebuild,v 1.3 2010/04/26 08:07:30 robbat2 Exp $ 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 diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r4.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r4.ebuild index 789e34620035..097f45bfa014 100644 --- a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r4.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r4.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.34_rc4-r4.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r4.ebuild,v 1.3 2010/04/26 08:07:30 robbat2 Exp $ 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 diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r5.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r5.ebuild index 11a590e4ea7a..bf1b09e333b1 100644 --- a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r5.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r5.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.34_rc4-r5.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r5.ebuild,v 1.3 2010/04/26 08:07:30 robbat2 Exp $ 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 diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r6.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r6.ebuild index 8eb505e014ad..75d7b8b33200 100644 --- a/sys-kernel/git-sources/git-sources-2.6.34_rc4-r6.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.34_rc4-r6.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.34_rc4-r6.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4-r6.ebuild,v 1.3 2010/04/26 08:07:30 robbat2 Exp $ 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 diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc4.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc4.ebuild index 7890f3837698..33274f3eeff9 100644 --- a/sys-kernel/git-sources/git-sources-2.6.34_rc4.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.34_rc4.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.34_rc4.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc4.ebuild,v 1.3 2010/04/26 08:07:30 robbat2 Exp $ 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 diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r1.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r1.ebuild index 97a90f012d34..989012102a60 100644 --- a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r1.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r1.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.34_rc5-r1.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r1.ebuild,v 1.3 2010/04/26 08:07:30 robbat2 Exp $ 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 diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r2.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r2.ebuild index 95d6e7c61b62..ab10d216510f 100644 --- a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r2.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r2.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.34_rc5-r2.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r2.ebuild,v 1.3 2010/04/26 08:07:30 robbat2 Exp $ 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 diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r3.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r3.ebuild index b4fc45f7ccdf..b5714f72e812 100644 --- a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r3.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r3.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.34_rc5-r3.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r3.ebuild,v 1.3 2010/04/26 08:07:30 robbat2 Exp $ 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 diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r4.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r4.ebuild index c454f637fc37..6ee634c9b75f 100644 --- a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r4.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r4.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.34_rc5-r4.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r4.ebuild,v 1.3 2010/04/26 08:07:30 robbat2 Exp $ 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 diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r5.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r5.ebuild index 29812002a3e6..a63b080c8cfa 100644 --- a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r5.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r5.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.34_rc5-r5.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r5.ebuild,v 1.3 2010/04/26 08:07:30 robbat2 Exp $ 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 diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r6.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r6.ebuild index f4bfc3fc499c..7d3b2da11d8a 100644 --- a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r6.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r6.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.34_rc5-r6.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r6.ebuild,v 1.3 2010/04/26 08:07:30 robbat2 Exp $ 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 diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r7.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r7.ebuild index 5944308c0b81..53f1c7573c06 100644 --- a/sys-kernel/git-sources/git-sources-2.6.34_rc5-r7.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.34_rc5-r7.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.34_rc5-r7.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5-r7.ebuild,v 1.3 2010/04/26 08:07:30 robbat2 Exp $ 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 diff --git a/sys-kernel/git-sources/git-sources-2.6.34_rc5.ebuild b/sys-kernel/git-sources/git-sources-2.6.34_rc5.ebuild index 35756a3e39bd..a897a71b60dc 100644 --- a/sys-kernel/git-sources/git-sources-2.6.34_rc5.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.34_rc5.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.34_rc5.ebuild,v 1.2 2010/04/26 07:43:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.34_rc5.ebuild,v 1.3 2010/04/26 08:07:30 robbat2 Exp $ 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 |