diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-23 20:15:41 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-23 20:15:41 +0000 |
commit | 6833ab805aee038ba424eba768666fe0ec16f9ac (patch) | |
tree | ed731bc10950e634adf02ced458b068f16586c70 | |
parent | mark stable on amd64 to fix bug 89478 for stable users (diff) | |
download | gentoo-2-6833ab805aee038ba424eba768666fe0ec16f9ac.tar.gz gentoo-2-6833ab805aee038ba424eba768666fe0ec16f9ac.tar.bz2 gentoo-2-6833ab805aee038ba424eba768666fe0ec16f9ac.zip |
Bump for 7.0.
(Portage version: 2.1_pre1)
38 files changed, 307 insertions, 24 deletions
diff --git a/app-doc/xorg-docs/ChangeLog b/app-doc/xorg-docs/ChangeLog index e6c195015137..91c34e98cb2e 100644 --- a/app-doc/xorg-docs/ChangeLog +++ b/app-doc/xorg-docs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-doc/xorg-docs # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/xorg-docs/ChangeLog,v 1.5 2005/12/21 09:43:51 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/xorg-docs/ChangeLog,v 1.6 2005/12/23 20:13:19 joshuabaergen Exp $ + +*xorg-docs-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xorg-docs-1.0.1.ebuild: + Bump for 7.0. 21 Dec 2005; Doug Goldstein <cardoe@gentoo.org> xorg-docs-1.0.0.ebuild: Adding ~ppc diff --git a/app-doc/xorg-docs/Manifest b/app-doc/xorg-docs/Manifest index 1a662dfe57cc..39f64e4af8de 100644 --- a/app-doc/xorg-docs/Manifest +++ b/app-doc/xorg-docs/Manifest @@ -1,15 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 b23dc91eb2813c738e4b2f7d0849897e ChangeLog 861 +MD5 6db87f5d0c6062cc81e03b90aa7f0630 ChangeLog 994 MD5 e23f60478eaccabb80b3f703f198c6f1 files/allow_manpages_only.patch 742 MD5 405499e7406e5cdb8fce4d2065875a0c files/digest-xorg-docs-1.0.0 69 +MD5 e1462e7ac02ee014e23f4bb039e7b3d6 files/digest-xorg-docs-1.0.1 69 MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156 MD5 a7f14ef468c3a0199cf3dd9c44f42b4b xorg-docs-1.0.0.ebuild 515 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDqSPpBtvusYtCZMsRAp/qAJ4l7yLG1LvHTl6JGAQfg358hZkx8ACfdaG6 -ZkaZwORwBoCaGdmvFNnooMk= -=7Fzt ------END PGP SIGNATURE----- +MD5 a7f14ef468c3a0199cf3dd9c44f42b4b xorg-docs-1.0.1.ebuild 515 diff --git a/app-doc/xorg-docs/files/digest-xorg-docs-1.0.1 b/app-doc/xorg-docs/files/digest-xorg-docs-1.0.1 new file mode 100644 index 000000000000..4f03fa30e321 --- /dev/null +++ b/app-doc/xorg-docs/files/digest-xorg-docs-1.0.1 @@ -0,0 +1 @@ +MD5 78fd95f6d5ea69d91723dcc16280c664 xorg-docs-1.0.1.tar.bz2 8307059 diff --git a/app-doc/xorg-docs/xorg-docs-1.0.1.ebuild b/app-doc/xorg-docs/xorg-docs-1.0.1.ebuild new file mode 100644 index 000000000000..2931d1741318 --- /dev/null +++ b/app-doc/xorg-docs/xorg-docs-1.0.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/xorg-docs/xorg-docs-1.0.1.ebuild,v 1.1 2005/12/23 20:13:19 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org docs" +KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" +RDEPEND="" +DEPEND="${RDEPEND}" + +IUSE="doc" + +PATCHES="${FILESDIR}/allow_manpages_only.patch" + +CONFIGURE_OPTIONS="$(use_enable doc non-man-docs)" diff --git a/app-doc/xorg-sgml-doctools/ChangeLog b/app-doc/xorg-sgml-doctools/ChangeLog index e697eda7a0f5..0de7ae49698c 100644 --- a/app-doc/xorg-sgml-doctools/ChangeLog +++ b/app-doc/xorg-sgml-doctools/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-doc/xorg-sgml-doctools # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/xorg-sgml-doctools/ChangeLog,v 1.2 2005/12/18 00:01:40 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/xorg-sgml-doctools/ChangeLog,v 1.3 2005/12/23 20:12:13 joshuabaergen Exp $ + +*xorg-sgml-doctools-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xorg-sgml-doctools-1.0.1.ebuild: + Bump for 7.0. *xorg-sgml-doctools-1.0.0 (18 Dec 2005) diff --git a/app-doc/xorg-sgml-doctools/Manifest b/app-doc/xorg-sgml-doctools/Manifest index c4a7ecd26d02..536c8ac98d3b 100644 --- a/app-doc/xorg-sgml-doctools/Manifest +++ b/app-doc/xorg-sgml-doctools/Manifest @@ -1,6 +1,8 @@ -MD5 755061526aeb8891ca2649f2f1f21bdb ChangeLog 565 +MD5 fa98f822edf411eb9ca30c33689cb410 ChangeLog 716 MD5 3812d65da77566146bc2804109f8b753 files/digest-xorg-sgml-doctools-0.99.1 77 MD5 478cd2a44b548e1a57569b755e1540c7 files/digest-xorg-sgml-doctools-1.0.0 76 +MD5 a68c8de9c6a1b54f9a7a569cb504d22c files/digest-xorg-sgml-doctools-1.0.1 76 MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156 MD5 19d0dfd72a777ffc758d1ab51d677c0a xorg-sgml-doctools-0.99.1.ebuild 426 MD5 35775a9eefb975fda60a9041d1df3768 xorg-sgml-doctools-1.0.0.ebuild 425 +MD5 35775a9eefb975fda60a9041d1df3768 xorg-sgml-doctools-1.0.1.ebuild 425 diff --git a/app-doc/xorg-sgml-doctools/files/digest-xorg-sgml-doctools-1.0.1 b/app-doc/xorg-sgml-doctools/files/digest-xorg-sgml-doctools-1.0.1 new file mode 100644 index 000000000000..7ae6c7cc261c --- /dev/null +++ b/app-doc/xorg-sgml-doctools/files/digest-xorg-sgml-doctools-1.0.1 @@ -0,0 +1 @@ +MD5 1832fecfe3a0c11abeae2fc25b023ac1 xorg-sgml-doctools-1.0.1.tar.bz2 37228 diff --git a/app-doc/xorg-sgml-doctools/xorg-sgml-doctools-1.0.1.ebuild b/app-doc/xorg-sgml-doctools/xorg-sgml-doctools-1.0.1.ebuild new file mode 100644 index 000000000000..0c4f7b7c498b --- /dev/null +++ b/app-doc/xorg-sgml-doctools/xorg-sgml-doctools-1.0.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/xorg-sgml-doctools/xorg-sgml-doctools-1.0.1.ebuild,v 1.1 2005/12/23 20:12:13 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +# SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org sgml doctools" +KEYWORDS="~x86" +RDEPEND="" +DEPEND="${RDEPEND}" + +PATCHES="" diff --git a/x11-drivers/xf86-input-evdev/ChangeLog b/x11-drivers/xf86-input-evdev/ChangeLog index 103a790f739d..590b982d6074 100644 --- a/x11-drivers/xf86-input-evdev/ChangeLog +++ b/x11-drivers/xf86-input-evdev/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-evdev # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.11 2005/12/17 23:54:49 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.12 2005/12/23 20:10:58 joshuabaergen Exp $ + +*xf86-input-evdev-1.0.0.5 (23 Dec 2005) + + 23 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-evdev-1.0.0.5.ebuild: + Bump for 7.0. *xf86-input-evdev-1.0.0.4 (17 Dec 2005) diff --git a/x11-drivers/xf86-input-evdev/files/digest-xf86-input-evdev-1.0.0.5 b/x11-drivers/xf86-input-evdev/files/digest-xf86-input-evdev-1.0.0.5 new file mode 100644 index 000000000000..8555ee14d0bd --- /dev/null +++ b/x11-drivers/xf86-input-evdev/files/digest-xf86-input-evdev-1.0.0.5 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +MD5 70a3b3e8416e3fd536c8894511f13a67 xf86-input-evdev-1.0.0.5.tar.bz2 216077 diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.0.0.5.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.0.0.5.ebuild new file mode 100644 index 000000000000..12a55bfb96ca --- /dev/null +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.0.0.5.ebuild @@ -0,0 +1,16 @@ +# 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-evdev/xf86-input-evdev-1.0.0.5.ebuild,v 1.1 2005/12/23 20:10:58 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for evdev input devices" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-input-fpit/ChangeLog b/x11-drivers/xf86-input-fpit/ChangeLog index fa17ef8fdf44..07cc9828d605 100644 --- a/x11-drivers/xf86-input-fpit/ChangeLog +++ b/x11-drivers/xf86-input-fpit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-fpit # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-fpit/ChangeLog,v 1.8 2005/12/17 23:55:24 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-fpit/ChangeLog,v 1.9 2005/12/23 20:11:33 joshuabaergen Exp $ + +*xf86-input-fpit-1.0.0.5 (23 Dec 2005) + + 23 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-fpit-1.0.0.5.ebuild: + Bump for 7.0. 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> +xf86-input-fpit-1.0.0.4.ebuild: diff --git a/x11-drivers/xf86-input-fpit/files/digest-xf86-input-fpit-1.0.0.5 b/x11-drivers/xf86-input-fpit/files/digest-xf86-input-fpit-1.0.0.5 new file mode 100644 index 000000000000..1c33edb661ae --- /dev/null +++ b/x11-drivers/xf86-input-fpit/files/digest-xf86-input-fpit-1.0.0.5 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +MD5 1f75120f61948dd0773a3b479d176348 xf86-input-fpit-1.0.0.5.tar.bz2 220365 diff --git a/x11-drivers/xf86-input-fpit/xf86-input-fpit-1.0.0.5.ebuild b/x11-drivers/xf86-input-fpit/xf86-input-fpit-1.0.0.5.ebuild new file mode 100644 index 000000000000..4381b92623d2 --- /dev/null +++ b/x11-drivers/xf86-input-fpit/xf86-input-fpit-1.0.0.5.ebuild @@ -0,0 +1,16 @@ +# 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-fpit/xf86-input-fpit-1.0.0.5.ebuild,v 1.1 2005/12/23 20:11:33 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for fpit input devices" +KEYWORDS="~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-input-hyperpen/ChangeLog b/x11-drivers/xf86-input-hyperpen/ChangeLog index 5f006a483fc2..93d60c2a1484 100644 --- a/x11-drivers/xf86-input-hyperpen/ChangeLog +++ b/x11-drivers/xf86-input-hyperpen/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-hyperpen # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-hyperpen/ChangeLog,v 1.8 2005/12/17 23:55:57 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-hyperpen/ChangeLog,v 1.9 2005/12/23 20:12:03 joshuabaergen Exp $ + +*xf86-input-hyperpen-1.0.0.5 (23 Dec 2005) + + 23 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-hyperpen-1.0.0.5.ebuild: + Bump for 7.0. *xf86-input-hyperpen-1.0.0.4 (17 Dec 2005) diff --git a/x11-drivers/xf86-input-hyperpen/files/digest-xf86-input-hyperpen-1.0.0.5 b/x11-drivers/xf86-input-hyperpen/files/digest-xf86-input-hyperpen-1.0.0.5 new file mode 100644 index 000000000000..14bf907e44da --- /dev/null +++ b/x11-drivers/xf86-input-hyperpen/files/digest-xf86-input-hyperpen-1.0.0.5 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +MD5 578d0720c274973292f5b9adea5959bf xf86-input-hyperpen-1.0.0.5.tar.bz2 222897 diff --git a/x11-drivers/xf86-input-hyperpen/xf86-input-hyperpen-1.0.0.5.ebuild b/x11-drivers/xf86-input-hyperpen/xf86-input-hyperpen-1.0.0.5.ebuild new file mode 100644 index 000000000000..9bb269cb78ce --- /dev/null +++ b/x11-drivers/xf86-input-hyperpen/xf86-input-hyperpen-1.0.0.5.ebuild @@ -0,0 +1,16 @@ +# 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-hyperpen/xf86-input-hyperpen-1.0.0.5.ebuild,v 1.1 2005/12/23 20:12:03 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for hyperpen input devices" +KEYWORDS="~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-input-jamstudio/ChangeLog b/x11-drivers/xf86-input-jamstudio/ChangeLog index 224ccf1d531c..f4a78814f5a6 100644 --- a/x11-drivers/xf86-input-jamstudio/ChangeLog +++ b/x11-drivers/xf86-input-jamstudio/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-jamstudio # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-jamstudio/ChangeLog,v 1.8 2005/12/17 23:56:30 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-jamstudio/ChangeLog,v 1.9 2005/12/23 20:12:37 joshuabaergen Exp $ + +*xf86-input-jamstudio-1.0.0.5 (23 Dec 2005) + + 23 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-jamstudio-1.0.0.5.ebuild: + Bump for 7.0. *xf86-input-jamstudio-1.0.0.4 (17 Dec 2005) diff --git a/x11-drivers/xf86-input-jamstudio/files/digest-xf86-input-jamstudio-1.0.0.5 b/x11-drivers/xf86-input-jamstudio/files/digest-xf86-input-jamstudio-1.0.0.5 new file mode 100644 index 000000000000..49bf18779e5b --- /dev/null +++ b/x11-drivers/xf86-input-jamstudio/files/digest-xf86-input-jamstudio-1.0.0.5 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +MD5 4ea7a20133f637750f72a34b8f7b1b21 xf86-input-jamstudio-1.0.0.5.tar.bz2 213883 diff --git a/x11-drivers/xf86-input-jamstudio/xf86-input-jamstudio-1.0.0.5.ebuild b/x11-drivers/xf86-input-jamstudio/xf86-input-jamstudio-1.0.0.5.ebuild new file mode 100644 index 000000000000..1ec807521ba5 --- /dev/null +++ b/x11-drivers/xf86-input-jamstudio/xf86-input-jamstudio-1.0.0.5.ebuild @@ -0,0 +1,16 @@ +# 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-jamstudio/xf86-input-jamstudio-1.0.0.5.ebuild,v 1.1 2005/12/23 20:12:37 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for jamstudio input devices" +KEYWORDS="~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-input-joystick/ChangeLog b/x11-drivers/xf86-input-joystick/ChangeLog index 5ccc4af99cc9..45b736f81bf7 100644 --- a/x11-drivers/xf86-input-joystick/ChangeLog +++ b/x11-drivers/xf86-input-joystick/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-joystick # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.8 2005/12/17 23:57:09 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.9 2005/12/23 20:13:07 joshuabaergen Exp $ + +*xf86-input-joystick-1.0.0.5 (23 Dec 2005) + + 23 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-joystick-1.0.0.5.ebuild: + Bump for 7.0. *xf86-input-joystick-1.0.0.4 (17 Dec 2005) diff --git a/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.0.0.5 b/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.0.0.5 new file mode 100644 index 000000000000..47712682ccef --- /dev/null +++ b/x11-drivers/xf86-input-joystick/files/digest-xf86-input-joystick-1.0.0.5 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +MD5 4dd96fe292f775d6f289c09fd8e8faf6 xf86-input-joystick-1.0.0.5.tar.bz2 216115 diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.0.0.5.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.0.0.5.ebuild new file mode 100644 index 000000000000..db3531faac15 --- /dev/null +++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.0.0.5.ebuild @@ -0,0 +1,16 @@ +# 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-joystick/xf86-input-joystick-1.0.0.5.ebuild,v 1.1 2005/12/23 20:13:08 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for joystick input devices" +KEYWORDS="~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-input-keyboard/ChangeLog b/x11-drivers/xf86-input-keyboard/ChangeLog index 39eca094300b..ba32de7803b9 100644 --- a/x11-drivers/xf86-input-keyboard/ChangeLog +++ b/x11-drivers/xf86-input-keyboard/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-keyboard # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.12 2005/12/17 23:57:42 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.13 2005/12/23 20:13:39 joshuabaergen Exp $ + +*xf86-input-keyboard-1.0.1.3 (23 Dec 2005) + + 23 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-keyboard-1.0.1.3.ebuild: + Bump for 7.0. *xf86-input-keyboard-1.0.1.2 (17 Dec 2005) diff --git a/x11-drivers/xf86-input-keyboard/files/digest-xf86-input-keyboard-1.0.1.3 b/x11-drivers/xf86-input-keyboard/files/digest-xf86-input-keyboard-1.0.1.3 new file mode 100644 index 000000000000..eb81dc0cb437 --- /dev/null +++ b/x11-drivers/xf86-input-keyboard/files/digest-xf86-input-keyboard-1.0.1.3 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +MD5 b501e354c7f160d09ea1ca8f5db9404b xf86-input-keyboard-1.0.1.3.tar.bz2 219642 diff --git a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.0.1.3.ebuild b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.0.1.3.ebuild new file mode 100644 index 000000000000..53a8bfcd9319 --- /dev/null +++ b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.0.1.3.ebuild @@ -0,0 +1,17 @@ +# 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-keyboard/xf86-input-keyboard-1.0.1.3.ebuild,v 1.1 2005/12/23 20:13:39 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for keyboard input devices" +KEYWORDS="~amd64 ~mips ~ppc ~sh ~sparc ~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/kbproto + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-input-magellan/ChangeLog b/x11-drivers/xf86-input-magellan/ChangeLog index 8cdd42819c9c..2fa724913322 100644 --- a/x11-drivers/xf86-input-magellan/ChangeLog +++ b/x11-drivers/xf86-input-magellan/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-magellan # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-magellan/ChangeLog,v 1.8 2005/12/17 23:58:15 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-magellan/ChangeLog,v 1.9 2005/12/23 20:14:09 joshuabaergen Exp $ + +*xf86-input-magellan-1.0.0.5 (23 Dec 2005) + + 23 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-magellan-1.0.0.5.ebuild: + Bump for 7.0. *xf86-input-magellan-1.0.0.4 (17 Dec 2005) diff --git a/x11-drivers/xf86-input-magellan/files/digest-xf86-input-magellan-1.0.0.5 b/x11-drivers/xf86-input-magellan/files/digest-xf86-input-magellan-1.0.0.5 new file mode 100644 index 000000000000..186876c577f4 --- /dev/null +++ b/x11-drivers/xf86-input-magellan/files/digest-xf86-input-magellan-1.0.0.5 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +MD5 5f46f47c130f5c756167caf4c975cc73 xf86-input-magellan-1.0.0.5.tar.bz2 216087 diff --git a/x11-drivers/xf86-input-magellan/xf86-input-magellan-1.0.0.5.ebuild b/x11-drivers/xf86-input-magellan/xf86-input-magellan-1.0.0.5.ebuild new file mode 100644 index 000000000000..ea36287e1d94 --- /dev/null +++ b/x11-drivers/xf86-input-magellan/xf86-input-magellan-1.0.0.5.ebuild @@ -0,0 +1,16 @@ +# 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-magellan/xf86-input-magellan-1.0.0.5.ebuild,v 1.1 2005/12/23 20:14:09 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for magellan input devices" +KEYWORDS="~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-input-magictouch/ChangeLog b/x11-drivers/xf86-input-magictouch/ChangeLog index 8658c620ce89..04b93680dc64 100644 --- a/x11-drivers/xf86-input-magictouch/ChangeLog +++ b/x11-drivers/xf86-input-magictouch/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-magictouch # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-magictouch/ChangeLog,v 1.8 2005/12/17 23:58:42 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-magictouch/ChangeLog,v 1.9 2005/12/23 20:14:39 joshuabaergen Exp $ + +*xf86-input-magictouch-1.0.0.5 (23 Dec 2005) + + 23 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-magictouch-1.0.0.5.ebuild: + Bump for 7.0. *xf86-input-magictouch-1.0.0.4 (17 Dec 2005) diff --git a/x11-drivers/xf86-input-magictouch/files/digest-xf86-input-magictouch-1.0.0.5 b/x11-drivers/xf86-input-magictouch/files/digest-xf86-input-magictouch-1.0.0.5 new file mode 100644 index 000000000000..431375e6915c --- /dev/null +++ b/x11-drivers/xf86-input-magictouch/files/digest-xf86-input-magictouch-1.0.0.5 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +MD5 d23f2791cd634ef85b7cc5e9da8f8407 xf86-input-magictouch-1.0.0.5.tar.bz2 218289 diff --git a/x11-drivers/xf86-input-magictouch/xf86-input-magictouch-1.0.0.5.ebuild b/x11-drivers/xf86-input-magictouch/xf86-input-magictouch-1.0.0.5.ebuild new file mode 100644 index 000000000000..c779d5ac9f28 --- /dev/null +++ b/x11-drivers/xf86-input-magictouch/xf86-input-magictouch-1.0.0.5.ebuild @@ -0,0 +1,16 @@ +# 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-magictouch/xf86-input-magictouch-1.0.0.5.ebuild,v 1.1 2005/12/23 20:14:39 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for magictouch input devices" +KEYWORDS="~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-input-microtouch/ChangeLog b/x11-drivers/xf86-input-microtouch/ChangeLog index 3d6493abbf88..576b67de549e 100644 --- a/x11-drivers/xf86-input-microtouch/ChangeLog +++ b/x11-drivers/xf86-input-microtouch/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-microtouch # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-microtouch/ChangeLog,v 1.8 2005/12/17 23:59:26 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-microtouch/ChangeLog,v 1.9 2005/12/23 20:15:09 joshuabaergen Exp $ + +*xf86-input-microtouch-1.0.0.5 (23 Dec 2005) + + 23 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-microtouch-1.0.0.5.ebuild: + Bump for 7.0. *xf86-input-microtouch-1.0.0.4 (18 Dec 2005) diff --git a/x11-drivers/xf86-input-microtouch/files/digest-xf86-input-microtouch-1.0.0.5 b/x11-drivers/xf86-input-microtouch/files/digest-xf86-input-microtouch-1.0.0.5 new file mode 100644 index 000000000000..f4df42e89c5a --- /dev/null +++ b/x11-drivers/xf86-input-microtouch/files/digest-xf86-input-microtouch-1.0.0.5 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +MD5 53ef317435ca278ea1fff0902f93d74b xf86-input-microtouch-1.0.0.5.tar.bz2 219417 diff --git a/x11-drivers/xf86-input-microtouch/xf86-input-microtouch-1.0.0.5.ebuild b/x11-drivers/xf86-input-microtouch/xf86-input-microtouch-1.0.0.5.ebuild new file mode 100644 index 000000000000..d07a7112696e --- /dev/null +++ b/x11-drivers/xf86-input-microtouch/xf86-input-microtouch-1.0.0.5.ebuild @@ -0,0 +1,16 @@ +# 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-microtouch/xf86-input-microtouch-1.0.0.5.ebuild,v 1.1 2005/12/23 20:15:09 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for microtouch input devices" +KEYWORDS="~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-input-mouse/ChangeLog b/x11-drivers/xf86-input-mouse/ChangeLog index 772a82504393..b8bae94608ff 100644 --- a/x11-drivers/xf86-input-mouse/ChangeLog +++ b/x11-drivers/xf86-input-mouse/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-mouse # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.12 2005/12/18 00:00:00 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.13 2005/12/23 20:15:41 joshuabaergen Exp $ + +*xf86-input-mouse-1.0.3.1 (23 Dec 2005) + + 23 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-mouse-1.0.3.1.ebuild: + Bump for 7.0. *xf86-input-mouse-1.0.3 (18 Dec 2005) diff --git a/x11-drivers/xf86-input-mouse/files/digest-xf86-input-mouse-1.0.3.1 b/x11-drivers/xf86-input-mouse/files/digest-xf86-input-mouse-1.0.3.1 new file mode 100644 index 000000000000..e117e96ffe4f --- /dev/null +++ b/x11-drivers/xf86-input-mouse/files/digest-xf86-input-mouse-1.0.3.1 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +MD5 c1235259ee9ecdcfe28e1365ef73f570 xf86-input-mouse-1.0.3.1.tar.bz2 259695 diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.0.3.1.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.0.3.1.ebuild new file mode 100644 index 000000000000..e7701677409f --- /dev/null +++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.0.3.1.ebuild @@ -0,0 +1,16 @@ +# 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-mouse/xf86-input-mouse-1.0.3.1.ebuild,v 1.1 2005/12/23 20:15:41 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for mouse input devices" +KEYWORDS="~amd64 ~mips ~ppc ~sh ~sparc ~x86" +RDEPEND=">=x11-base/xorg-server-0.99.3" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" |