diff options
author | Mike Pagano <mpagano@gentoo.org> | 2011-07-23 13:50:57 +0000 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2011-07-23 13:50:57 +0000 |
commit | bae14ba96c9af59873656e9c0df12845fa228896 (patch) | |
tree | 5a3b47db272adf89300a3c2632c2519676544f67 /sys-kernel | |
parent | ppc64 stable wrt #372957 (diff) | |
download | gentoo-2-bae14ba96c9af59873656e9c0df12845fa228896.tar.gz gentoo-2-bae14ba96c9af59873656e9c0df12845fa228896.tar.bz2 gentoo-2-bae14ba96c9af59873656e9c0df12845fa228896.zip |
Old version cleanups
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/git-sources/ChangeLog | 11 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.0_rc6-r6.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.0_rc6-r7.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.0_rc6.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.0_rc7-r1.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.0_rc7-r2.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.0_rc7-r3.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.0_rc7-r4.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.0_rc7-r5.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.0_rc7-r6.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.0_rc7-r7.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.0_rc7-r8.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.0_rc7-r9.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.0_rc7.ebuild | 33 |
14 files changed, 10 insertions, 430 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index 638e0629d30a..59f62c23a175 100644 --- a/sys-kernel/git-sources/ChangeLog +++ b/sys-kernel/git-sources/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for sys-kernel/git-sources # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1210 2011/07/23 13:31:58 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1211 2011/07/23 13:50:56 mpagano Exp $ + + 23 Jul 2011; Michael Pagano <mpagano@gentoo.org> -git-sources-3.0_rc6.ebuild, + -git-sources-3.0_rc6-r6.ebuild, -git-sources-3.0_rc6-r7.ebuild, + -git-sources-3.0_rc7.ebuild, -git-sources-3.0_rc7-r1.ebuild, + -git-sources-3.0_rc7-r2.ebuild, -git-sources-3.0_rc7-r3.ebuild, + -git-sources-3.0_rc7-r4.ebuild, -git-sources-3.0_rc7-r5.ebuild, + -git-sources-3.0_rc7-r6.ebuild, -git-sources-3.0_rc7-r7.ebuild, + -git-sources-3.0_rc7-r8.ebuild, -git-sources-3.0_rc7-r9.ebuild: + Old version cleanups *git-sources-3.0-r1 (23 Jul 2011) diff --git a/sys-kernel/git-sources/git-sources-3.0_rc6-r6.ebuild b/sys-kernel/git-sources/git-sources-3.0_rc6-r6.ebuild deleted file mode 100644 index fe2739bad328..000000000000 --- a/sys-kernel/git-sources/git-sources-3.0_rc6-r6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.0_rc6-r6.ebuild,v 1.1 2011/07/10 00:22:03 mpagano 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 -[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" -inherit kernel-2 -detect_version - -DESCRIPTION="The very latest -git version of the Linux kernel" -HOMEPAGE="http://www.kernel.org" -#SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2" -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 -} diff --git a/sys-kernel/git-sources/git-sources-3.0_rc6-r7.ebuild b/sys-kernel/git-sources/git-sources-3.0_rc6-r7.ebuild deleted file mode 100644 index 82bd19d0c967..000000000000 --- a/sys-kernel/git-sources/git-sources-3.0_rc6-r7.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.0_rc6-r7.ebuild,v 1.1 2011/07/11 12:54:20 mpagano 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 -[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" -inherit kernel-2 -detect_version - -DESCRIPTION="The very latest -git version of the Linux kernel" -HOMEPAGE="http://www.kernel.org" -#SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2" -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 -} diff --git a/sys-kernel/git-sources/git-sources-3.0_rc6.ebuild b/sys-kernel/git-sources/git-sources-3.0_rc6.ebuild deleted file mode 100644 index b76bcc6aee35..000000000000 --- a/sys-kernel/git-sources/git-sources-3.0_rc6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.0_rc6.ebuild,v 1.1 2011/07/05 00:06:39 mpagano 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 -[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" -inherit kernel-2 -detect_version - -DESCRIPTION="The very latest -git version of the Linux kernel" -HOMEPAGE="http://www.kernel.org" -#SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2" -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 -} diff --git a/sys-kernel/git-sources/git-sources-3.0_rc7-r1.ebuild b/sys-kernel/git-sources/git-sources-3.0_rc7-r1.ebuild deleted file mode 100644 index d0271bf9238c..000000000000 --- a/sys-kernel/git-sources/git-sources-3.0_rc7-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.0_rc7-r1.ebuild,v 1.1 2011/07/13 14:53:02 mpagano 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 -[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" -inherit kernel-2 -detect_version - -DESCRIPTION="The very latest -git version of the Linux kernel" -HOMEPAGE="http://www.kernel.org" -#SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2" -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 -} diff --git a/sys-kernel/git-sources/git-sources-3.0_rc7-r2.ebuild b/sys-kernel/git-sources/git-sources-3.0_rc7-r2.ebuild deleted file mode 100644 index 48f18c732b99..000000000000 --- a/sys-kernel/git-sources/git-sources-3.0_rc7-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.0_rc7-r2.ebuild,v 1.1 2011/07/14 13:53:27 mpagano 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 -[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" -inherit kernel-2 -detect_version - -DESCRIPTION="The very latest -git version of the Linux kernel" -HOMEPAGE="http://www.kernel.org" -#SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2" -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 -} diff --git a/sys-kernel/git-sources/git-sources-3.0_rc7-r3.ebuild b/sys-kernel/git-sources/git-sources-3.0_rc7-r3.ebuild deleted file mode 100644 index 988f243566ae..000000000000 --- a/sys-kernel/git-sources/git-sources-3.0_rc7-r3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.0_rc7-r3.ebuild,v 1.1 2011/07/15 13:25:27 mpagano 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 -[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" -inherit kernel-2 -detect_version - -DESCRIPTION="The very latest -git version of the Linux kernel" -HOMEPAGE="http://www.kernel.org" -#SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2" -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 -} diff --git a/sys-kernel/git-sources/git-sources-3.0_rc7-r4.ebuild b/sys-kernel/git-sources/git-sources-3.0_rc7-r4.ebuild deleted file mode 100644 index fbb8c06d397f..000000000000 --- a/sys-kernel/git-sources/git-sources-3.0_rc7-r4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.0_rc7-r4.ebuild,v 1.1 2011/07/16 13:54:57 mpagano 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 -[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" -inherit kernel-2 -detect_version - -DESCRIPTION="The very latest -git version of the Linux kernel" -HOMEPAGE="http://www.kernel.org" -#SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2" -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 -} diff --git a/sys-kernel/git-sources/git-sources-3.0_rc7-r5.ebuild b/sys-kernel/git-sources/git-sources-3.0_rc7-r5.ebuild deleted file mode 100644 index 4e3e02c40c62..000000000000 --- a/sys-kernel/git-sources/git-sources-3.0_rc7-r5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.0_rc7-r5.ebuild,v 1.1 2011/07/16 14:30:23 mpagano 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 -[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" -inherit kernel-2 -detect_version - -DESCRIPTION="The very latest -git version of the Linux kernel" -HOMEPAGE="http://www.kernel.org" -#SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2" -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 -} diff --git a/sys-kernel/git-sources/git-sources-3.0_rc7-r6.ebuild b/sys-kernel/git-sources/git-sources-3.0_rc7-r6.ebuild deleted file mode 100644 index 0e671189cb2b..000000000000 --- a/sys-kernel/git-sources/git-sources-3.0_rc7-r6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.0_rc7-r6.ebuild,v 1.1 2011/07/18 12:38:57 mpagano 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 -[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" -inherit kernel-2 -detect_version - -DESCRIPTION="The very latest -git version of the Linux kernel" -HOMEPAGE="http://www.kernel.org" -#SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2" -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 -} diff --git a/sys-kernel/git-sources/git-sources-3.0_rc7-r7.ebuild b/sys-kernel/git-sources/git-sources-3.0_rc7-r7.ebuild deleted file mode 100644 index d5e551d8d62d..000000000000 --- a/sys-kernel/git-sources/git-sources-3.0_rc7-r7.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.0_rc7-r7.ebuild,v 1.1 2011/07/19 11:08:04 mpagano 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 -[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" -inherit kernel-2 -detect_version - -DESCRIPTION="The very latest -git version of the Linux kernel" -HOMEPAGE="http://www.kernel.org" -#SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2" -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 -} diff --git a/sys-kernel/git-sources/git-sources-3.0_rc7-r8.ebuild b/sys-kernel/git-sources/git-sources-3.0_rc7-r8.ebuild deleted file mode 100644 index 2ee323ff1fc1..000000000000 --- a/sys-kernel/git-sources/git-sources-3.0_rc7-r8.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.0_rc7-r8.ebuild,v 1.1 2011/07/20 13:36:56 mpagano 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 -[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" -inherit kernel-2 -detect_version - -DESCRIPTION="The very latest -git version of the Linux kernel" -HOMEPAGE="http://www.kernel.org" -#SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2" -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 -} diff --git a/sys-kernel/git-sources/git-sources-3.0_rc7-r9.ebuild b/sys-kernel/git-sources/git-sources-3.0_rc7-r9.ebuild deleted file mode 100644 index cec305c3c508..000000000000 --- a/sys-kernel/git-sources/git-sources-3.0_rc7-r9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.0_rc7-r9.ebuild,v 1.1 2011/07/21 13:32:32 mpagano 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 -[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" -inherit kernel-2 -detect_version - -DESCRIPTION="The very latest -git version of the Linux kernel" -HOMEPAGE="http://www.kernel.org" -#SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2" -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 -} diff --git a/sys-kernel/git-sources/git-sources-3.0_rc7.ebuild b/sys-kernel/git-sources/git-sources-3.0_rc7.ebuild deleted file mode 100644 index 0f894fe45157..000000000000 --- a/sys-kernel/git-sources/git-sources-3.0_rc7.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.0_rc7.ebuild,v 1.1 2011/07/12 11:57:58 mpagano 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 -[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" -inherit kernel-2 -detect_version - -DESCRIPTION="The very latest -git version of the Linux kernel" -HOMEPAGE="http://www.kernel.org" -#SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2" -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 -} |