diff options
author | 2007-09-14 09:13:06 +0000 | |
---|---|---|
committer | 2007-09-14 09:13:06 +0000 | |
commit | 6735f2a6e616191c0e5759186e57340f32b2f835 (patch) | |
tree | 2e8ec9eb60537630f473fb19a86407e121a70110 /x11-drivers/xf86-input-penmount | |
parent | Stable on ppc/ppc64 (diff) | |
download | historical-6735f2a6e616191c0e5759186e57340f32b2f835.tar.gz historical-6735f2a6e616191c0e5759186e57340f32b2f835.tar.bz2 historical-6735f2a6e616191c0e5759186e57340f32b2f835.zip |
Bump for 7.3.
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'x11-drivers/xf86-input-penmount')
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-penmount/ChangeLog b/x11-drivers/xf86-input-penmount/ChangeLog index 8c54e9c4bfe9..96d4fde49be4 100644 --- a/x11-drivers/xf86-input-penmount/ChangeLog +++ b/x11-drivers/xf86-input-penmount/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-penmount # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-penmount/ChangeLog,v 1.37 2007/09/08 21:45:02 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-penmount/ChangeLog,v 1.38 2007/09/14 09:12:27 dberkholz Exp $ + +*xf86-input-penmount-1.2.1 (14 Sep 2007) + + 14 Sep 2007; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-input-penmount-1.2.1.ebuild: + Bump for 7.3. 08 Sep 2007; Joseph Jezak <josejx@gentoo.org> xf86-input-penmount-1.2.0.ebuild: diff --git a/x11-drivers/xf86-input-penmount/files/digest-xf86-input-penmount-1.2.1 b/x11-drivers/xf86-input-penmount/files/digest-xf86-input-penmount-1.2.1 new file mode 100644 index 000000000000..2a4c9ba33bef --- /dev/null +++ b/x11-drivers/xf86-input-penmount/files/digest-xf86-input-penmount-1.2.1 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 268af4dceda544d8c815b9b7e87d4536 xf86-input-penmount-1.2.1.tar.bz2 224350 +RMD160 66d58ba841bf97bb46c65d7a7dbdbffd2deee554 xf86-input-penmount-1.2.1.tar.bz2 224350 +SHA256 fab08de727da6f56b82d8ecee451a52e7129ff80522e711c5322f1bd2fa9970a xf86-input-penmount-1.2.1.tar.bz2 224350 diff --git a/x11-drivers/xf86-input-penmount/xf86-input-penmount-1.2.1.ebuild b/x11-drivers/xf86-input-penmount/xf86-input-penmount-1.2.1.ebuild new file mode 100644 index 000000000000..e8c033ae49e2 --- /dev/null +++ b/x11-drivers/xf86-input-penmount/xf86-input-penmount-1.2.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-penmount/xf86-input-penmount-1.2.1.ebuild,v 1.1 2007/09/14 09:12:27 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER="4" + +inherit x-modular + +DESCRIPTION="PenMount input driver" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + >=x11-proto/inputproto-1.4.1 + x11-proto/randrproto + x11-proto/xproto" |