summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2007-07-14 04:46:53 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2007-07-14 04:46:53 +0000
commit4934e833bbe2ff89b8da6bc4cbc518b36de6a9b0 (patch)
tree25389e8d361ca27535c263614f38af1e86f1faaf /x11-libs/libXcomposite
parentBump. This changes how parent windows are clipped when there are manually red... (diff)
downloadgentoo-2-4934e833bbe2ff89b8da6bc4cbc518b36de6a9b0.tar.gz
gentoo-2-4934e833bbe2ff89b8da6bc4cbc518b36de6a9b0.tar.bz2
gentoo-2-4934e833bbe2ff89b8da6bc4cbc518b36de6a9b0.zip
Bump. Protocol version 0.4 changes how parent windows are clipped when there are manually redirected children. The area in the parent that the children cover is kept in the parent's clip list, instead of removed. This is a library version bump to go along with that.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'x11-libs/libXcomposite')
-rw-r--r--x11-libs/libXcomposite/ChangeLog11
-rw-r--r--x11-libs/libXcomposite/files/digest-libXcomposite-0.4.03
-rw-r--r--x11-libs/libXcomposite/libXcomposite-0.4.0.ebuild17
3 files changed, 30 insertions, 1 deletions
diff --git a/x11-libs/libXcomposite/ChangeLog b/x11-libs/libXcomposite/ChangeLog
index a3445cfc032f..1f221616e06c 100644
--- a/x11-libs/libXcomposite/ChangeLog
+++ b/x11-libs/libXcomposite/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for x11-libs/libXcomposite
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcomposite/ChangeLog,v 1.39 2007/05/27 18:11:12 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcomposite/ChangeLog,v 1.40 2007/07/14 04:46:53 dberkholz Exp $
+
+*libXcomposite-0.4.0 (14 Jul 2007)
+
+ 14 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
+ +libXcomposite-0.4.0.ebuild:
+ Bump. Protocol version 0.4 changes how parent windows are clipped when there
+ are manually redirected children. The area in the parent that the children
+ cover is kept in the parent's clip list, instead of removed. This is a
+ library version bump to go along with that.
27 May 2007; Joshua Kinard <kumba@gentoo.org> libXcomposite-0.3.1.ebuild:
Stable on mips.
diff --git a/x11-libs/libXcomposite/files/digest-libXcomposite-0.4.0 b/x11-libs/libXcomposite/files/digest-libXcomposite-0.4.0
new file mode 100644
index 000000000000..c9a3c1a0d9e4
--- /dev/null
+++ b/x11-libs/libXcomposite/files/digest-libXcomposite-0.4.0
@@ -0,0 +1,3 @@
+MD5 7e95395dea89be21bae929b9b7f16641 libXcomposite-0.4.0.tar.bz2 217145
+RMD160 bd0076e78aab50623282cec69c95906531e472bd libXcomposite-0.4.0.tar.bz2 217145
+SHA256 7db759e82dd1f68094e4c4d257025f7893dafb2913ed249e00cbe18fa13c7510 libXcomposite-0.4.0.tar.bz2 217145
diff --git a/x11-libs/libXcomposite/libXcomposite-0.4.0.ebuild b/x11-libs/libXcomposite/libXcomposite-0.4.0.ebuild
new file mode 100644
index 000000000000..57a633a9aac0
--- /dev/null
+++ b/x11-libs/libXcomposite/libXcomposite-0.4.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcomposite/libXcomposite-0.4.0.ebuild,v 1.1 2007/07/14 04:46:53 dberkholz Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Xcomposite library"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXfixes
+ x11-libs/libXext
+ >=x11-proto/compositeproto-0.4
+ x11-proto/xproto"
+DEPEND="${RDEPEND}"