diff options
author | Mike Pagano <mpagano@gentoo.org> | 2008-03-06 12:36:04 +0000 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2008-03-06 12:36:04 +0000 |
commit | 799ac980546857658b3995334b672b42fb7e5756 (patch) | |
tree | bc8626b93d781c16a6d71667be9d4ea829124ccf /sys-kernel | |
parent | alpha/ia64/sparc/x86 stable (diff) | |
download | gentoo-2-799ac980546857658b3995334b672b42fb7e5756.tar.gz gentoo-2-799ac980546857658b3995334b672b42fb7e5756.tar.bz2 gentoo-2-799ac980546857658b3995334b672b42fb7e5756.zip |
Version bump and old version cleanup
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/git-sources/ChangeLog | 12 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.25_rc2-r2.ebuild | 31 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.25_rc2-r3.ebuild | 31 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.25_rc2-r4.ebuild | 31 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.25_rc2-r5.ebuild | 31 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.25_rc2-r6.ebuild | 31 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.25_rc2-r7.ebuild | 31 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.25_rc2-r8.ebuild | 31 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.25_rc4-r1.ebuild (renamed from sys-kernel/git-sources/git-sources-2.6.25_rc2-r1.ebuild) | 2 |
9 files changed, 12 insertions, 219 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index be9e2cd3019d..59a748c844b0 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.191 2008/03/04 21:25:06 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.192 2008/03/06 12:36:04 mpagano Exp $ + +*git-sources-2.6.25_rc4-r1 (06 Mar 2008) + + 06 Mar 2008; Mike Pagano <mpagano@gentoo.org> + -git-sources-2.6.25_rc2-r1.ebuild, -git-sources-2.6.25_rc2-r2.ebuild, + -git-sources-2.6.25_rc2-r3.ebuild, -git-sources-2.6.25_rc2-r4.ebuild, + -git-sources-2.6.25_rc2-r5.ebuild, -git-sources-2.6.25_rc2-r6.ebuild, + -git-sources-2.6.25_rc2-r7.ebuild, -git-sources-2.6.25_rc2-r8.ebuild, + +git-sources-2.6.25_rc4-r1.ebuild: + Version bump and old version cleanup *git-sources-2.6.25_rc3-r6 (04 Mar 2008) diff --git a/sys-kernel/git-sources/git-sources-2.6.25_rc2-r2.ebuild b/sys-kernel/git-sources/git-sources-2.6.25_rc2-r2.ebuild deleted file mode 100644 index 82438c9b3775..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.25_rc2-r2.ebuild +++ /dev/null @@ -1,31 +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.25_rc2-r2.ebuild,v 1.1 2008/02/19 12:24:22 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" - -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.25_rc2-r3.ebuild b/sys-kernel/git-sources/git-sources-2.6.25_rc2-r3.ebuild deleted file mode 100644 index 981c376470d7..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.25_rc2-r3.ebuild +++ /dev/null @@ -1,31 +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.25_rc2-r3.ebuild,v 1.1 2008/02/19 20:05:57 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" - -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.25_rc2-r4.ebuild b/sys-kernel/git-sources/git-sources-2.6.25_rc2-r4.ebuild deleted file mode 100644 index 2ecc5c92737b..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.25_rc2-r4.ebuild +++ /dev/null @@ -1,31 +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.25_rc2-r4.ebuild,v 1.1 2008/02/20 13:10:57 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" - -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.25_rc2-r5.ebuild b/sys-kernel/git-sources/git-sources-2.6.25_rc2-r5.ebuild deleted file mode 100644 index 8999f3be2721..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.25_rc2-r5.ebuild +++ /dev/null @@ -1,31 +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.25_rc2-r5.ebuild,v 1.1 2008/02/21 13:02:39 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" - -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.25_rc2-r6.ebuild b/sys-kernel/git-sources/git-sources-2.6.25_rc2-r6.ebuild deleted file mode 100644 index 767ee9c88c50..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.25_rc2-r6.ebuild +++ /dev/null @@ -1,31 +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.25_rc2-r6.ebuild,v 1.1 2008/02/22 14:44: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" - -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.25_rc2-r7.ebuild b/sys-kernel/git-sources/git-sources-2.6.25_rc2-r7.ebuild deleted file mode 100644 index a569f4d5ec09..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.25_rc2-r7.ebuild +++ /dev/null @@ -1,31 +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.25_rc2-r7.ebuild,v 1.1 2008/02/23 21:28:26 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" - -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.25_rc2-r8.ebuild b/sys-kernel/git-sources/git-sources-2.6.25_rc2-r8.ebuild deleted file mode 100644 index 80033ef2f4a6..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.25_rc2-r8.ebuild +++ /dev/null @@ -1,31 +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.25_rc2-r8.ebuild,v 1.1 2008/02/24 15:22:03 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" - -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.25_rc2-r1.ebuild b/sys-kernel/git-sources/git-sources-2.6.25_rc4-r1.ebuild index 8a0262599d1a..23a835ae8c11 100644 --- a/sys-kernel/git-sources/git-sources-2.6.25_rc2-r1.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.25_rc4-r1.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.25_rc2-r1.ebuild,v 1.1 2008/02/16 10:52:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.25_rc4-r1.ebuild,v 1.1 2008/03/06 12:36:04 mpagano Exp $ UNIPATCH_STRICTORDER="yes" K_NOUSENAME="yes" |