diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-06-29 12:45:38 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-06-29 12:45:38 +0000 |
commit | 2cc7b0e540a36a9b98f3c644415fcd13191970be (patch) | |
tree | a31f79f9be6b09b900bce878e52b2e5b3f04e426 /x11-drivers/xf86-input-elographics | |
parent | Fix blocking of refmac-5.6, EAPI bump (diff) | |
download | historical-2cc7b0e540a36a9b98f3c644415fcd13191970be.tar.gz historical-2cc7b0e540a36a9b98f3c644415fcd13191970be.tar.bz2 historical-2cc7b0e540a36a9b98f3c644415fcd13191970be.zip |
Version bump.
Package-Manager: portage-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}" |