diff options
author | 2013-04-08 10:34:39 +0000 | |
---|---|---|
committer | 2013-04-08 10:34:39 +0000 | |
commit | 913806a9f890479a82e5a124e8c18a9b805647c4 (patch) | |
tree | 049d22704c8b0bd1d9cde12b7336bbdff8bf7a4b /sys-kernel | |
parent | Version bump. (diff) | |
download | gentoo-2-913806a9f890479a82e5a124e8c18a9b805647c4.tar.gz gentoo-2-913806a9f890479a82e5a124e8c18a9b805647c4.tar.bz2 gentoo-2-913806a9f890479a82e5a124e8c18a9b805647c4.zip |
Linux patches 3.0.72 and 3.4.39. Patch to fix brightness control on some ThinkPad laptops, see bug #463304.
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/gentoo-sources/ChangeLog | 10 | ||||
-rw-r--r-- | sys-kernel/gentoo-sources/gentoo-sources-3.0.72.ebuild | 29 | ||||
-rw-r--r-- | sys-kernel/gentoo-sources/gentoo-sources-3.4.39.ebuild | 29 |
3 files changed, 67 insertions, 1 deletions
diff --git a/sys-kernel/gentoo-sources/ChangeLog b/sys-kernel/gentoo-sources/ChangeLog index ec78257fd8e1..826b7dbc8d6b 100644 --- a/sys-kernel/gentoo-sources/ChangeLog +++ b/sys-kernel/gentoo-sources/ChangeLog @@ -1,6 +1,14 @@ # 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.1109 2013/04/05 21:40:43 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.1110 2013/04/08 10:34:39 tomwij Exp $ + +*gentoo-sources-3.4.39 (08 Apr 2013) +*gentoo-sources-3.0.72 (08 Apr 2013) + + 08 Apr 2013; Tom Wijsman <TomWij@gentoo.org> +gentoo-sources-3.0.72.ebuild, + +gentoo-sources-3.4.39.ebuild: + Linux patches 3.0.72 and 3.4.39. Patch to fix brightness control on some + ThinkPad laptops, see bug #463304. *gentoo-sources-3.8.6 (05 Apr 2013) diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.0.72.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.0.72.ebuild new file mode 100644 index 000000000000..91e6daa137db --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.0.72.ebuild @@ -0,0 +1,29 @@ +# 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.72.ebuild,v 1.1 2013/04/08 10:34:39 tomwij Exp $ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="43" +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.39.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.4.39.ebuild new file mode 100644 index 000000000000..98e3149947c1 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.4.39.ebuild @@ -0,0 +1,29 @@ +# 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.39.ebuild,v 1.1 2013/04/08 10:34:39 tomwij Exp $ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="21" +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 +} |