public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kacper Kowalik (xarthisius)" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xhkeys: xhkeys-2.2.1.ebuild ChangeLog
Date: Mon, 13 Sep 2010 11:20:46 +0000 (UTC)	[thread overview]
Message-ID: <20100913112046.AD70020051@flycatcher.gentoo.org> (raw)

xarthisius    10/09/13 11:20:46

  Modified:             xhkeys-2.2.1.ebuild ChangeLog
  Log:
  Fix build with linux-headers >= 2.6.23 wrt bug 337056. Thanks to Diego for the report.
  
  (Portage version: 2.2_rc77/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  x11-misc/xhkeys/xhkeys-2.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xhkeys/xhkeys-2.2.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xhkeys/xhkeys-2.2.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xhkeys/xhkeys-2.2.1.ebuild?r1=1.6&r2=1.7

Index: xhkeys-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/xhkeys-2.2.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xhkeys-2.2.1.ebuild	15 Dec 2009 17:47:29 -0000	1.6
+++ xhkeys-2.2.1.ebuild	13 Sep 2010 11:20:46 -0000	1.7
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/xhkeys-2.2.1.ebuild,v 1.6 2009/12/15 17:47:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/xhkeys-2.2.1.ebuild,v 1.7 2010/09/13 11:20:46 xarthisius Exp $
+
+inherit eutils
 
 DESCRIPTION="assign particular actions to any key or key combination"
 HOMEPAGE="http://wmalms.tripod.com/#XHKEYS"
@@ -18,6 +20,12 @@
 	x11-proto/xextproto
 	x11-proto/xproto"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}"/${P}-linux_headers.patch
+}
+
 src_install() {
 	dobin xhkeys xhkconf || die
 	dodoc README VERSION



1.15                 x11-misc/xhkeys/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xhkeys/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xhkeys/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xhkeys/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	15 Dec 2009 17:47:29 -0000	1.14
+++ ChangeLog	13 Sep 2010 11:20:46 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/xhkeys
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/ChangeLog,v 1.14 2009/12/15 17:47:29 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/ChangeLog,v 1.15 2010/09/13 11:20:46 xarthisius Exp $
+
+  13 Sep 2010; Kacper Kowalik <xarthisius@gentoo.org> xhkeys-2.2.1.ebuild,
+  +files/xhkeys-2.2.1-linux_headers.patch:
+  Fix build with linux-headers >= 2.6.23 wrt bug 337056. Thanks to Diego for
+  the report.
 
   15 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> xhkeys-2.2.1.ebuild:
   Fix HOMEPAGE and SRC_URI wrt #297028.






             reply	other threads:[~2010-09-13 11:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-13 11:20 Kacper Kowalik (xarthisius) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-12-15 17:47 [gentoo-commits] gentoo-x86 commit in x11-misc/xhkeys: xhkeys-2.2.1.ebuild ChangeLog Samuli Suominen (ssuominen)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100913112046.AD70020051@flycatcher.gentoo.org \
    --to=xarthisius@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox