diff options
author | 2009-08-03 16:28:02 +0000 | |
---|---|---|
committer | 2009-08-03 16:28:02 +0000 | |
commit | 24737fe866bc760b392e746b95261dfea41f6a6f (patch) | |
tree | 9cccf0d20c2c273e592175ac125dbd719a187cf8 /x11-drivers | |
parent | x11-drivers/xf86-input-aiptek: drop old ebuilds (diff) | |
download | historical-24737fe866bc760b392e746b95261dfea41f6a6f.tar.gz historical-24737fe866bc760b392e746b95261dfea41f6a6f.tar.bz2 historical-24737fe866bc760b392e746b95261dfea41f6a6f.zip |
x11-drivers/xf86-input-citron: bump to 2.2.2
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'x11-drivers')
-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" |