From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog
Date: Thu, 22 Mar 2012 22:03:03 +0000 (UTC) [thread overview]
Message-ID: <20120322220303.D4D0F2004B@flycatcher.gentoo.org> (raw)
chithanh 12/03/22 22:03:03
Modified: xf86-input-evdev-2.7.0.ebuild ChangeLog
Log:
Depend on udev enabled xorg-server, bug #409307.
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Revision Changes Path
1.4 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?r1=1.3&r2=1.4
Index: xf86-input-evdev-2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xf86-input-evdev-2.7.0.ebuild 19 Mar 2012 22:27:23 -0000 1.3
+++ xf86-input-evdev-2.7.0.ebuild 22 Mar 2012 22:03:03 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.3 2012/03/19 22:27:23 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.4 2012/03/22 22:03:03 chithanh Exp $
EAPI=4
inherit xorg-2
@@ -9,7 +9,7 @@
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sh ~sparc ~x86"
IUSE=""
-RDEPEND=">=x11-base/xorg-server-1.11.99.901
+RDEPEND="x11-base/xorg-server[udev]
sys-libs/mtdev"
DEPEND="${RDEPEND}
>=x11-proto/inputproto-2.1.99.3
1.175 x11-drivers/xf86-input-evdev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.175&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.175&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.174&r2=1.175
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ChangeLog 19 Mar 2012 22:27:23 -0000 1.174
+++ ChangeLog 22 Mar 2012 22:03:03 -0000 1.175
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-input-evdev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.174 2012/03/19 22:27:23 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.175 2012/03/22 22:03:03 chithanh Exp $
+
+ 22 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xf86-input-evdev-2.7.0.ebuild:
+ Depend on udev enabled xorg-server, bug #409307.
19 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
xf86-input-evdev-2.7.0.ebuild:
next reply other threads:[~2012-03-22 22:03 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-22 22:03 Chi-Thanh Christopher Nguyen (chithanh) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-08-26 19:33 [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog Raul Porcel (armin76)
2012-07-16 14:16 Chi-Thanh Christopher Nguyen (chithanh)
2012-07-12 17:27 Brent Baude (ranger)
2012-07-11 19:37 Brent Baude (ranger)
2012-06-29 4:10 Markus Meier (maekke)
2012-06-28 14:47 Jeroen Roovers (jer)
2012-06-24 18:59 Agostino Sarubbo (ago)
2012-06-22 20:37 Agostino Sarubbo (ago)
2012-06-09 9:08 Tomas Chvatal (scarabeus)
2012-05-10 16:34 Matt Turner (mattst88)
2012-03-19 22:27 Chi-Thanh Christopher Nguyen (chithanh)
2012-03-18 20:01 Chi-Thanh Christopher Nguyen (chithanh)
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=20120322220303.D4D0F2004B@flycatcher.gentoo.org \
--to=chithanh@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