diff options
author | Mike Pagano <mpagano@gentoo.org> | 2008-05-12 20:03:10 +0000 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2008-05-12 20:03:10 +0000 |
commit | 3b358d3d537315ab728ef3ad5a21fe2f38c32115 (patch) | |
tree | b7d8039dee7dea022d446140ebfd28e757d39d28 /sys-kernel/git-sources | |
parent | Stable on ppc wrt bug 220651 (diff) | |
download | gentoo-2-3b358d3d537315ab728ef3ad5a21fe2f38c32115.tar.gz gentoo-2-3b358d3d537315ab728ef3ad5a21fe2f38c32115.tar.bz2 gentoo-2-3b358d3d537315ab728ef3ad5a21fe2f38c32115.zip |
Version bump and old version cleanup
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'sys-kernel/git-sources')
-rw-r--r-- | sys-kernel/git-sources/ChangeLog | 11 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.25-r16.ebuild | 31 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.25-r17.ebuild | 31 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.25-r18.ebuild | 31 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.25-r19.ebuild | 31 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.25-r20.ebuild | 31 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.26_rc2-r1.ebuild (renamed from sys-kernel/git-sources/git-sources-2.6.25-r15.ebuild) | 2 |
7 files changed, 11 insertions, 157 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index 3102397d33f0..92f125cfb2f0 100644 --- a/sys-kernel/git-sources/ChangeLog +++ b/sys-kernel/git-sources/ChangeLog @@ -1,6 +1,15 @@ # 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.251 2008/05/11 20:21:21 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.252 2008/05/12 20:03:10 mpagano Exp $ + +*git-sources-2.6.26_rc2-r1 (12 May 2008) + + 12 May 2008; Mike Pagano <mpagano@gentoo.org> + -git-sources-2.6.25-r15.ebuild, -git-sources-2.6.25-r16.ebuild, + -git-sources-2.6.25-r17.ebuild, -git-sources-2.6.25-r18.ebuild, + -git-sources-2.6.25-r19.ebuild, -git-sources-2.6.25-r20.ebuild, + +git-sources-2.6.26_rc2-r1.ebuild: + Version bump and old version cleanup *git-sources-2.6.26_rc1-r9 (11 May 2008) *git-sources-2.6.26_rc1-r8 (11 May 2008) diff --git a/sys-kernel/git-sources/git-sources-2.6.25-r16.ebuild b/sys-kernel/git-sources/git-sources-2.6.25-r16.ebuild deleted file mode 100644 index a2dc89b2d436..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.25-r16.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-r16.ebuild,v 1.1 2008/04/30 20:39: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 ~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-r17.ebuild b/sys-kernel/git-sources/git-sources-2.6.25-r17.ebuild deleted file mode 100644 index 8b10fabd2776..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.25-r17.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-r17.ebuild,v 1.1 2008/05/01 11:12: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 ~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-r18.ebuild b/sys-kernel/git-sources/git-sources-2.6.25-r18.ebuild deleted file mode 100644 index 5bb5a01c9ee3..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.25-r18.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-r18.ebuild,v 1.1 2008/05/01 23:35: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" - -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-r19.ebuild b/sys-kernel/git-sources/git-sources-2.6.25-r19.ebuild deleted file mode 100644 index caeff63fe557..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.25-r19.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-r19.ebuild,v 1.1 2008/05/02 19:53:29 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-r20.ebuild b/sys-kernel/git-sources/git-sources-2.6.25-r20.ebuild deleted file mode 100644 index 016346d7ffb3..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.25-r20.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-r20.ebuild,v 1.1 2008/05/03 20:46:23 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-r15.ebuild b/sys-kernel/git-sources/git-sources-2.6.26_rc2-r1.ebuild index fac3ce4aa42c..d1e0669ad6a0 100644 --- a/sys-kernel/git-sources/git-sources-2.6.25-r15.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.26_rc2-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-r15.ebuild,v 1.1 2008/04/30 11:46:19 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.26_rc2-r1.ebuild,v 1.1 2008/05/12 20:03:10 mpagano Exp $ UNIPATCH_STRICTORDER="yes" K_NOUSENAME="yes" |