* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.1.3.ebuild
@ 2009-08-03 17:26 Remi Cardona (remi)
0 siblings, 0 replies; 4+ messages in thread
From: Remi Cardona (remi) @ 2009-08-03 17:26 UTC (permalink / raw
To: gentoo-commits
remi 09/08/03 17:26:42
Modified: ChangeLog
Added: xf86-input-synaptics-1.1.3.ebuild
Log:
x11-drivers/xf86-input-synaptics: bump to 1.1.3
(Portage version: 2.2_rc33/cvs/Linux i686)
Revision Changes Path
1.27 x11-drivers/xf86-input-synaptics/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 2 Jun 2009 05:55:29 -0000 1.26
+++ ChangeLog 3 Aug 2009 17:26:42 -0000 1.27
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-input-synaptics
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.26 2009/06/02 05:55:29 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.27 2009/08/03 17:26:42 remi Exp $
+
+*xf86-input-synaptics-1.1.3 (03 Aug 2009)
+
+ 03 Aug 2009; Rémi Cardona <remi@gentoo.org>
+ +xf86-input-synaptics-1.1.3.ebuild:
+ bump to 1.1.3
02 Jun 2009; Rémi Cardona <remi@gentoo.org> metadata.xml:
changing herd metadata from x11-drivers to x11
1.1 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild?rev=1.1&content-type=text/plain
Index: xf86-input-synaptics-1.1.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-synaptics/xf86-input-synaptics-1.1.3.ebuild,v 1.1 2009/08/03 17:26:42 remi Exp $
inherit toolchain-funcs eutils x-modular
DESCRIPTION="Driver for Synaptics touchpads"
HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
LICENSE="MIT"
IUSE="hal"
RDEPEND="x11-libs/libXext
x11-libs/libXtst
hal? ( sys-apps/hal )"
DEPEND="${RDEPEND}
!x11-drivers/synaptics
x11-base/xorg-server
x11-proto/inputproto
>=sys-apps/sed-4"
# Needs to be rebuild when migrating to xorg-server 1.6 to enable properties
# support
src_install() {
DOCS="INSTALL NEWS TODO README"
x-modular_src_install
# Stupid new daemon, didn't work for me because of shm issues
newinitd "${FILESDIR}"/rc.init syndaemon
newconfd "${FILESDIR}"/rc.conf syndaemon
if use hal ; then
insinto /usr/share/hal/fdi/policy/10osvendor
doins "${S}"/fdi/11-x11-synaptics.fdi
fi
}
pkg_postinst() {
elog "This driver requires event interface support in your kernel: INPUT_EVDEV"
if use hal ; then
elog "Synaptics settings are now stored in:"
elog "/etc/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi"
echo
ewarn "Please see the examples here for inspiration, but not edit:"
ewarn "/usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi"
fi
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.1.3.ebuild
@ 2009-09-30 20:23 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-09-30 20:23 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/09/30 20:23:29
Modified: ChangeLog xf86-input-synaptics-1.1.3.ebuild
Log:
amd64 stable wrt #282290
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Revision Changes Path
1.29 x11-drivers/xf86-input-synaptics/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 16 Sep 2009 08:13:52 -0000 1.28
+++ ChangeLog 30 Sep 2009 20:23:28 -0000 1.29
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-input-synaptics
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.28 2009/09/16 08:13:52 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.29 2009/09/30 20:23:28 ssuominen Exp $
+
+ 30 Sep 2009; Samuli Suominen <ssuominen@gentoo.org>
+ xf86-input-synaptics-1.1.3.ebuild:
+ amd64 stable wrt #282290
16 Sep 2009; Rémi Cardona <remi@gentoo.org>
xf86-input-synaptics-1.0.0.ebuild, xf86-input-synaptics-1.1.2.ebuild,
1.3 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild?r1=1.2&r2=1.3
Index: xf86-input-synaptics-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xf86-input-synaptics-1.1.3.ebuild 16 Sep 2009 08:13:52 -0000 1.2
+++ xf86-input-synaptics-1.1.3.ebuild 30 Sep 2009 20:23:28 -0000 1.3
@@ -1,12 +1,12 @@
# 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-synaptics/xf86-input-synaptics-1.1.3.ebuild,v 1.2 2009/09/16 08:13:52 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild,v 1.3 2009/09/30 20:23:28 ssuominen Exp $
inherit toolchain-funcs eutils x-modular
DESCRIPTION="Driver for Synaptics touchpads"
HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
LICENSE="MIT"
IUSE="hal"
RDEPEND="x11-libs/libXext
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.1.3.ebuild
@ 2009-10-05 12:57 Christian Faulhammer (fauli)
0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-10-05 12:57 UTC (permalink / raw
To: gentoo-commits
fauli 09/10/05 12:57:08
Modified: ChangeLog xf86-input-synaptics-1.1.3.ebuild
Log:
x86 stable, bug 282290
(Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)
Revision Changes Path
1.30 x11-drivers/xf86-input-synaptics/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 30 Sep 2009 20:23:28 -0000 1.29
+++ ChangeLog 5 Oct 2009 12:57:07 -0000 1.30
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-input-synaptics
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.29 2009/09/30 20:23:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.30 2009/10/05 12:57:07 fauli Exp $
+
+ 05 Oct 2009; Christian Faulhammer <fauli@gentoo.org>
+ xf86-input-synaptics-1.1.3.ebuild:
+ x86 stable, bug 282290
30 Sep 2009; Samuli Suominen <ssuominen@gentoo.org>
xf86-input-synaptics-1.1.3.ebuild:
1.4 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild?r1=1.3&r2=1.4
Index: xf86-input-synaptics-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xf86-input-synaptics-1.1.3.ebuild 30 Sep 2009 20:23:28 -0000 1.3
+++ xf86-input-synaptics-1.1.3.ebuild 5 Oct 2009 12:57:07 -0000 1.4
@@ -1,12 +1,12 @@
# 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-synaptics/xf86-input-synaptics-1.1.3.ebuild,v 1.3 2009/09/30 20:23:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild,v 1.4 2009/10/05 12:57:07 fauli Exp $
inherit toolchain-funcs eutils x-modular
DESCRIPTION="Driver for Synaptics touchpads"
HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
LICENSE="MIT"
IUSE="hal"
RDEPEND="x11-libs/libXext
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.1.3.ebuild
@ 2009-10-11 11:23 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-10-11 11:23 UTC (permalink / raw
To: gentoo-commits
nixnut 09/10/11 11:23:28
Modified: ChangeLog xf86-input-synaptics-1.1.3.ebuild
Log:
ppc stable #282290
(Portage version: 2.1.6.13/cvs/Linux ppc, RepoMan options: --force)
Revision Changes Path
1.32 x11-drivers/xf86-input-synaptics/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 10 Oct 2009 08:04:53 -0000 1.31
+++ ChangeLog 11 Oct 2009 11:23:27 -0000 1.32
@@ -1,6 +1,9 @@
# ChangeLog for x11-drivers/xf86-input-synaptics
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.31 2009/10/10 08:04:53 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.32 2009/10/11 11:23:27 nixnut Exp $
+
+ 11 Oct 2009; nixnut <nixnut@gentoo.org> xf86-input-synaptics-1.1.3.ebuild:
+ ppc stable #282290
*xf86-input-synaptics-1.2.0 (10 Oct 2009)
1.5 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild?r1=1.4&r2=1.5
Index: xf86-input-synaptics-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xf86-input-synaptics-1.1.3.ebuild 5 Oct 2009 12:57:07 -0000 1.4
+++ xf86-input-synaptics-1.1.3.ebuild 11 Oct 2009 11:23:27 -0000 1.5
@@ -1,12 +1,12 @@
# 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-synaptics/xf86-input-synaptics-1.1.3.ebuild,v 1.4 2009/10/05 12:57:07 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.1.3.ebuild,v 1.5 2009/10/11 11:23:27 nixnut Exp $
inherit toolchain-funcs eutils x-modular
DESCRIPTION="Driver for Synaptics touchpads"
HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
LICENSE="MIT"
IUSE="hal"
RDEPEND="x11-libs/libXext
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-10-11 11:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-05 12:57 [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.1.3.ebuild Christian Faulhammer (fauli)
-- strict thread matches above, loose matches on Subject: below --
2009-10-11 11:23 Gysbert Wassenaar (nixnut)
2009-09-30 20:23 Samuli Suominen (ssuominen)
2009-08-03 17:26 Remi Cardona (remi)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox