diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-03-07 20:40:12 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-03-07 20:40:12 +0000 |
commit | 87c35c6b763ad1bf9ffc00e92a5eb54936bcfb7b (patch) | |
tree | 9d559c4822108fe2028f66c8bd5c611b113f096c /x11-drivers | |
parent | alpha/sparc stable wrt #307425 (diff) | |
download | gentoo-2-87c35c6b763ad1bf9ffc00e92a5eb54936bcfb7b.tar.gz gentoo-2-87c35c6b763ad1bf9ffc00e92a5eb54936bcfb7b.tar.bz2 gentoo-2-87c35c6b763ad1bf9ffc00e92a5eb54936bcfb7b.zip |
x11-drivers/xf86-input-penmount: version bump
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-penmount/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-penmount/xf86-input-penmount-1.4.1.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-penmount/ChangeLog b/x11-drivers/xf86-input-penmount/ChangeLog index 31d6f95772c8..4a091492de57 100644 --- a/x11-drivers/xf86-input-penmount/ChangeLog +++ b/x11-drivers/xf86-input-penmount/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-penmount # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-penmount/ChangeLog,v 1.57 2010/01/23 19:53:10 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-penmount/ChangeLog,v 1.58 2010/03/07 20:40:12 chithanh Exp $ + +*xf86-input-penmount-1.4.1 (07 Mar 2010) + + 07 Mar 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-input-penmount-1.4.1.ebuild: + version bump 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-input-penmount-1.2.0.ebuild, -xf86-input-penmount-1.3.0.ebuild: diff --git a/x11-drivers/xf86-input-penmount/xf86-input-penmount-1.4.1.ebuild b/x11-drivers/xf86-input-penmount/xf86-input-penmount-1.4.1.ebuild new file mode 100644 index 000000000000..d1ede444ccce --- /dev/null +++ b/x11-drivers/xf86-input-penmount/xf86-input-penmount-1.4.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-penmount/xf86-input-penmount-1.4.1.ebuild,v 1.1 2010/03/07 20:40:12 chithanh Exp $ + +inherit x-modular + +DESCRIPTION="PenMount input driver" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + >=x11-proto/inputproto-1.4.1 + x11-proto/randrproto + x11-proto/xproto" |