diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-12-16 17:13:21 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-12-16 17:13:21 +0000 |
commit | 6f92951d9fa1f3f76ee4ab96c6681bd5cd94a9a0 (patch) | |
tree | 7d096ed19259758cb2595e91db5570a2f850324c /x11-drivers/xf86-video-rendition | |
parent | Version bump for 7.2. Build/dist fix and some code cleanup. (diff) | |
download | historical-6f92951d9fa1f3f76ee4ab96c6681bd5cd94a9a0.tar.gz historical-6f92951d9fa1f3f76ee4ab96c6681bd5cd94a9a0.tar.bz2 historical-6f92951d9fa1f3f76ee4ab96c6681bd5cd94a9a0.zip |
Version bump for 7.2. Build/dist fix only.
Package-Manager: portage-2.1.2_rc3-r5
Diffstat (limited to 'x11-drivers/xf86-video-rendition')
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-rendition/ChangeLog b/x11-drivers/xf86-video-rendition/ChangeLog index 0ecf29f8a785..177f9aeb8ea3 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.24 2006/11/10 03:36:33 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.25 2006/12/16 17:13:21 joshuabaergen Exp $ + +*xf86-video-rendition-4.1.3 (16 Dec 2006) + + 16 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org> + -xf86-video-rendition-4.1.2.ebuild, +xf86-video-rendition-4.1.3.ebuild: + Version bump for 7.2. Build/dist fix only. *xf86-video-rendition-4.1.2 (10 Nov 2006) diff --git a/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.1.3 b/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.1.3 new file mode 100644 index 000000000000..81b6a353ef80 --- /dev/null +++ b/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.1.3 @@ -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 a8b97feccb32184820d5856fe78d34db xf86-video-rendition-4.1.3.tar.bz2 292618 +RMD160 a978dda8170b005cb7d398b7c23b28454ab5c661 xf86-video-rendition-4.1.3.tar.bz2 292618 +SHA256 37e7aef72f7466485f5a3bafd0d43190cb7439de16868bfba2c59bb4c9df4408 xf86-video-rendition-4.1.3.tar.bz2 292618 diff --git a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.3.ebuild b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.3.ebuild new file mode 100644 index 000000000000..b30406fdd88b --- /dev/null +++ b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.3.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-rendition/xf86-video-rendition-4.1.3.ebuild,v 1.1 2006/12/16 17:13:21 joshuabaergen 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" |