diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-10-22 18:13:10 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-10-22 18:13:10 +0000 |
commit | 982c79533e6d230fc2d13d54c6364d06e5919bb2 (patch) | |
tree | f5b3b3884066bde1c6818b128a48b2d85e6e12ce /x11-drivers/xf86-video-vesa | |
parent | Fix --as-needed (see bug #152393) (diff) | |
download | historical-982c79533e6d230fc2d13d54c6364d06e5919bb2.tar.gz historical-982c79533e6d230fc2d13d54c6364d06e5919bb2.tar.bz2 historical-982c79533e6d230fc2d13d54c6364d06e5919bb2.zip |
Version bump with minor changes.
Package-Manager: portage-2.1.2_pre3-r5
Diffstat (limited to 'x11-drivers/xf86-video-vesa')
-rw-r--r-- | x11-drivers/xf86-video-vesa/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.2.2 | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-vesa/xf86-video-vesa-1.2.2.ebuild | 19 |
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog index 00e795ddca0d..a3a62e6c3572 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.26 2006/10/13 23:15:49 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.27 2006/10/22 18:12:25 joshuabaergen Exp $ + +*xf86-video-vesa-1.2.2 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-vesa-1.2.2.ebuild: + Version bump. 13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> xf86-video-vesa-1.2.1.ebuild: diff --git a/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.2.2 b/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.2.2 new file mode 100644 index 000000000000..9ef0430776be --- /dev/null +++ b/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.2.2 @@ -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 05fdc608eb15651cf6e5e4e3996248a8 xf86-video-vesa-1.2.2.tar.bz2 239363 +RMD160 93c2c524ff5a3dc1c306e5707572850fce3c27ed xf86-video-vesa-1.2.2.tar.bz2 239363 +SHA256 3d76d38d7eb6a29ecc4c833abc05a479f93e2eb2da15ff6aeb8893fe97f6085c xf86-video-vesa-1.2.2.tar.bz2 239363 diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.2.2.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.2.2.ebuild new file mode 100644 index 000000000000..f55782749967 --- /dev/null +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.2.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 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-1.2.2.ebuild,v 1.1 2006/10/22 18:12:25 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Generic VESA video driver" +KEYWORDS="-* ~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" |