summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2012-10-21 15:25:29 +0000
committerMike Pagano <mpagano@gentoo.org>2012-10-21 15:25:29 +0000
commitbe5b57450e06b1b6669926085aad2cdfed85aa6b (patch)
tree0c370f94c37f0614d8c1fa1b9c2b49838297b913 /sys-kernel
parentVersion bump (diff)
downloadgentoo-2-be5b57450e06b1b6669926085aad2cdfed85aa6b.tar.gz
gentoo-2-be5b57450e06b1b6669926085aad2cdfed85aa6b.tar.bz2
gentoo-2-be5b57450e06b1b6669926085aad2cdfed85aa6b.zip
Version bump and old version cleanup
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key B576E4E3)
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/git-sources/ChangeLog11
-rw-r--r--sys-kernel/git-sources/git-sources-3.6_rc2.ebuild35
-rw-r--r--sys-kernel/git-sources/git-sources-3.6_rc3.ebuild35
-rw-r--r--sys-kernel/git-sources/git-sources-3.6_rc4.ebuild35
-rw-r--r--sys-kernel/git-sources/git-sources-3.6_rc5.ebuild35
-rw-r--r--sys-kernel/git-sources/git-sources-3.6_rc6.ebuild35
-rw-r--r--sys-kernel/git-sources/git-sources-3.6_rc7.ebuild35
-rw-r--r--sys-kernel/git-sources/git-sources-3.7_rc2.ebuild (renamed from sys-kernel/git-sources/git-sources-3.6_rc1.ebuild)2
8 files changed, 11 insertions, 212 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog
index 7843e68955a6..bb6de2b53bfc 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1314 2012/10/15 15:29:16 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1315 2012/10/21 15:25:28 mpagano Exp $
+
+*git-sources-3.7_rc2 (21 Oct 2012)
+
+ 21 Oct 2012; Michael Pagano <mpagano@gentoo.org> -git-sources-3.6_rc1.ebuild,
+ -git-sources-3.6_rc2.ebuild, -git-sources-3.6_rc3.ebuild,
+ -git-sources-3.6_rc4.ebuild, -git-sources-3.6_rc5.ebuild,
+ -git-sources-3.6_rc6.ebuild, -git-sources-3.6_rc7.ebuild,
+ +git-sources-3.7_rc2.ebuild:
+ Version bump and old version cleanup
*git-sources-3.7_rc1 (15 Oct 2012)
diff --git a/sys-kernel/git-sources/git-sources-3.6_rc2.ebuild b/sys-kernel/git-sources/git-sources-3.6_rc2.ebuild
deleted file mode 100644
index 7c95d9251933..000000000000
--- a/sys-kernel/git-sources/git-sources-3.6_rc2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.6_rc2.ebuild,v 1.1 2012/08/16 23:39:06 mpagano Exp $
-
-EAPI="4"
-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}"
-
-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://bugzilla.kernel.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-3.6_rc3.ebuild b/sys-kernel/git-sources/git-sources-3.6_rc3.ebuild
deleted file mode 100644
index a6e450f8cfe3..000000000000
--- a/sys-kernel/git-sources/git-sources-3.6_rc3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.6_rc3.ebuild,v 1.1 2012/08/23 13:36:58 mpagano Exp $
-
-EAPI="4"
-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}"
-
-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://bugzilla.kernel.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-3.6_rc4.ebuild b/sys-kernel/git-sources/git-sources-3.6_rc4.ebuild
deleted file mode 100644
index bda7252273d6..000000000000
--- a/sys-kernel/git-sources/git-sources-3.6_rc4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.6_rc4.ebuild,v 1.1 2012/09/04 14:10:49 mpagano Exp $
-
-EAPI="4"
-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}"
-
-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://bugzilla.kernel.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-3.6_rc5.ebuild b/sys-kernel/git-sources/git-sources-3.6_rc5.ebuild
deleted file mode 100644
index 40b2b6d27c46..000000000000
--- a/sys-kernel/git-sources/git-sources-3.6_rc5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.6_rc5.ebuild,v 1.1 2012/09/09 18:22:14 mpagano Exp $
-
-EAPI="4"
-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}"
-
-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://bugzilla.kernel.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-3.6_rc6.ebuild b/sys-kernel/git-sources/git-sources-3.6_rc6.ebuild
deleted file mode 100644
index d2aaf4e70899..000000000000
--- a/sys-kernel/git-sources/git-sources-3.6_rc6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.6_rc6.ebuild,v 1.1 2012/09/18 03:11:13 mpagano Exp $
-
-EAPI="4"
-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}"
-
-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://bugzilla.kernel.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-3.6_rc7.ebuild b/sys-kernel/git-sources/git-sources-3.6_rc7.ebuild
deleted file mode 100644
index c7f706966dc4..000000000000
--- a/sys-kernel/git-sources/git-sources-3.6_rc7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.6_rc7.ebuild,v 1.1 2012/09/24 15:56:48 mpagano Exp $
-
-EAPI="4"
-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}"
-
-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://bugzilla.kernel.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-3.6_rc1.ebuild b/sys-kernel/git-sources/git-sources-3.7_rc2.ebuild
index 87763c7926fc..8d874e0cb760 100644
--- a/sys-kernel/git-sources/git-sources-3.6_rc1.ebuild
+++ b/sys-kernel/git-sources/git-sources-3.7_rc2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.6_rc1.ebuild,v 1.1 2012/08/03 12:07:26 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.7_rc2.ebuild,v 1.1 2012/10/21 15:25:29 mpagano Exp $
EAPI="4"
UNIPATCH_STRICTORDER="yes"