diff options
author | 2013-05-14 09:58:35 +0000 | |
---|---|---|
committer | 2013-05-14 09:58:35 +0000 | |
commit | 97f1cae4e4086b83f70f024307abe7ff55580f4a (patch) | |
tree | a1a0a4c1d048497e1644da75ef4a10c20bdc6de5 /sys-kernel/git-sources | |
parent | drop old (diff) | |
download | gentoo-2-97f1cae4e4086b83f70f024307abe7ff55580f4a.tar.gz gentoo-2-97f1cae4e4086b83f70f024307abe7ff55580f4a.tar.bz2 gentoo-2-97f1cae4e4086b83f70f024307abe7ff55580f4a.zip |
Version bump to 3.10, remove old
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
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-3.10_rc1.ebuild (renamed from sys-kernel/git-sources/git-sources-3.9_rc5.ebuild) | 2 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.9_rc1.ebuild | 35 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.9_rc2.ebuild | 35 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.9_rc3.ebuild | 35 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.9_rc4.ebuild | 35 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.9_rc6.ebuild | 35 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.9_rc7.ebuild | 35 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-3.9_rc8.ebuild | 35 |
9 files changed, 11 insertions, 247 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index bbbe85a37e84..f28bd58a06c1 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1339 2013/04/22 00:47:58 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1340 2013/05/14 09:58:35 ago Exp $ + +*git-sources-3.10_rc1 (14 May 2013) + + 14 May 2013; Agostino Sarubbo <ago@gentoo.org> +git-sources-3.10_rc1.ebuild, + -git-sources-3.9_rc1.ebuild, -git-sources-3.9_rc2.ebuild, + -git-sources-3.9_rc3.ebuild, -git-sources-3.9_rc4.ebuild, + -git-sources-3.9_rc5.ebuild, -git-sources-3.9_rc6.ebuild, + -git-sources-3.9_rc7.ebuild, -git-sources-3.9_rc8.ebuild: + Version bump to 3.10, remove old *git-sources-3.9_rc8 (22 Apr 2013) diff --git a/sys-kernel/git-sources/git-sources-3.9_rc5.ebuild b/sys-kernel/git-sources/git-sources-3.10_rc1.ebuild index 32cebc5dc14c..c14c81f675c9 100644 --- a/sys-kernel/git-sources/git-sources-3.9_rc5.ebuild +++ b/sys-kernel/git-sources/git-sources-3.10_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.9_rc5.ebuild,v 1.1 2013/04/01 13:24:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.10_rc1.ebuild,v 1.1 2013/05/14 09:58:35 ago Exp $ EAPI="5" UNIPATCH_STRICTORDER="yes" diff --git a/sys-kernel/git-sources/git-sources-3.9_rc1.ebuild b/sys-kernel/git-sources/git-sources-3.9_rc1.ebuild deleted file mode 100644 index d21472f8d2d3..000000000000 --- a/sys-kernel/git-sources/git-sources-3.9_rc1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 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.9_rc1.ebuild,v 1.2 2013/03/09 21:07:33 tomwij Exp $ - -EAPI="5" -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.9_rc2.ebuild b/sys-kernel/git-sources/git-sources-3.9_rc2.ebuild deleted file mode 100644 index a51ebb542378..000000000000 --- a/sys-kernel/git-sources/git-sources-3.9_rc2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 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.9_rc2.ebuild,v 1.1 2013/03/11 13:35:24 mpagano Exp $ - -EAPI="5" -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.9_rc3.ebuild b/sys-kernel/git-sources/git-sources-3.9_rc3.ebuild deleted file mode 100644 index 14f8b5da7c77..000000000000 --- a/sys-kernel/git-sources/git-sources-3.9_rc3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 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.9_rc3.ebuild,v 1.1 2013/03/18 00:01:57 mpagano Exp $ - -EAPI="5" -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.9_rc4.ebuild b/sys-kernel/git-sources/git-sources-3.9_rc4.ebuild deleted file mode 100644 index 8a6e50612b42..000000000000 --- a/sys-kernel/git-sources/git-sources-3.9_rc4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 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.9_rc4.ebuild,v 1.1 2013/03/24 00:49:08 mpagano Exp $ - -EAPI="5" -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.9_rc6.ebuild b/sys-kernel/git-sources/git-sources-3.9_rc6.ebuild deleted file mode 100644 index 067617bac1fb..000000000000 --- a/sys-kernel/git-sources/git-sources-3.9_rc6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 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.9_rc6.ebuild,v 1.1 2013/04/08 11:05:50 mpagano Exp $ - -EAPI="5" -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.9_rc7.ebuild b/sys-kernel/git-sources/git-sources-3.9_rc7.ebuild deleted file mode 100644 index e4108377fe43..000000000000 --- a/sys-kernel/git-sources/git-sources-3.9_rc7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 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.9_rc7.ebuild,v 1.1 2013/04/15 12:45:54 ago Exp $ - -EAPI="5" -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.9_rc8.ebuild b/sys-kernel/git-sources/git-sources-3.9_rc8.ebuild deleted file mode 100644 index 12a189d75794..000000000000 --- a/sys-kernel/git-sources/git-sources-3.9_rc8.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 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.9_rc8.ebuild,v 1.1 2013/04/22 00:47:58 mpagano Exp $ - -EAPI="5" -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 -} |