diff options
author | 2008-08-29 01:07:12 +0000 | |
---|---|---|
committer | 2008-08-29 01:07:12 +0000 | |
commit | b509bd337bacfb032a4bc33356b23c7e9fb771f2 (patch) | |
tree | 04b2a91103d6108a0a6245c91d782f8706c44e7b /sys-kernel/git-sources | |
parent | whitespace (diff) | |
download | gentoo-2-b509bd337bacfb032a4bc33356b23c7e9fb771f2.tar.gz gentoo-2-b509bd337bacfb032a4bc33356b23c7e9fb771f2.tar.bz2 gentoo-2-b509bd337bacfb032a4bc33356b23c7e9fb771f2.zip |
Version bump and old version cleanup
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'sys-kernel/git-sources')
-rw-r--r-- | sys-kernel/git-sources/ChangeLog | 12 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.27_rc3-r1.ebuild | 32 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.27_rc3-r2.ebuild | 32 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.27_rc3-r3.ebuild | 32 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.27_rc3-r4.ebuild | 32 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.27_rc3-r5.ebuild | 32 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.27_rc3-r6.ebuild | 32 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.27_rc3-r7.ebuild | 32 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.27_rc5.ebuild (renamed from sys-kernel/git-sources/git-sources-2.6.27_rc3.ebuild) | 2 |
9 files changed, 12 insertions, 226 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index 322d42f1d1c8..4ea2d528dee3 100644 --- a/sys-kernel/git-sources/ChangeLog +++ b/sys-kernel/git-sources/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for sys-kernel/git-sources # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.327 2008/08/28 01:35:26 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.328 2008/08/29 01:07:12 mpagano Exp $ + +*git-sources-2.6.27_rc5 (29 Aug 2008) + + 29 Aug 2008; Michael Pagano <mpagano@gentoo.org> + -git-sources-2.6.27_rc3.ebuild, -git-sources-2.6.27_rc3-r1.ebuild, + -git-sources-2.6.27_rc3-r2.ebuild, -git-sources-2.6.27_rc3-r3.ebuild, + -git-sources-2.6.27_rc3-r4.ebuild, -git-sources-2.6.27_rc3-r5.ebuild, + -git-sources-2.6.27_rc3-r6.ebuild, -git-sources-2.6.27_rc3-r7.ebuild, + +git-sources-2.6.27_rc5.ebuild: + Version bump and old version cleanup *git-sources-2.6.27_rc4-r7 (28 Aug 2008) diff --git a/sys-kernel/git-sources/git-sources-2.6.27_rc3-r1.ebuild b/sys-kernel/git-sources/git-sources-2.6.27_rc3-r1.ebuild deleted file mode 100644 index a3f5eab6a177..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.27_rc3-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 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.27_rc3-r1.ebuild,v 1.1 2008/08/14 01:16:31 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 ~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.27_rc3-r2.ebuild b/sys-kernel/git-sources/git-sources-2.6.27_rc3-r2.ebuild deleted file mode 100644 index ac913809ce55..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.27_rc3-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 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.27_rc3-r2.ebuild,v 1.1 2008/08/14 12:53:33 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 ~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.27_rc3-r3.ebuild b/sys-kernel/git-sources/git-sources-2.6.27_rc3-r3.ebuild deleted file mode 100644 index cc5f3c3b3344..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.27_rc3-r3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 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.27_rc3-r3.ebuild,v 1.1 2008/08/16 00:48:01 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 ~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.27_rc3-r4.ebuild b/sys-kernel/git-sources/git-sources-2.6.27_rc3-r4.ebuild deleted file mode 100644 index c7bc048b8e80..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.27_rc3-r4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 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.27_rc3-r4.ebuild,v 1.1 2008/08/17 18:16: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 ~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.27_rc3-r5.ebuild b/sys-kernel/git-sources/git-sources-2.6.27_rc3-r5.ebuild deleted file mode 100644 index 9032c0faef98..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.27_rc3-r5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 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.27_rc3-r5.ebuild,v 1.1 2008/08/19 00:54:17 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 ~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.27_rc3-r6.ebuild b/sys-kernel/git-sources/git-sources-2.6.27_rc3-r6.ebuild deleted file mode 100644 index 611e283233a3..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.27_rc3-r6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 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.27_rc3-r6.ebuild,v 1.1 2008/08/19 18:13:27 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 ~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.27_rc3-r7.ebuild b/sys-kernel/git-sources/git-sources-2.6.27_rc3-r7.ebuild deleted file mode 100644 index f39de596f535..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.27_rc3-r7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 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.27_rc3-r7.ebuild,v 1.1 2008/08/21 01:21:24 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 ~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.27_rc3.ebuild b/sys-kernel/git-sources/git-sources-2.6.27_rc5.ebuild index dea00d08eed2..ab7baa1a1b11 100644 --- a/sys-kernel/git-sources/git-sources-2.6.27_rc3.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.27_rc5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.27_rc3.ebuild,v 1.1 2008/08/13 11:34:49 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.27_rc5.ebuild,v 1.1 2008/08/29 01:07:12 mpagano Exp $ UNIPATCH_STRICTORDER="yes" K_NOUSENAME="yes" |