diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:56:05 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:56:05 +0000 |
commit | 8bca3767a84145454ee89a1425443c80755134ae (patch) | |
tree | e79fed7ca8eb01af3c2b0668bc3b4ddc43fdf690 /x11-drivers/xf86-input-citron | |
parent | Bump for 7.0RC3. (diff) | |
download | gentoo-2-8bca3767a84145454ee89a1425443c80755134ae.tar.gz gentoo-2-8bca3767a84145454ee89a1425443c80755134ae.tar.bz2 gentoo-2-8bca3767a84145454ee89a1425443c80755134ae.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-drivers/xf86-input-citron')
3 files changed, 22 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-citron/ChangeLog b/x11-drivers/xf86-input-citron/ChangeLog index 4292a792092e..84cd86563871 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-citron/ChangeLog,v 1.4 2005/11/11 18:44:57 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-citron/ChangeLog,v 1.5 2005/12/04 22:51:31 joshuabaergen Exp $ + +*xf86-input-citron-2.1.1.3 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-citron-2.1.1.3.ebuild: + Bump for 7.0RC3. *xf86-input-citron-2.1.1.2 (11 Nov 2005) diff --git a/x11-drivers/xf86-input-citron/files/digest-xf86-input-citron-2.1.1.3 b/x11-drivers/xf86-input-citron/files/digest-xf86-input-citron-2.1.1.3 new file mode 100644 index 000000000000..4884fc0a7331 --- /dev/null +++ b/x11-drivers/xf86-input-citron/files/digest-xf86-input-citron-2.1.1.3 @@ -0,0 +1 @@ +MD5 fad378f536423e9812db6e6c13f6d987 xf86-input-citron-2.1.1.3.tar.bz2 184926 diff --git a/x11-drivers/xf86-input-citron/xf86-input-citron-2.1.1.3.ebuild b/x11-drivers/xf86-input-citron/xf86-input-citron-2.1.1.3.ebuild new file mode 100644 index 000000000000..b65df2b19e7b --- /dev/null +++ b/x11-drivers/xf86-input-citron/xf86-input-citron-2.1.1.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 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.1.1.3.ebuild,v 1.1 2005/12/04 22:51:31 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for citron input devices" +KEYWORDS="~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/xproto" |