summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2007-11-07 08:26:07 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2007-11-07 08:26:07 +0000
commit1020207a58f4af4f125a717554812b000a4ae048 (patch)
tree449da15fde69abf3b0ed90f0a9e9bd04873d00c2 /x11-proto
parentUpdate dep to pull in xcb-proto of the same version. (diff)
downloadgentoo-2-1020207a58f4af4f125a717554812b000a4ae048.tar.gz
gentoo-2-1020207a58f4af4f125a717554812b000a4ae048.tar.bz2
gentoo-2-1020207a58f4af4f125a717554812b000a4ae048.zip
Bump. Incompatible change to the XML schema. Adds support for Damage 1.1 and RandR 1.2.
(Portage version: 2.1.3.17)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/xcb-proto/ChangeLog9
-rw-r--r--x11-proto/xcb-proto/files/digest-xcb-proto-1.13
-rw-r--r--x11-proto/xcb-proto/xcb-proto-1.1.ebuild17
3 files changed, 28 insertions, 1 deletions
diff --git a/x11-proto/xcb-proto/ChangeLog b/x11-proto/xcb-proto/ChangeLog
index a5143bcfd0dd..556002148b3d 100644
--- a/x11-proto/xcb-proto/ChangeLog
+++ b/x11-proto/xcb-proto/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.16 2007/05/27 02:25:27 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.17 2007/11/07 08:26:07 dberkholz Exp $
+
+*xcb-proto-1.1 (07 Nov 2007)
+
+ 07 Nov 2007; Donnie Berkholz <dberkholz@gentoo.org>;
+ +xcb-proto-1.1.ebuild:
+ Bump. Incompatible change to the XML schema. Adds support for Damage 1.1 and
+ RandR 1.2.
27 May 2007; Joshua Kinard <kumba@gentoo.org> xcb-proto-1.0.ebuild:
Stable on mips.
diff --git a/x11-proto/xcb-proto/files/digest-xcb-proto-1.1 b/x11-proto/xcb-proto/files/digest-xcb-proto-1.1
new file mode 100644
index 000000000000..7328b7dbe6b8
--- /dev/null
+++ b/x11-proto/xcb-proto/files/digest-xcb-proto-1.1
@@ -0,0 +1,3 @@
+MD5 dd34acc58c0a438e812f72a9afe7b2a0 xcb-proto-1.1.tar.bz2 72584
+RMD160 d2f32dd5f0ccad6ae54f79f1294b541b197d018a xcb-proto-1.1.tar.bz2 72584
+SHA256 06af98d83d5075fb4105fd8fec042b62156e8d462a36c4041ef2f8821c80d14e xcb-proto-1.1.tar.bz2 72584
diff --git a/x11-proto/xcb-proto/xcb-proto-1.1.ebuild b/x11-proto/xcb-proto/xcb-proto-1.1.ebuild
new file mode 100644
index 000000000000..978bd18d6110
--- /dev/null
+++ b/x11-proto/xcb-proto/xcb-proto-1.1.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-proto/xcb-proto/xcb-proto-1.1.ebuild,v 1.1 2007/11/07 08:26:07 dberkholz Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X C-language Bindings protocol headers"
+HOMEPAGE="http://xcb.freedesktop.org/"
+SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
+LICENSE="X11"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-libs/libxml2"