diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-06-29 12:45:16 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-06-29 12:45:16 +0000 |
commit | cbf7fbaf50394e34061182630903b4e433254e31 (patch) | |
tree | d26fc3b9b1c9aa4cf7e64a2e3933134aac937e3b /x11-drivers/xf86-input-elographics | |
parent | Version bump. (diff) | |
download | gentoo-2-cbf7fbaf50394e34061182630903b4e433254e31.tar.gz gentoo-2-cbf7fbaf50394e34061182630903b4e433254e31.tar.bz2 gentoo-2-cbf7fbaf50394e34061182630903b4e433254e31.zip |
Version bump.
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-elographics')
-rw-r--r-- | x11-drivers/xf86-input-elographics/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-elographics/xf86-input-elographics-1.3.0.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-elographics/ChangeLog b/x11-drivers/xf86-input-elographics/ChangeLog index 154d40449334..dfae431f9312 100644 --- a/x11-drivers/xf86-input-elographics/ChangeLog +++ b/x11-drivers/xf86-input-elographics/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-elographics # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-elographics/ChangeLog,v 1.61 2011/02/14 23:56:24 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-elographics/ChangeLog,v 1.62 2011/06/29 12:45:16 chithanh Exp $ + +*xf86-input-elographics-1.3.0 (29 Jun 2011) + + 29 Jun 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-input-elographics-1.3.0.ebuild: + Version bump. 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xf86-input-elographics-1.2.4.ebuild: diff --git a/x11-drivers/xf86-input-elographics/xf86-input-elographics-1.3.0.ebuild b/x11-drivers/xf86-input-elographics/xf86-input-elographics-1.3.0.ebuild new file mode 100644 index 000000000000..771ca202aae0 --- /dev/null +++ b/x11-drivers/xf86-input-elographics/xf86-input-elographics-1.3.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 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.3.0.ebuild,v 1.1 2011/06/29 12:45:16 chithanh Exp $ + +EAPI="4" + +XORG_STATIC="no" +inherit xorg-2 + +DESCRIPTION="Elographics input driver" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |