diff options
author | Mike Pagano <mpagano@gentoo.org> | 2010-10-22 12:40:16 +0000 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2010-10-22 12:40:16 +0000 |
commit | 45f28b41bcd210328584fe0fb6563d9944585685 (patch) | |
tree | 136160859035913cf44484bf5797708af0c5a8fc /sys-kernel | |
parent | New snapshot. Migrate to xorg-2.eclass. Further adjust DRM warning and libdrm... (diff) | |
download | gentoo-2-45f28b41bcd210328584fe0fb6563d9944585685.tar.gz gentoo-2-45f28b41bcd210328584fe0fb6563d9944585685.tar.bz2 gentoo-2-45f28b41bcd210328584fe0fb6563d9944585685.zip |
Version bump and old version cleanup
(Portage version: 2.2_rc98/cvs/Linux i686)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/git-sources/ChangeLog | 11 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.36-r1.ebuild (renamed from sys-kernel/git-sources/git-sources-2.6.36_rc7.ebuild) | 2 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.36_rc7-r1.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.36_rc7-r2.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.36_rc7-r3.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.36_rc7-r4.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.36_rc7-r5.ebuild | 33 |
7 files changed, 11 insertions, 167 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index 934e3094a575..3beca1c2c654 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.939 2010/10/20 00:43:28 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.940 2010/10/22 12:40:15 mpagano Exp $ + +*git-sources-2.6.36-r1 (22 Oct 2010) + + 22 Oct 2010; Mike Pagano <mpagano@gentoo.org> + -git-sources-2.6.36_rc7.ebuild, -git-sources-2.6.36_rc7-r1.ebuild, + -git-sources-2.6.36_rc7-r2.ebuild, -git-sources-2.6.36_rc7-r3.ebuild, + -git-sources-2.6.36_rc7-r4.ebuild, -git-sources-2.6.36_rc7-r5.ebuild, + +git-sources-2.6.36-r1.ebuild: + Version bump and old version cleanup *git-sources-2.6.36_rc8-r5 (20 Oct 2010) diff --git a/sys-kernel/git-sources/git-sources-2.6.36_rc7.ebuild b/sys-kernel/git-sources/git-sources-2.6.36-r1.ebuild index d9ddcfde9da1..cd19cd653731 100644 --- a/sys-kernel/git-sources/git-sources-2.6.36_rc7.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.36-r1.ebuild @@ -1,6 +1,6 @@ # 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.36_rc7.ebuild,v 1.1 2010/10/07 00:34:23 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.36-r1.ebuild,v 1.1 2010/10/22 12:40:16 mpagano Exp $ UNIPATCH_STRICTORDER="yes" K_NOUSENAME="yes" diff --git a/sys-kernel/git-sources/git-sources-2.6.36_rc7-r1.ebuild b/sys-kernel/git-sources/git-sources-2.6.36_rc7-r1.ebuild deleted file mode 100644 index 486d9c2abee0..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.36_rc7-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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.36_rc7-r1.ebuild,v 1.1 2010/10/08 11:24:59 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.36_rc7-r2.ebuild b/sys-kernel/git-sources/git-sources-2.6.36_rc7-r2.ebuild deleted file mode 100644 index a4d616f16cfa..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.36_rc7-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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.36_rc7-r2.ebuild,v 1.1 2010/10/10 18:16: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.36_rc7-r3.ebuild b/sys-kernel/git-sources/git-sources-2.6.36_rc7-r3.ebuild deleted file mode 100644 index 22477abc5e57..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.36_rc7-r3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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.36_rc7-r3.ebuild,v 1.1 2010/10/12 12:04: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 ~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.36_rc7-r4.ebuild b/sys-kernel/git-sources/git-sources-2.6.36_rc7-r4.ebuild deleted file mode 100644 index 9224f137f3db..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.36_rc7-r4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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.36_rc7-r4.ebuild,v 1.1 2010/10/13 12:25:06 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.36_rc7-r5.ebuild b/sys-kernel/git-sources/git-sources-2.6.36_rc7-r5.ebuild deleted file mode 100644 index 7f0887947951..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.36_rc7-r5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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.36_rc7-r5.ebuild,v 1.1 2010/10/14 14:24:53 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 -} |