diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-08-03 16:28:02 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-08-03 16:28:02 +0000 |
commit | c0a7b6ea2d452a56d2db617385f76797bcd5f26e (patch) | |
tree | d62f2eb7045b8693f4785199c64b74d21a84e679 /x11-drivers/xf86-input-citron | |
parent | x11-drivers/xf86-input-aiptek: drop old ebuilds (diff) | |
download | gentoo-2-c0a7b6ea2d452a56d2db617385f76797bcd5f26e.tar.gz gentoo-2-c0a7b6ea2d452a56d2db617385f76797bcd5f26e.tar.bz2 gentoo-2-c0a7b6ea2d452a56d2db617385f76797bcd5f26e.zip |
x11-drivers/xf86-input-citron: bump to 2.2.2
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/xf86-input-citron')
-rw-r--r-- | x11-drivers/xf86-input-citron/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-citron/xf86-input-citron-2.2.2.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-citron/ChangeLog b/x11-drivers/xf86-input-citron/ChangeLog index dfc1ffb28641..89ddfeb01533 100644 --- a/x11-drivers/xf86-input-citron/ChangeLog +++ b/x11-drivers/xf86-input-citron/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-citron # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-citron/ChangeLog,v 1.39 2009/06/23 20:00:03 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-citron/ChangeLog,v 1.40 2009/08/03 16:28:02 remi Exp $ + +*xf86-input-citron-2.2.2 (03 Aug 2009) + + 03 Aug 2009; Rémi Cardona <remi@gentoo.org> + +xf86-input-citron-2.2.2.ebuild: + bump to 2.2.2 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> xf86-input-citron-2.2.1.ebuild: diff --git a/x11-drivers/xf86-input-citron/xf86-input-citron-2.2.2.ebuild b/x11-drivers/xf86-input-citron/xf86-input-citron-2.2.2.ebuild new file mode 100644 index 000000000000..8edc6f28f590 --- /dev/null +++ b/x11-drivers/xf86-input-citron/xf86-input-citron-2.2.2.ebuild @@ -0,0 +1,16 @@ +# 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-citron/xf86-input-citron-2.2.2.ebuild,v 1.1 2009/08/03 16:28:02 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for citron input devices" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +RDEPEND=">=x11-base/xorg-server-1.6" +DEPEND="${RDEPEND} + >=x11-proto/inputproto-1.4.1 + x11-proto/randrproto + x11-proto/xproto" |