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-aiptek | |
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-aiptek')
-rw-r--r-- | x11-drivers/xf86-input-aiptek/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-aiptek/ChangeLog b/x11-drivers/xf86-input-aiptek/ChangeLog index ec1ccdf85135..582a57a8eb04 100644 --- a/x11-drivers/xf86-input-aiptek/ChangeLog +++ b/x11-drivers/xf86-input-aiptek/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-aiptek # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-aiptek/ChangeLog,v 1.62 2011/06/28 21:23:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-aiptek/ChangeLog,v 1.63 2011/06/29 12:41:34 chithanh Exp $ + +*xf86-input-aiptek-1.4.1 (29 Jun 2011) + + 29 Jun 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-input-aiptek-1.4.1.ebuild: + Version bump. 28 Jun 2011; Brent Baude <ranger@gentoo.org> xf86-input-aiptek-1.4.0.ebuild: Marking xf86-input-aiptek-1.4.0 ppc stable for bug 371857 diff --git a/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1.ebuild b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1.ebuild new file mode 100644 index 000000000000..840b9cb0ebd4 --- /dev/null +++ b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1.ebuild @@ -0,0 +1,14 @@ +# 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-aiptek/xf86-input-aiptek-1.4.1.ebuild,v 1.1 2011/06/29 12:41:34 chithanh Exp $ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="Aiptek USB Digital Tablet Input Driver for Linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |