diff options
24 files changed, 354 insertions, 21 deletions
diff --git a/x11-drivers/xf86-input-acecad/ChangeLog b/x11-drivers/xf86-input-acecad/ChangeLog index 6fc36c560eba..08d889a8bf9b 100644 --- a/x11-drivers/xf86-input-acecad/ChangeLog +++ b/x11-drivers/xf86-input-acecad/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-acecad -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-acecad/ChangeLog,v 1.45 2008/03/24 14:23:04 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-acecad/ChangeLog,v 1.46 2009/02/26 07:50:30 dberkholz Exp $ + +*xf86-input-acecad-1.3.0 (26 Feb 2009) + + 26 Feb 2009; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-input-acecad-1.3.0.ebuild: + Version bump. 24 Mar 2008; Markus Meier <maekke@gentoo.org> xf86-input-acecad-1.2.1.ebuild: diff --git a/x11-drivers/xf86-input-acecad/xf86-input-acecad-1.3.0.ebuild b/x11-drivers/xf86-input-acecad/xf86-input-acecad-1.3.0.ebuild new file mode 100644 index 000000000000..c9ea32836e6d --- /dev/null +++ b/x11-drivers/xf86-input-acecad/xf86-input-acecad-1.3.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-acecad/xf86-input-acecad-1.3.0.ebuild,v 1.1 2009/02/26 07:50:30 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Acecad Flair 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 + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-input-aiptek/ChangeLog b/x11-drivers/xf86-input-aiptek/ChangeLog index c5ccc3d56135..0d5ec37ebcee 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-aiptek/ChangeLog,v 1.30 2008/05/09 07:16:17 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-aiptek/ChangeLog,v 1.31 2009/02/26 07:50:54 dberkholz Exp $ + +*xf86-input-aiptek-1.2.0 (26 Feb 2009) + + 26 Feb 2009; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-input-aiptek-1.2.0.ebuild: + Version bump. *xf86-input-aiptek-1.1.1 (09 May 2008) diff --git a/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.2.0.ebuild b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.2.0.ebuild new file mode 100644 index 000000000000..7adcdb0a0846 --- /dev/null +++ b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.2.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 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.2.0.ebuild,v 1.1 2009/02/26 07:50:54 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Aiptek USB Digital Tablet Input Driver for Linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-input-evdev/ChangeLog b/x11-drivers/xf86-input-evdev/ChangeLog index 6ccd70c766df..851daceddeb3 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.94 2009/02/02 11:12:12 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.95 2009/02/26 07:51:28 dberkholz Exp $ + +*xf86-input-evdev-2.1.3 (26 Feb 2009) + + 26 Feb 2009; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-input-evdev-2.1.3.ebuild: + Version bump. *xf86-input-evdev-2.1.2 (02 Feb 2009) diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.1.3.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.1.3.ebuild new file mode 100644 index 000000000000..5eda224729ca --- /dev/null +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.1.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2009 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-2.1.3.ebuild,v 1.1 2009/02/26 07:51:28 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Generic Linux input driver" +KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="hal" +RDEPEND=">=x11-base/xorg-server-1.5.3 + hal? ( >=sys-apps/hal-0.5.10 )" +DEPEND="${RDEPEND} + || ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 ) + >=x11-proto/inputproto-1.4 + x11-proto/randrproto + x11-proto/xproto" + +pkg_postinst() { + x-modular_pkg_postinst + pkg_info +} + +pkg_info() { + if use hal; then + elog "If your XKB (keyboard settings) stopped working," + elog "you may uninstall this driver or move your XKB configuration." + elog "Download an example from http://dev.gentoo.org/~compnerd/temp/hal-config-examples/" + elog "(these will be installed with sys-apps/hal soon)," + elog "and drop it into /etc/hal/fdi/policy/" + fi +} diff --git a/x11-drivers/xf86-input-fpit/ChangeLog b/x11-drivers/xf86-input-fpit/ChangeLog index e14145b5742a..db42ff682a93 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-fpit/ChangeLog,v 1.41 2008/03/24 04:05:40 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-fpit/ChangeLog,v 1.42 2009/02/26 07:51:51 dberkholz Exp $ + +*xf86-input-fpit-1.3.0 (26 Feb 2009) + + 26 Feb 2009; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-input-fpit-1.3.0.ebuild: + Version bump. *xf86-input-fpit-1.2.0 (24 Mar 2008) diff --git a/x11-drivers/xf86-input-fpit/xf86-input-fpit-1.3.0.ebuild b/x11-drivers/xf86-input-fpit/xf86-input-fpit-1.3.0.ebuild new file mode 100644 index 000000000000..5ef3c6e93932 --- /dev/null +++ b/x11-drivers/xf86-input-fpit/xf86-input-fpit-1.3.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 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.3.0.ebuild,v 1.1 2009/02/26 07:51:51 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Fujitsu Stylistic input driver" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-input-penmount/ChangeLog b/x11-drivers/xf86-input-penmount/ChangeLog index 78e65f7e8ca1..1c7cd34ee1db 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-penmount/ChangeLog,v 1.40 2008/03/24 04:10:00 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-penmount/ChangeLog,v 1.41 2009/02/26 07:52:16 dberkholz Exp $ + +*xf86-input-penmount-1.4.0 (26 Feb 2009) + + 26 Feb 2009; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-input-penmount-1.4.0.ebuild: + Version bump. *xf86-input-penmount-1.3.0 (24 Mar 2008) diff --git a/x11-drivers/xf86-input-penmount/xf86-input-penmount-1.4.0.ebuild b/x11-drivers/xf86-input-penmount/xf86-input-penmount-1.4.0.ebuild new file mode 100644 index 000000000000..96dfafe6c71e --- /dev/null +++ b/x11-drivers/xf86-input-penmount/xf86-input-penmount-1.4.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 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.4.0.ebuild,v 1.1 2009/02/26 07:52:16 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" diff --git a/x11-drivers/xf86-input-void/ChangeLog b/x11-drivers/xf86-input-void/ChangeLog index 3ef59a7a841e..1c3b87f727ea 100644 --- a/x11-drivers/xf86-input-void/ChangeLog +++ b/x11-drivers/xf86-input-void/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-void -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog,v 1.34 2008/02/24 02:26:30 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog,v 1.35 2009/02/26 07:52:39 dberkholz Exp $ + +*xf86-input-void-1.2.0 (26 Feb 2009) + + 26 Feb 2009; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-input-void-1.2.0.ebuild: + Version bump. 24 Feb 2008; Donnie Berkholz <dberkholz@gentoo.org>; ChangeLog: Update my email. diff --git a/x11-drivers/xf86-input-void/xf86-input-void-1.2.0.ebuild b/x11-drivers/xf86-input-void/xf86-input-void-1.2.0.ebuild new file mode 100644 index 000000000000..dbd24fec2d1a --- /dev/null +++ b/x11-drivers/xf86-input-void/xf86-input-void-1.2.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/xf86-input-void-1.2.0.ebuild,v 1.1 2009/02/26 07:52:39 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER="4" + +inherit x-modular + +DESCRIPTION="null 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 + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog index c399a2b51e79..f3858858d853 100644 --- a/x11-drivers/xf86-video-ati/ChangeLog +++ b/x11-drivers/xf86-video-ati/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-ati # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.73 2009/02/20 11:13:52 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.74 2009/02/26 07:53:08 dberkholz Exp $ + +*xf86-video-ati-6.11.0 (26 Feb 2009) + + 26 Feb 2009; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-video-ati-6.11.0.ebuild: + Version bump. 20 Feb 2009; Rémi Cardona <remi@gentoo.org> xf86-video-ati-6.7.197.ebuild, xf86-video-ati-6.8.0.ebuild, diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.11.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.11.0.ebuild new file mode 100644 index 000000000000..6a2416ab4fbc --- /dev/null +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.11.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.11.0.ebuild,v 1.1 2009/02/26 07:53:08 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular eutils + +DESCRIPTION="ATI video driver" + +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="dri" + +RDEPEND=">=x11-base/xorg-server-1.2" +DEPEND="${RDEPEND} + >=x11-misc/util-macros-1.1.3 + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/videoproto + x11-proto/xextproto + x11-proto/xineramaproto + x11-proto/xf86miscproto + x11-proto/xproto + dri? ( x11-proto/glproto + x11-proto/xf86driproto + >=x11-libs/libdrm-2 )" + +CONFIGURE_OPTIONS="$(use_enable dri)" + +PATCHES="" + +pkg_postinst() { + x-modular_pkg_postinst + + ewarn "If you have a mach64 or r128 video card, read this" + ewarn "The mach64 and r128 drivers moved to their own packages," + ewarn "xf86-video-mach64 and xf86-video-r128. If these weren't installed" + ewarn "automatically by xorg-server and you have one of these cards," + ewarn "check your VIDEO_CARDS settings." + ebeep + epause +} diff --git a/x11-drivers/xf86-video-dummy/ChangeLog b/x11-drivers/xf86-video-dummy/ChangeLog index e9980147eabd..f291b91a3688 100644 --- a/x11-drivers/xf86-video-dummy/ChangeLog +++ b/x11-drivers/xf86-video-dummy/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-dummy -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.32 2008/06/10 06:47:54 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.33 2009/02/26 07:53:32 dberkholz Exp $ + +*xf86-video-dummy-0.3.1 (26 Feb 2009) + + 26 Feb 2009; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-video-dummy-0.3.1.ebuild: + Version bump. *xf86-video-dummy-0.3.0 (10 Jun 2008) diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.1.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.1.ebuild new file mode 100644 index 000000000000..9eef14d388b1 --- /dev/null +++ b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.1.ebuild,v 1.1 2009/02/26 07:53:32 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for dummy cards" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/videoproto + x11-proto/xf86dgaproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-video-rendition/ChangeLog b/x11-drivers/xf86-video-rendition/ChangeLog index f8889a92d20f..bd94b7ad4d25 100644 --- a/x11-drivers/xf86-video-rendition/ChangeLog +++ b/x11-drivers/xf86-video-rendition/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-rendition -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.32 2008/06/10 06:49:52 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.33 2009/02/26 07:53:53 dberkholz Exp $ + +*xf86-video-rendition-4.2.1 (26 Feb 2009) + + 26 Feb 2009; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-video-rendition-4.2.1.ebuild: + Version bump. *xf86-video-rendition-4.2.0 (10 Jun 2008) diff --git a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.1.ebuild b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.1.ebuild new file mode 100644 index 000000000000..b78040b1d3c2 --- /dev/null +++ b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.1.ebuild,v 1.1 2009/02/26 07:53:53 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Rendition video driver" +KEYWORDS="~alpha ~amd64 ~ia64 ~sh ~x86 ~x86-fbsd" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/xextproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-video-sisusb/ChangeLog b/x11-drivers/xf86-video-sisusb/ChangeLog index 238af30039f9..d7815754d2fe 100644 --- a/x11-drivers/xf86-video-sisusb/ChangeLog +++ b/x11-drivers/xf86-video-sisusb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-sisusb -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sisusb/ChangeLog,v 1.29 2008/06/10 06:51:52 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sisusb/ChangeLog,v 1.30 2009/02/26 07:54:17 dberkholz Exp $ + +*xf86-video-sisusb-0.9.1 (26 Feb 2009) + + 26 Feb 2009; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-video-sisusb-0.9.1.ebuild: + Version bump. *xf86-video-sisusb-0.9.0 (10 Jun 2008) diff --git a/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.1.ebuild b/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.1.ebuild new file mode 100644 index 000000000000..4678cb45d025 --- /dev/null +++ b/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.1.ebuild,v 1.1 2009/02/26 07:54:17 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="SiS USB video driver" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/videoproto + x11-proto/xextproto + x11-proto/xf86miscproto + x11-proto/xineramaproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog index 96640102621c..0d34ca30092d 100644 --- a/x11-drivers/xf86-video-vesa/ChangeLog +++ b/x11-drivers/xf86-video-vesa/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-vesa # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.38 2009/01/13 05:55:09 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.39 2009/02/26 07:54:38 dberkholz Exp $ + +*xf86-video-vesa-2.2.0 (26 Feb 2009) + + 26 Feb 2009; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-video-vesa-2.2.0.ebuild: + Version bump. *xf86-video-vesa-2.1.0 (13 Jan 2009) diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.2.0.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.2.0.ebuild new file mode 100644 index 000000000000..f6f260d22950 --- /dev/null +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.2.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.2.0.ebuild,v 1.1 2009/02/26 07:54:38 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Generic VESA video driver" +KEYWORDS="-* ~alpha ~amd64 ~ia64 ~x86 ~x86-fbsd" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/xextproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-video-voodoo/ChangeLog b/x11-drivers/xf86-video-voodoo/ChangeLog index 0212fdb9f946..6405cc35ac88 100644 --- a/x11-drivers/xf86-video-voodoo/ChangeLog +++ b/x11-drivers/xf86-video-voodoo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-voodoo -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/ChangeLog,v 1.35 2008/06/10 06:54:18 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/ChangeLog,v 1.36 2009/02/26 07:55:01 dberkholz Exp $ + +*xf86-video-voodoo-1.2.1 (26 Feb 2009) + + 26 Feb 2009; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-video-voodoo-1.2.1.ebuild: + Version bump. *xf86-video-voodoo-1.2.0 (10 Jun 2008) diff --git a/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.1.ebuild b/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.1.ebuild new file mode 100644 index 000000000000..ad01b8b0e419 --- /dev/null +++ b/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.1.ebuild,v 1.1 2009/02/26 07:55:01 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Voodoo video driver" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sh ~sparc ~x86 ~x86-fbsd" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/xextproto + x11-proto/xf86dgaproto + x11-proto/xproto" |