summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2011-03-08 13:49:13 +0000
committerMike Pagano <mpagano@gentoo.org>2011-03-08 13:49:13 +0000
commit8a8450951b177e96e8e0d681f68cb287f8e0bdff (patch)
tree7c51a414ac4559e1578b171dc6f5061787f17ab1 /sys-kernel
parentVersion bump fixing gcc-4.6 build (bug #354277 by Ryan Hill) and allowing bui... (diff)
downloadgentoo-2-8a8450951b177e96e8e0d681f68cb287f8e0bdff.tar.gz
gentoo-2-8a8450951b177e96e8e0d681f68cb287f8e0bdff.tar.bz2
gentoo-2-8a8450951b177e96e8e0d681f68cb287f8e0bdff.zip
Version bump and old version cleaup
(Portage version: 2.2.0_alpha26/cvs/Linux i686)
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/git-sources/ChangeLog13
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.38_rc6-r2.ebuild33
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.38_rc6-r3.ebuild33
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.38_rc6-r4.ebuild33
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.38_rc6-r5.ebuild33
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.38_rc6-r6.ebuild33
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.38_rc6-r7.ebuild33
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.38_rc7-r5.ebuild (renamed from sys-kernel/git-sources/git-sources-2.6.38_rc6-r1.ebuild)2
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.38_rc8.ebuild (renamed from sys-kernel/git-sources/git-sources-2.6.38_rc6.ebuild)2
9 files changed, 14 insertions, 201 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog
index a42378d0743f..080ce65e31a0 100644
--- a/sys-kernel/git-sources/ChangeLog
+++ b/sys-kernel/git-sources/ChangeLog
@@ -1,6 +1,17 @@
# 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.1088 2011/03/06 02:10:00 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1089 2011/03/08 13:49:12 mpagano Exp $
+
+*git-sources-2.6.38_rc8 (08 Mar 2011)
+*git-sources-2.6.38_rc7-r5 (08 Mar 2011)
+
+ 08 Mar 2011; Mike Pagano <mpagano@gentoo.org> -git-sources-2.6.38_rc6.ebuild,
+ -git-sources-2.6.38_rc6-r1.ebuild, -git-sources-2.6.38_rc6-r2.ebuild,
+ -git-sources-2.6.38_rc6-r3.ebuild, -git-sources-2.6.38_rc6-r4.ebuild,
+ -git-sources-2.6.38_rc6-r5.ebuild, -git-sources-2.6.38_rc6-r6.ebuild,
+ -git-sources-2.6.38_rc6-r7.ebuild, +git-sources-2.6.38_rc7-r5.ebuild,
+ +git-sources-2.6.38_rc8.ebuild:
+ Version bump and old version cleaup
*git-sources-2.6.38_rc7-r4 (06 Mar 2011)
diff --git a/sys-kernel/git-sources/git-sources-2.6.38_rc6-r2.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc6-r2.ebuild
deleted file mode 100644
index cf4da73e726a..000000000000
--- a/sys-kernel/git-sources/git-sources-2.6.38_rc6-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_rc6-r2.ebuild,v 1.1 2011/02/23 14:32:22 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 ~hppa ~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_rc6-r3.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc6-r3.ebuild
deleted file mode 100644
index 9491b9d0bc4f..000000000000
--- a/sys-kernel/git-sources/git-sources-2.6.38_rc6-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_rc6-r3.ebuild,v 1.1 2011/02/24 17:30:13 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 ~hppa ~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_rc6-r4.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc6-r4.ebuild
deleted file mode 100644
index 93be807b5b55..000000000000
--- a/sys-kernel/git-sources/git-sources-2.6.38_rc6-r4.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_rc6-r4.ebuild,v 1.1 2011/02/25 02:57:48 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 ~hppa ~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_rc6-r5.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc6-r5.ebuild
deleted file mode 100644
index c5687af628c4..000000000000
--- a/sys-kernel/git-sources/git-sources-2.6.38_rc6-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_rc6-r5.ebuild,v 1.1 2011/02/25 17:30:09 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 ~hppa ~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_rc6-r6.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc6-r6.ebuild
deleted file mode 100644
index 6e95075e09de..000000000000
--- a/sys-kernel/git-sources/git-sources-2.6.38_rc6-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_rc6-r6.ebuild,v 1.1 2011/02/26 02:26:28 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 ~hppa ~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_rc6-r7.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc6-r7.ebuild
deleted file mode 100644
index 1de3817ca84f..000000000000
--- a/sys-kernel/git-sources/git-sources-2.6.38_rc6-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_rc6-r7.ebuild,v 1.1 2011/03/01 19:35:27 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 ~hppa ~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_rc6-r1.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc7-r5.ebuild
index a4aeaf6951d7..a70e28933e48 100644
--- a/sys-kernel/git-sources/git-sources-2.6.38_rc6-r1.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.38_rc7-r5.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_rc6-r1.ebuild,v 1.2 2011/02/23 14:32:22 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.38_rc7-r5.ebuild,v 1.1 2011/03/08 13:49:13 mpagano Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
diff --git a/sys-kernel/git-sources/git-sources-2.6.38_rc6.ebuild b/sys-kernel/git-sources/git-sources-2.6.38_rc8.ebuild
index 27613d9a9169..62e99e397c37 100644
--- a/sys-kernel/git-sources/git-sources-2.6.38_rc6.ebuild
+++ b/sys-kernel/git-sources/git-sources-2.6.38_rc8.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_rc6.ebuild,v 1.1 2011/02/23 01:45:07 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.38_rc8.ebuild,v 1.1 2011/03/08 13:49:13 mpagano Exp $
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"