From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1InfQ2-0004t9-BV for garchives@archives.gentoo.org; Thu, 01 Nov 2007 19:09:30 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id lA1J9OiK020338; Thu, 1 Nov 2007 19:09:24 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id lA1J9NsQ020323 for ; Thu, 1 Nov 2007 19:09:23 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7A4F9655FC for ; Thu, 1 Nov 2007 19:09:23 +0000 (UTC) Received: from phreak by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1InfPu-00075D-CY for gentoo-commits@lists.gentoo.org; Thu, 01 Nov 2007 19:09:22 +0000 From: "Christian Heim (phreak)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, phreak@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.1-r6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gpm-1.20.1-r6.ebuild ChangeLog X-VCS-Directories: sys-libs/gpm X-VCS-Committer: phreak X-VCS-Committer-Name: Christian Heim Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Christian Heim Date: Thu, 01 Nov 2007 19:09:22 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 396e7041-cc01-46ef-bd5d-1bf96027d53f X-Archives-Hash: c9c4aff6ff1740cd064fd2f6e19d3dd3 phreak 07/11/01 19:09:22 Modified: gpm-1.20.1-r6.ebuild ChangeLog Log: Add patch by Tomas Janousek to fix compilation against linux-headers-2.6.23 (see #195977). (Portage version: 2.1.3.9) Revision Changes Path 1.2 sys-libs/gpm/gpm-1.20.1-r6.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?r1=1.1&r2=1.2 Index: gpm-1.20.1-r6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gpm-1.20.1-r6.ebuild 7 Jul 2007 19:48:14 -0000 1.1 +++ gpm-1.20.1-r6.ebuild 1 Nov 2007 19:09:21 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.1 2007/07/07 19:48:14 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.2 2007/11/01 19:09:21 phreak Exp $ # emacs support disabled due to Bug 99533 @@ -29,6 +29,7 @@ EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch epatch "${FILESDIR}"/gpm-configure-LANG.patch epatch "${FILESDIR}"/gpm-daemon.patch + epatch "${FILESDIR}"/gpm-OPEN_MAX.patch } src_compile() { 1.57 sys-libs/gpm/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.57&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.56&r2=1.57 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 7 Jul 2007 19:48:14 -0000 1.56 +++ ChangeLog 1 Nov 2007 19:09:21 -0000 1.57 @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/gpm # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.56 2007/07/07 19:48:14 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.57 2007/11/01 19:09:21 phreak Exp $ + + 01 Nov 2007; Christian Heim +files/gpm-OPEN_MAX.patch, + gpm-1.20.1-r6.ebuild: + Add patch by Tomas Janousek to fix compilation against linux-headers-2.6.23 + (see #195977). *gpm-1.20.1-r6 (07 Jul 2007) -- gentoo-commits@gentoo.org mailing list