summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-04-19 08:17:54 +0000
committerDaniel Drake <dsd@gentoo.org>2008-04-19 08:17:54 +0000
commit3bc296562c617864187077d44bc97aecc82409ca (patch)
tree589e5fb5b5302b0beca5dbb398bcaed263ad786c /sys-kernel
parentRevert ifconfig output style until packages can be updated #217775. (diff)
downloadgentoo-2-3bc296562c617864187077d44bc97aecc82409ca.tar.gz
gentoo-2-3bc296562c617864187077d44bc97aecc82409ca.tar.bz2
gentoo-2-3bc296562c617864187077d44bc97aecc82409ca.zip
Sorry for the numerous problems with the earlier release. Fix squashfs and fbcondecor compilation. Fix HDA Fujitsu patch to apply on all systems. Add support for externally building speech synthesizer.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/gentoo-sources/ChangeLog10
-rw-r--r--sys-kernel/gentoo-sources/gentoo-sources-2.6.25-r1.ebuild22
2 files changed, 31 insertions, 1 deletions
diff --git a/sys-kernel/gentoo-sources/ChangeLog b/sys-kernel/gentoo-sources/ChangeLog
index dc85934bd4e8..46da66b9f28b 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.503 2008/04/18 12:02:26 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.504 2008/04/19 08:17:54 dsd Exp $
+
+*gentoo-sources-2.6.25-r1 (19 Apr 2008)
+
+ 19 Apr 2008; Daniel Drake <dsd@gentoo.org>
+ +gentoo-sources-2.6.25-r1.ebuild:
+ Sorry for the numerous problems with the earlier release. Fix squashfs and
+ fbcondecor compilation. Fix HDA Fujitsu patch to apply on all systems. Add
+ support for externally building speech synthesizer.
18 Apr 2008; Ferris McCormick <fmccor@gentoo.org>
gentoo-sources-2.6.25.ebuild:
diff --git a/sys-kernel/gentoo-sources/gentoo-sources-2.6.25-r1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-2.6.25-r1.ebuild
new file mode 100644
index 000000000000..acd0091c0f5c
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-2.6.25-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 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.25-r1.ebuild,v 1.1 2008/04/19 08:17:54 dsd Exp $
+
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras"
+K_GENPATCHES_VER="2"
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~amd64 ~sparc ~x86"
+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}"
+}