summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2007-01-14 16:59:11 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2007-01-14 16:59:11 +0000
commit84b629025ebc3a72d184cfec398d569052ca9401 (patch)
tree5783f75e5dfc08fa27e907223782a54614dd3fd0 /x11-libs
parentVersion bump. Adds support for damage reporting from direct rendering. (diff)
downloadhistorical-84b629025ebc3a72d184cfec398d569052ca9401.tar.gz
historical-84b629025ebc3a72d184cfec398d569052ca9401.tar.bz2
historical-84b629025ebc3a72d184cfec398d569052ca9401.zip
Version bump. Adds support for damage reporting from direct rendering.
Package-Manager: portage-2.1.2_rc4-r9
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libXdamage/ChangeLog10
-rw-r--r--x11-libs/libXdamage/files/digest-libXdamage-1.13
-rw-r--r--x11-libs/libXdamage/libXdamage-1.1.ebuild18
3 files changed, 29 insertions, 2 deletions
diff --git a/x11-libs/libXdamage/ChangeLog b/x11-libs/libXdamage/ChangeLog
index 357ae35384b9..b99adbf6bd3e 100644
--- a/x11-libs/libXdamage/ChangeLog
+++ b/x11-libs/libXdamage/ChangeLog
@@ -1,6 +1,12 @@
# 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)
diff --git a/x11-libs/libXdamage/files/digest-libXdamage-1.1 b/x11-libs/libXdamage/files/digest-libXdamage-1.1
new file mode 100644
index 000000000000..f463db1091f5
--- /dev/null
+++ b/x11-libs/libXdamage/files/digest-libXdamage-1.1
@@ -0,0 +1,3 @@
+MD5 8aeb25ee35f5538a338462a712e7f9d4 libXdamage-1.1.tar.bz2 201004
+RMD160 0b6e765adc1d0d79959dfd11f319051f9c94fa9f libXdamage-1.1.tar.bz2 201004
+SHA256 2ae8e9d0c7d5bfde79045c8858e2ea80f462a81f6045f93ffbe8a31e99ea72c9 libXdamage-1.1.tar.bz2 201004
diff --git a/x11-libs/libXdamage/libXdamage-1.1.ebuild b/x11-libs/libXdamage/libXdamage-1.1.ebuild
new file mode 100644
index 000000000000..146049140e48
--- /dev/null
+++ b/x11-libs/libXdamage/libXdamage-1.1.ebuild
@@ -0,0 +1,18 @@
+# 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}"