public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-kernel/linux-headers: ChangeLog linux-headers-2.6.30-r1.ebuild linux-headers-2.6.30.ebuild
@ 2009-07-25 18:29 Mark Loeser (halcy0n)
  0 siblings, 0 replies; only message in thread
From: Mark Loeser (halcy0n) @ 2009-07-25 18:29 UTC (permalink / raw
  To: gentoo-commits

halcy0n     09/07/25 18:29:30

  Modified:             ChangeLog
  Added:                linux-headers-2.6.30-r1.ebuild
  Removed:              linux-headers-2.6.30.ebuild
  Log:
  Bump patchset to fix building glibc on ia64
  (Portage version: 2.2_rc33-r1/cvs/Linux i686)

Revision  Changes    Path
1.291                sys-kernel/linux-headers/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/linux-headers/ChangeLog?rev=1.291&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/linux-headers/ChangeLog?rev=1.291&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/linux-headers/ChangeLog?r1=1.290&r2=1.291

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- ChangeLog	25 Jul 2009 10:27:07 -0000	1.290
+++ ChangeLog	25 Jul 2009 18:29:30 -0000	1.291
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/linux-headers
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.290 2009/07/25 10:27:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.291 2009/07/25 18:29:30 halcy0n Exp $
+
+*linux-headers-2.6.30-r1 (25 Jul 2009)
+
+  25 Jul 2009; Mark Loeser <halcy0n@gentoo.org>
+  -linux-headers-2.6.30.ebuild, +linux-headers-2.6.30-r1.ebuild:
+  Bump patchset to fix building glibc on ia64
 
   25 Jul 2009; Raúl Porcel <armin76@gentoo.org>
   linux-headers-2.6.30.ebuild:



1.1                  sys-kernel/linux-headers/linux-headers-2.6.30-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.30-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.30-r1.ebuild?rev=1.1&content-type=text/plain

Index: linux-headers-2.6.30-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.30-r1.ebuild,v 1.1 2009/07/25 18:29:30 halcy0n Exp $

ETYPE="headers"
H_SUPPORTEDARCH="alpha amd64 arm cris hppa m68k mips ia64 ppc ppc64 s390 sh sparc x86"
inherit kernel-2
detect_version

PATCH_VER="2"
SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.lzma"
[[ -n ${PATCH_VER} ]] && SRC_URI="${SRC_URI} mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.lzma"

KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k -mips ~ppc ~ppc64 ~s390 -sh -sparc ~x86"

DEPEND="app-arch/lzma-utils"
RDEPEND=""

S=${WORKDIR}/gentoo-headers-base-${PV}

src_unpack() {
	unpack ${A}
	cd "${S}"
	[[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV}
	# workaround #244640
	mkdir arch/sparc64
	touch arch/sparc64/Makefile
}

src_install() {
	kernel-2_src_install
	cd "${D}"
	egrep -r \
		-e '(^|[[:space:](])(asm|volatile|inline)[[:space:](]' \
		-e '\<([us](8|16|32|64))\>' \
		.
	headers___fix $(find -type f)

	egrep -l -r -e '__[us](8|16|32|64)' "${D}" | xargs grep -L linux/types.h

	# hrm, build system sucks
	find "${D}" '(' -name '.install' -o -name '*.cmd' ')' -print0 | xargs -0 rm -f

	# provided by libdrm (for now?)
	rm -rf "${D}"/$(kernel_header_destdir)/drm
}

src_test() {
	emake ARCH=$(tc-arch-kernel) headers_check || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-25 18:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-25 18:29 [gentoo-commits] gentoo-x86 commit in sys-kernel/linux-headers: ChangeLog linux-headers-2.6.30-r1.ebuild linux-headers-2.6.30.ebuild Mark Loeser (halcy0n)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox