diff options
Diffstat (limited to 'x11-drivers/xf86-input-citron')
4 files changed, 27 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-citron/ChangeLog b/x11-drivers/xf86-input-citron/ChangeLog new file mode 100644 index 000000000000..b53b15f2a22a --- /dev/null +++ b/x11-drivers/xf86-input-citron/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2005/08/08 07:08:29 spyderous Exp $ + +*xf86-input-citron-2.1.1 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xf86-input-citron-2.1.1.ebuild: + Initial commit for modular X. + diff --git a/x11-drivers/xf86-input-citron/Manifest b/x11-drivers/xf86-input-citron/Manifest new file mode 100644 index 000000000000..e74b84aecd92 --- /dev/null +++ b/x11-drivers/xf86-input-citron/Manifest @@ -0,0 +1,2 @@ +MD5 cf74337ff6f1b84f059d47b431945070 xf86-input-citron-2.1.1.ebuild 341 +MD5 4ba406988a1409be7c7cf70a55cd4dc5 files/digest-xf86-input-citron-2.1.1 76 diff --git a/x11-drivers/xf86-input-citron/files/digest-xf86-input-citron-2.1.1 b/x11-drivers/xf86-input-citron/files/digest-xf86-input-citron-2.1.1 new file mode 100644 index 000000000000..e4b39fcb8952 --- /dev/null +++ b/x11-drivers/xf86-input-citron/files/digest-xf86-input-citron-2.1.1 @@ -0,0 +1 @@ +MD5 f14f549d7d8192853b03489a6e1edaa1 xf86-input-citron-2.1.1.tar.bz2 217257 diff --git a/x11-drivers/xf86-input-citron/xf86-input-citron-2.1.1.ebuild b/x11-drivers/xf86-input-citron/xf86-input-citron-2.1.1.ebuild new file mode 100644 index 000000000000..cbb66892f97c --- /dev/null +++ b/x11-drivers/xf86-input-citron/xf86-input-citron-2.1.1.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.ebuild,v 1.1 2005/08/08 07:08:29 spyderous 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" |