From 814fb7dee9489072a489437cc835d975bcfa80cb Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Sun, 20 Dec 2009 00:27:41 +0000 Subject: Version bump and old version cleanup (Portage version: 2.2_rc60/cvs/Linux i686) --- sys-kernel/git-sources/ChangeLog | 12 +++++++- .../git-sources/git-sources-2.6.32-r1.ebuild | 32 ---------------------- .../git-sources/git-sources-2.6.32-r2.ebuild | 32 ---------------------- .../git-sources/git-sources-2.6.32-r3.ebuild | 32 ---------------------- .../git-sources/git-sources-2.6.32-r4.ebuild | 32 ---------------------- .../git-sources/git-sources-2.6.32-r5.ebuild | 32 ---------------------- .../git-sources/git-sources-2.6.32-r6.ebuild | 32 ---------------------- .../git-sources/git-sources-2.6.32-r7.ebuild | 32 ---------------------- .../git-sources/git-sources-2.6.32-r8.ebuild | 32 ---------------------- .../git-sources/git-sources-2.6.32-r9.ebuild | 32 ---------------------- .../git-sources/git-sources-2.6.33_rc1-r1.ebuild | 32 ++++++++++++++++++++++ 11 files changed, 43 insertions(+), 289 deletions(-) delete mode 100644 sys-kernel/git-sources/git-sources-2.6.32-r1.ebuild delete mode 100644 sys-kernel/git-sources/git-sources-2.6.32-r2.ebuild delete mode 100644 sys-kernel/git-sources/git-sources-2.6.32-r3.ebuild delete mode 100644 sys-kernel/git-sources/git-sources-2.6.32-r4.ebuild delete mode 100644 sys-kernel/git-sources/git-sources-2.6.32-r5.ebuild delete mode 100644 sys-kernel/git-sources/git-sources-2.6.32-r6.ebuild delete mode 100644 sys-kernel/git-sources/git-sources-2.6.32-r7.ebuild delete mode 100644 sys-kernel/git-sources/git-sources-2.6.32-r8.ebuild delete mode 100644 sys-kernel/git-sources/git-sources-2.6.32-r9.ebuild create mode 100644 sys-kernel/git-sources/git-sources-2.6.33_rc1-r1.ebuild (limited to 'sys-kernel') diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index f9ad635765f2..d770a6380ee9 100644 --- a/sys-kernel/git-sources/ChangeLog +++ b/sys-kernel/git-sources/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for sys-kernel/git-sources # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.695 2009/12/18 02:11:23 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.696 2009/12/20 00:27:41 mpagano Exp $ + +*git-sources-2.6.33_rc1-r1 (20 Dec 2009) + + 20 Dec 2009; Michael Pagano + -git-sources-2.6.32-r1.ebuild, -git-sources-2.6.32-r2.ebuild, + -git-sources-2.6.32-r3.ebuild, -git-sources-2.6.32-r4.ebuild, + -git-sources-2.6.32-r5.ebuild, -git-sources-2.6.32-r6.ebuild, + -git-sources-2.6.32-r7.ebuild, -git-sources-2.6.32-r8.ebuild, + -git-sources-2.6.32-r9.ebuild, +git-sources-2.6.33_rc1-r1.ebuild: + Version bump and old version cleanup *git-sources-2.6.33_rc1 (18 Dec 2009) *git-sources-2.6.32-r15 (18 Dec 2009) diff --git a/sys-kernel/git-sources/git-sources-2.6.32-r1.ebuild b/sys-kernel/git-sources/git-sources-2.6.32-r1.ebuild deleted file mode 100644 index eeb0684bf87b..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.32-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 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.32-r1.ebuild,v 1.1 2009/12/06 00:41:54 mpagano Exp $ - -UNIPATCH_STRICTORDER="yes" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_NOUSEPR="yes" -K_SECURITY_UNSUPPORTED="yes" -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 ~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://bugme.osdl.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-2.6.32-r2.ebuild b/sys-kernel/git-sources/git-sources-2.6.32-r2.ebuild deleted file mode 100644 index cb64525977a5..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.32-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 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.32-r2.ebuild,v 1.1 2009/12/09 00:46:10 mpagano Exp $ - -UNIPATCH_STRICTORDER="yes" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_NOUSEPR="yes" -K_SECURITY_UNSUPPORTED="yes" -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 ~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://bugme.osdl.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-2.6.32-r3.ebuild b/sys-kernel/git-sources/git-sources-2.6.32-r3.ebuild deleted file mode 100644 index 17b534cb0d9f..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.32-r3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 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.32-r3.ebuild,v 1.1 2009/12/09 12:48:58 mpagano Exp $ - -UNIPATCH_STRICTORDER="yes" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_NOUSEPR="yes" -K_SECURITY_UNSUPPORTED="yes" -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 ~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://bugme.osdl.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-2.6.32-r4.ebuild b/sys-kernel/git-sources/git-sources-2.6.32-r4.ebuild deleted file mode 100644 index 0da3a66fada9..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.32-r4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 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.32-r4.ebuild,v 1.1 2009/12/10 01:18:50 mpagano Exp $ - -UNIPATCH_STRICTORDER="yes" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_NOUSEPR="yes" -K_SECURITY_UNSUPPORTED="yes" -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 ~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://bugme.osdl.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-2.6.32-r5.ebuild b/sys-kernel/git-sources/git-sources-2.6.32-r5.ebuild deleted file mode 100644 index b908ba980b36..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.32-r5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 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.32-r5.ebuild,v 1.1 2009/12/11 00:31:20 mpagano Exp $ - -UNIPATCH_STRICTORDER="yes" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_NOUSEPR="yes" -K_SECURITY_UNSUPPORTED="yes" -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 ~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://bugme.osdl.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-2.6.32-r6.ebuild b/sys-kernel/git-sources/git-sources-2.6.32-r6.ebuild deleted file mode 100644 index 960bce0a4834..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.32-r6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 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.32-r6.ebuild,v 1.1 2009/12/11 00:31:19 mpagano Exp $ - -UNIPATCH_STRICTORDER="yes" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_NOUSEPR="yes" -K_SECURITY_UNSUPPORTED="yes" -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 ~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://bugme.osdl.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-2.6.32-r7.ebuild b/sys-kernel/git-sources/git-sources-2.6.32-r7.ebuild deleted file mode 100644 index b4ea92ff42fd..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.32-r7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 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.32-r7.ebuild,v 1.1 2009/12/11 12:57:00 mpagano Exp $ - -UNIPATCH_STRICTORDER="yes" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_NOUSEPR="yes" -K_SECURITY_UNSUPPORTED="yes" -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 ~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://bugme.osdl.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-2.6.32-r8.ebuild b/sys-kernel/git-sources/git-sources-2.6.32-r8.ebuild deleted file mode 100644 index 24ca4d1796f6..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.32-r8.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 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.32-r8.ebuild,v 1.1 2009/12/12 01:37:16 mpagano Exp $ - -UNIPATCH_STRICTORDER="yes" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_NOUSEPR="yes" -K_SECURITY_UNSUPPORTED="yes" -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 ~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://bugme.osdl.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-2.6.32-r9.ebuild b/sys-kernel/git-sources/git-sources-2.6.32-r9.ebuild deleted file mode 100644 index 17536954d216..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.32-r9.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 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.32-r9.ebuild,v 1.1 2009/12/12 14:49:44 mpagano Exp $ - -UNIPATCH_STRICTORDER="yes" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_NOUSEPR="yes" -K_SECURITY_UNSUPPORTED="yes" -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 ~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://bugme.osdl.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-2.6.33_rc1-r1.ebuild b/sys-kernel/git-sources/git-sources-2.6.33_rc1-r1.ebuild new file mode 100644 index 000000000000..8cf698308e3e --- /dev/null +++ b/sys-kernel/git-sources/git-sources-2.6.33_rc1-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2009 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.33_rc1-r1.ebuild,v 1.1 2009/12/20 00:27:41 mpagano Exp $ + +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="yes" +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 ~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://bugme.osdl.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 +} -- cgit v1.2.3-65-gdbad