diff options
author | Mike Pagano <mpagano@gentoo.org> | 2011-02-08 02:01:59 +0000 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2011-02-08 02:01:59 +0000 |
commit | 796708d4daf512e4a0bf000a2ed822d2248209a4 (patch) | |
tree | 1448a9978a1a3f7a4ac34e911032133058393f60 /sys-kernel | |
parent | Version bump by Stelian Ionescu <sionescu+gentoo at cddr.org>, fixes bug #154... (diff) | |
download | gentoo-2-796708d4daf512e4a0bf000a2ed822d2248209a4.tar.gz gentoo-2-796708d4daf512e4a0bf000a2ed822d2248209a4.tar.bz2 gentoo-2-796708d4daf512e4a0bf000a2ed822d2248209a4.zip |
Version bump and old version cleanup
(Portage version: 2.2.0_alpha21/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/git-sources/ChangeLog | 14 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.38_rc2-r2.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.38_rc2-r3.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.38_rc2-r5.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.38_rc2-r6.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.38_rc2-r7.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.38_rc2-r8.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.38_rc2-r9.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.38_rc3-r6.ebuild (renamed from sys-kernel/git-sources/git-sources-2.6.38_rc2-r1.ebuild) | 2 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.38_rc4.ebuild (renamed from sys-kernel/git-sources/git-sources-2.6.38_rc2.ebuild) | 2 |
10 files changed, 15 insertions, 234 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index 36c8a6496630..cba2fea5d6f1 100644 --- a/sys-kernel/git-sources/ChangeLog +++ b/sys-kernel/git-sources/ChangeLog @@ -1,6 +1,18 @@ # 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.1057 2011/02/07 02:27:00 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1058 2011/02/08 02:01:59 mpagano Exp $ + +*git-sources-2.6.38_rc4 (08 Feb 2011) +*git-sources-2.6.38_rc3-r6 (08 Feb 2011) + + 08 Feb 2011; Michael Pagano <mpagano@gentoo.org> + -git-sources-2.6.38_rc2.ebuild, -git-sources-2.6.38_rc2-r1.ebuild, + -git-sources-2.6.38_rc2-r2.ebuild, -git-sources-2.6.38_rc2-r3.ebuild, + -git-sources-2.6.38_rc2-r5.ebuild, -git-sources-2.6.38_rc2-r6.ebuild, + -git-sources-2.6.38_rc2-r7.ebuild, -git-sources-2.6.38_rc2-r8.ebuild, + -git-sources-2.6.38_rc2-r9.ebuild, +git-sources-2.6.38_rc3-r6.ebuild, + +git-sources-2.6.38_rc4.ebuild: + Version bump and old version cleanup *git-sources-2.6.38_rc3-r5 (07 Feb 2011) diff --git a/sys-kernel/git-sources/git-sources-2.6.38_rc2-r2.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc2-r2.ebuild deleted file mode 100644 index 810b0dc6f892..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.38_rc2-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-2.6.38_rc2-r2.ebuild,v 1.1 2011/01/25 01:47:44 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 ~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.38_rc2-r3.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc2-r3.ebuild deleted file mode 100644 index 8553b6e1b5ca..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.38_rc2-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-2.6.38_rc2-r3.ebuild,v 1.1 2011/01/25 13:00:42 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 ~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.38_rc2-r5.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc2-r5.ebuild deleted file mode 100644 index 2142cf420ace..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.38_rc2-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-2.6.38_rc2-r5.ebuild,v 1.1 2011/01/26 15:02:10 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 ~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.38_rc2-r6.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc2-r6.ebuild deleted file mode 100644 index 3ed3284ac736..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.38_rc2-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-2.6.38_rc2-r6.ebuild,v 1.1 2011/01/28 02:21:16 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 ~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.38_rc2-r7.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc2-r7.ebuild deleted file mode 100644 index 8da15601da78..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.38_rc2-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-2.6.38_rc2-r7.ebuild,v 1.1 2011/01/28 13:43:24 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 ~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.38_rc2-r8.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc2-r8.ebuild deleted file mode 100644 index 7196286fb432..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.38_rc2-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-2.6.38_rc2-r8.ebuild,v 1.1 2011/01/31 14:19:44 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 ~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.38_rc2-r9.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc2-r9.ebuild deleted file mode 100644 index c450d8ef49c9..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.38_rc2-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-2.6.38_rc2-r9.ebuild,v 1.1 2011/02/01 01:46: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 ~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.38_rc2-r1.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc3-r6.ebuild index bc114b04921f..5c90b60bc4b4 100644 --- a/sys-kernel/git-sources/git-sources-2.6.38_rc2-r1.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.38_rc3-r6.ebuild @@ -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/git-sources/git-sources-2.6.38_rc2-r1.ebuild,v 1.1 2011/01/24 13:00:47 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.38_rc3-r6.ebuild,v 1.1 2011/02/08 02:01:59 mpagano Exp $ UNIPATCH_STRICTORDER="yes" K_NOUSENAME="yes" diff --git a/sys-kernel/git-sources/git-sources-2.6.38_rc2.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc4.ebuild index ef3d01858a77..bcf89a7c56bc 100644 --- a/sys-kernel/git-sources/git-sources-2.6.38_rc2.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.38_rc4.ebuild @@ -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/git-sources/git-sources-2.6.38_rc2.ebuild,v 1.1 2011/01/22 19:42:01 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.38_rc4.ebuild,v 1.1 2011/02/08 02:01:59 mpagano Exp $ UNIPATCH_STRICTORDER="yes" K_NOUSENAME="yes" |