diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-26 08:06:50 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-26 08:06:50 +0000 |
commit | c5b91562deb9e71eb669ce02fcb6f6a9f5592420 (patch) | |
tree | cd6ff90940a4d33887cd5431902ba43f293a2878 | |
parent | Keep a mostly-internal variable of the latest version of the deblob tool rele... (diff) | |
download | gentoo-2-c5b91562deb9e71eb669ce02fcb6f6a9f5592420.tar.gz gentoo-2-c5b91562deb9e71eb669ce02fcb6f6a9f5592420.tar.bz2 gentoo-2-c5b91562deb9e71eb669ce02fcb6f6a9f5592420.zip |
More control of deblob-available moved back to eclass.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
6 files changed, 12 insertions, 11 deletions
diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog index ea9311e29f63..f22cf42067dc 100644 --- a/sys-kernel/vanilla-sources/ChangeLog +++ b/sys-kernel/vanilla-sources/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/vanilla-sources # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.759 2010/04/26 07:44:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.760 2010/04/26 08:06:50 robbat2 Exp $ + + 26 Apr 2010; Robin H. Johnson <robbat2@gentoo.org> + vanilla-sources-2.6.34_rc1.ebuild, vanilla-sources-2.6.34_rc2.ebuild, + vanilla-sources-2.6.34_rc3.ebuild, vanilla-sources-2.6.34_rc4.ebuild, + vanilla-sources-2.6.34_rc5.ebuild: + More control of deblob-available moved back to eclass. 26 Apr 2010; Robin H. Johnson <robbat2@gentoo.org> vanilla-sources-2.6.34_rc1.ebuild, vanilla-sources-2.6.34_rc2.ebuild, diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc1.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc1.ebuild index 41c06bfaad09..f46beaf726cf 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc1.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc1.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc1.ebuild,v 1.2 2010/04/26 07:44:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc1.ebuild,v 1.3 2010/04/26 08:06:50 robbat2 Exp $ K_NOUSENAME="yes" K_NOSETEXTRAVERSION="yes" K_SECURITY_UNSUPPORTED="1" ETYPE="sources" -K_DEBLOB_AVAILABLE=0 inherit kernel-2 detect_version diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc2.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc2.ebuild index 20c537b70b24..9cc5ef23573a 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc2.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc2.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc2.ebuild,v 1.3 2010/04/26 07:44:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc2.ebuild,v 1.4 2010/04/26 08:06:50 robbat2 Exp $ K_NOUSENAME="yes" K_NOSETEXTRAVERSION="yes" K_SECURITY_UNSUPPORTED="1" ETYPE="sources" -K_DEBLOB_AVAILABLE=0 inherit kernel-2 detect_version diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc3.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc3.ebuild index a39c2d45b904..784fe5097423 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc3.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc3.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc3.ebuild,v 1.3 2010/04/26 07:44:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc3.ebuild,v 1.4 2010/04/26 08:06:50 robbat2 Exp $ K_NOUSENAME="yes" K_NOSETEXTRAVERSION="yes" K_SECURITY_UNSUPPORTED="1" ETYPE="sources" -K_DEBLOB_AVAILABLE=0 inherit kernel-2 detect_version diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc4.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc4.ebuild index d64f95b0b289..c8140f3f184c 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc4.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc4.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc4.ebuild,v 1.3 2010/04/26 07:44:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc4.ebuild,v 1.4 2010/04/26 08:06:50 robbat2 Exp $ K_NOUSENAME="yes" K_NOSETEXTRAVERSION="yes" K_SECURITY_UNSUPPORTED="1" ETYPE="sources" -K_DEBLOB_AVAILABLE=0 inherit kernel-2 detect_version diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc5.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc5.ebuild index 9162d7e5d72f..d89c7866c2ec 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc5.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc5.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc5.ebuild,v 1.2 2010/04/26 07:44:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.34_rc5.ebuild,v 1.3 2010/04/26 08:06:50 robbat2 Exp $ K_NOUSENAME="yes" K_NOSETEXTRAVERSION="yes" K_SECURITY_UNSUPPORTED="1" ETYPE="sources" -K_DEBLOB_AVAILABLE=0 inherit kernel-2 detect_version |