diff options
author | 2009-01-19 12:55:09 +0000 | |
---|---|---|
committer | 2009-01-19 12:55:09 +0000 | |
commit | 911d0ed25b2143c103336042653d19001d293bda (patch) | |
tree | 6dc8b3830d9e6f7e3e662bde1fd81eabdb9bdb88 /sys-kernel/gentoo-sources | |
parent | Update to Linux 2.6.27.12. Add some fixes for s390 architecture. Fix inabilit... (diff) | |
download | gentoo-2-911d0ed25b2143c103336042653d19001d293bda.tar.gz gentoo-2-911d0ed25b2143c103336042653d19001d293bda.tar.bz2 gentoo-2-911d0ed25b2143c103336042653d19001d293bda.zip |
Update to Linux 2.6.28.1. Fix reuse of USB interfaces from userspace. Fix compilation on alpha. Fix boot hang with pata_hpt366 driver. Fix iwl3945 adhoc network disconnection issue. Fix capacity reported by Nokia 6300 phone. Fix vt switch hang with GEM + compiz. Fix possible memory overflow with SCTP networking.
(Portage version: 2.2_rc22/cvs/Linux 2.6.28-gentoo-r1 i686)
Diffstat (limited to 'sys-kernel/gentoo-sources')
-rw-r--r-- | sys-kernel/gentoo-sources/ChangeLog | 12 | ||||
-rw-r--r-- | sys-kernel/gentoo-sources/gentoo-sources-2.6.28-r1.ebuild | 23 |
2 files changed, 34 insertions, 1 deletions
diff --git a/sys-kernel/gentoo-sources/ChangeLog b/sys-kernel/gentoo-sources/ChangeLog index d1a8e7485715..42df7a04ee38 100644 --- a/sys-kernel/gentoo-sources/ChangeLog +++ b/sys-kernel/gentoo-sources/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for sys-kernel/gentoo-sources # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.579 2009/01/19 12:51:36 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.580 2009/01/19 12:55:09 dsd Exp $ + +*gentoo-sources-2.6.28-r1 (19 Jan 2009) + + 19 Jan 2009; Daniel Drake <dsd@gentoo.org> + +gentoo-sources-2.6.28-r1.ebuild: + Update to Linux 2.6.28.1. Fix reuse of USB interfaces from userspace. Fix + compilation on alpha. Fix boot hang with pata_hpt366 driver. Fix iwl3945 + adhoc network disconnection issue. Fix capacity reported by Nokia 6300 + phone. Fix vt switch hang with GEM + compiz. Fix possible memory overflow + with SCTP networking. *gentoo-sources-2.6.27-r8 (19 Jan 2009) diff --git a/sys-kernel/gentoo-sources/gentoo-sources-2.6.28-r1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-2.6.28-r1.ebuild new file mode 100644 index 000000000000..1de92ea11025 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-2.6.28-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-2.6.28-r1.ebuild,v 1.1 2009/01/19 12:55:09 dsd Exp $ + +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="2" +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="-alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches" + +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}" +} |