# ChangeLog for x11-libs/libXdamage
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/ChangeLog,v 1.28 2006/11/09 15:39:33 joshuabaergen Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/ChangeLog,v 1.29 2007/01/14 16:59:11 joshuabaergen Exp $
+
+*libXdamage-1.1 (14 Jan 2007)
+
+ 14 Jan 2007; Joshua Baergen <joshuabaergen@gentoo.org>
+ -libXdamage-1.0.4.ebuild, +libXdamage-1.1.ebuild:
+ Version bump. Adds support for damage reporting from direct rendering.
*libXdamage-1.0.4 (09 Nov 2006)
--- /dev/null
+MD5 8aeb25ee35f5538a338462a712e7f9d4 libXdamage-1.1.tar.bz2 201004
+RMD160 0b6e765adc1d0d79959dfd11f319051f9c94fa9f libXdamage-1.1.tar.bz2 201004
+SHA256 2ae8e9d0c7d5bfde79045c8858e2ea80f462a81f6045f93ffbe8a31e99ea72c9 libXdamage-1.1.tar.bz2 201004
--- /dev/null
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/libXdamage-1.1.ebuild,v 1.1 2007/01/14 16:59:11 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Xdamage library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXfixes
+ >=x11-proto/damageproto-1.1
+ x11-proto/xproto"
+DEPEND="${RDEPEND}"