Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Donnie Berkholz (dberkholz)" <dberkholz@g.o>
|
|
Subject:
|
gentoo-x86 commit in x11-drivers/xf86-input-elographics: ChangeLog xf86-input-elographics-1.2.3.ebuild
|
|
Date:
|
Tue, 13 Jan 2009 02:57:23 +0000
|
|
dberkholz 09/01/13 02:57:23
Modified: ChangeLog
Added: xf86-input-elographics-1.2.3.ebuild
Log:
Bump. Fix build, support Model option, work with Sunit dSeries, work right with new servers.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)
Revision Changes Path
1.35 x11-drivers/xf86-input-elographics/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-elographics/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-elographics/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-elographics/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-elographics/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 5 Jul 2008 06:30:21 -0000 1.34
+++ ChangeLog 13 Jan 2009 02:57:23 -0000 1.35
@@ -1,6 +1,13 @@
# ChangeLog for x11-drivers/xf86-input-elographics
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-elographics/ChangeLog,v 1.34 2008/07/05 06:30:21 dberkholz Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-elographics/ChangeLog,v 1.35 2009/01/13 02:57:23 dberkholz Exp $
+
+*xf86-input-elographics-1.2.3 (13 Jan 2009)
+
+ 13 Jan 2009; Donnie Berkholz <dberkholz@g.o>;
+ +xf86-input-elographics-1.2.3.ebuild:
+ Bump. Fix build, support Model option, work with Sunit dSeries, work right
+ with new servers.
*xf86-input-elographics-1.2.2 (05 Jul 2008)
1.1 x11-drivers/xf86-input-elographics/xf86-input-elographics-1.2.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-elographics/xf86-input-elographics-1.2.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-elographics/xf86-input-elographics-1.2.3.ebuild?rev=1.1&content-type=text/plain
Index: xf86-input-elographics-1.2.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-elographics/xf86-input-elographics-1.2.3.ebuild,v 1.1 2009/01/13 02:57:23 dberkholz Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
inherit x-modular
DESCRIPTION="Elographics input driver"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
RDEPEND=">=x11-base/xorg-server-1.0.99"
DEPEND="${RDEPEND}
x11-proto/inputproto
x11-proto/randrproto
x11-proto/xproto"
|
|