diff options
Diffstat (limited to 'sys-kernel')
16 files changed, 38 insertions, 327 deletions
diff --git a/sys-kernel/gentoo-sources/ChangeLog b/sys-kernel/gentoo-sources/ChangeLog index f4d32314a6d1..8e76e2d3da3f 100644 --- a/sys-kernel/gentoo-sources/ChangeLog +++ b/sys-kernel/gentoo-sources/ChangeLog @@ -1,6 +1,36 @@ # ChangeLog for sys-kernel/gentoo-sources # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.1139 2013/06/15 18:21:38 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.1140 2013/06/20 23:23:56 tomwij Exp $ + +*gentoo-sources-3.9.7 (20 Jun 2013) +*gentoo-sources-3.2.47 (20 Jun 2013) +*gentoo-sources-3.0.83 (20 Jun 2013) +*gentoo-sources-3.4.50 (20 Jun 2013) + + 20 Jun 2013; Tom Wijsman <TomWij@gentoo.org> +gentoo-sources-3.0.83.ebuild, + +gentoo-sources-3.2.47.ebuild, +gentoo-sources-3.4.50.ebuild, + +gentoo-sources-3.9.7.ebuild, -gentoo-sources-3.0.76.ebuild, + -gentoo-sources-3.0.77.ebuild, -gentoo-sources-3.0.78.ebuild, + -gentoo-sources-3.0.79.ebuild, -gentoo-sources-3.2.45.ebuild, + -gentoo-sources-3.4.43.ebuild, -gentoo-sources-3.4.44.ebuild, + -gentoo-sources-3.4.45.ebuild, -gentoo-sources-3.4.46.ebuild, + -gentoo-sources-3.8.11.ebuild, -gentoo-sources-3.8.12.ebuild, + -gentoo-sources-3.9.1-r1.ebuild, -gentoo-sources-3.9.1.ebuild, + -gentoo-sources-3.9.2.ebuild, -gentoo-sources-3.9.3.ebuild: + Dropped unstable testing versions older than a month. Linux patches 3.0.83, + 3.2.47, 3.4.50 and 3.9.7. Since 3.9.7, the dmesg restrict patch is in the + kernel and therefore has been removed from genpatches; furthermore, with that + version we have added a stable queue patch that deals with the I/O errors + commonly seen in Portage output as per bug #459674. Also, three patches were + added to introduce BFQ support which remains completely optional as it is off + by default and therefore not compiled into the kernel unless you toggle it on + in the menuconfig. There exists a chance that we add a very small amount of + such popular optional patches to spare large groups of users and other + maintainers from having to add, track and maintain them theirselves. Since 3.9 + is not near EOL yet the BFQ patches were added to give them a try, this was + requested in #gentoo-kernel, feedback on this idea is welcome; on a side note, + the author of BFQ is planning to upstream them so we might see them go into + the main kernel in the nearby future. 15 Jun 2013; Tom Wijsman <TomWij@gentoo.org> gentoo-sources-3.7.10.ebuild: Dropped more keywords on 3.7.10. diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.0.78.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.0.78.ebuild deleted file mode 100644 index 30dc1bd3d81b..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.0.78.ebuild +++ /dev/null @@ -1,29 +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/gentoo-sources/gentoo-sources-3.0.78.ebuild,v 1.1 2013/05/11 22:26:32 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="49" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.0.79.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.0.79.ebuild deleted file mode 100644 index 4af32263a84c..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.0.79.ebuild +++ /dev/null @@ -1,29 +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/gentoo-sources/gentoo-sources-3.0.79.ebuild,v 1.1 2013/05/20 18:02:16 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="50" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.0.76.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.0.83.ebuild index 986772a8e0b1..50997999d487 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.0.76.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.0.83.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.0.76.ebuild,v 1.1 2013/05/01 21:04:31 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.0.83.ebuild,v 1.1 2013/06/20 23:23:56 tomwij Exp $ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="47" +K_GENPATCHES_VER="54" K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.2.45.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.2.45.ebuild deleted file mode 100644 index 28ef0816a56c..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.2.45.ebuild +++ /dev/null @@ -1,29 +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/gentoo-sources/gentoo-sources-3.2.45.ebuild,v 1.1 2013/05/14 17:29:48 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="25" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.4.45.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.2.47.ebuild index 1154486f69bd..e932ddb4114d 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.4.45.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.2.47.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/gentoo-sources/gentoo-sources-3.4.45.ebuild,v 1.1 2013/05/11 22:26:32 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.2.47.ebuild,v 1.1 2013/06/20 23:23:56 tomwij Exp $ EAPI="5" ETYPE="sources" diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.4.43.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.4.43.ebuild deleted file mode 100644 index 45cbd38f5894..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.4.43.ebuild +++ /dev/null @@ -1,29 +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/gentoo-sources/gentoo-sources-3.4.43.ebuild,v 1.1 2013/05/01 21:04:31 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="25" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.4.44.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.4.44.ebuild deleted file mode 100644 index 45f87d0da22c..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.4.44.ebuild +++ /dev/null @@ -1,29 +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/gentoo-sources/gentoo-sources-3.4.44.ebuild,v 1.1 2013/05/09 18:58:53 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="26" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.4.46.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.4.46.ebuild deleted file mode 100644 index 61400016cae2..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.4.46.ebuild +++ /dev/null @@ -1,29 +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/gentoo-sources/gentoo-sources-3.4.46.ebuild,v 1.1 2013/05/20 18:02:16 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="28" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.0.77.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.4.50.ebuild index 94cd811e41d5..ad1b4cfa9eb3 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.0.77.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.4.50.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.0.77.ebuild,v 1.1 2013/05/09 18:58:53 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.4.50.ebuild,v 1.1 2013/06/20 23:23:56 tomwij Exp $ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="48" +K_GENPATCHES_VER="32" K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.8.11.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.8.11.ebuild deleted file mode 100644 index 0b4e38ce8ce3..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.8.11.ebuild +++ /dev/null @@ -1,29 +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/gentoo-sources/gentoo-sources-3.8.11.ebuild,v 1.1 2013/05/01 21:04:31 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="14" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.8.12.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.8.12.ebuild deleted file mode 100644 index 60bdafbeb36b..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.8.12.ebuild +++ /dev/null @@ -1,29 +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/gentoo-sources/gentoo-sources-3.8.12.ebuild,v 1.1 2013/05/09 18:58:53 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="15" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.9.1-r1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.9.1-r1.ebuild deleted file mode 100644 index 542895612256..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.9.1-r1.ebuild +++ /dev/null @@ -1,29 +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/gentoo-sources/gentoo-sources-3.9.1-r1.ebuild,v 1.1 2013/05/10 00:20:42 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="4" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.9.2.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.9.2.ebuild deleted file mode 100644 index 742c72eb2951..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.9.2.ebuild +++ /dev/null @@ -1,29 +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/gentoo-sources/gentoo-sources-3.9.2.ebuild,v 1.1 2013/05/11 18:54:44 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="5" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.9.3.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.9.3.ebuild deleted file mode 100644 index ff9325cf92fc..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.9.3.ebuild +++ /dev/null @@ -1,29 +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/gentoo-sources/gentoo-sources-3.9.3.ebuild,v 1.1 2013/05/20 18:02:16 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="6" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.9.1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.9.7.ebuild index 6e6922d02916..846e968e98e6 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.9.1.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.9.7.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.9.1.ebuild,v 1.2 2013/05/09 20:31:30 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.9.7.ebuild,v 1.1 2013/06/20 23:23:56 tomwij Exp $ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="3" +K_GENPATCHES_VER="11" K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version |