summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-07-30 22:29:45 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-07-30 22:29:45 +0000
commit17f74d0a31e66641f52cfce45d4a5c3089711c89 (patch)
treeb4e76380830b3bc345607f71d5ee3721771d2347
parentRemove unneeded dependencies pointed out by java-dep-check. (diff)
downloadgentoo-2-17f74d0a31e66641f52cfce45d4a5c3089711c89.tar.gz
gentoo-2-17f74d0a31e66641f52cfce45d4a5c3089711c89.tar.bz2
gentoo-2-17f74d0a31e66641f52cfce45d4a5c3089711c89.zip
Bump. Adds support for XInput and SELinux extensions, the language-independent parts of a Python parser, and other bugfixes.
(Portage version: 2.2_rc3/cvs/Linux 2.6.26 x86_64)
-rw-r--r--x11-proto/xcb-proto/ChangeLog11
-rw-r--r--x11-proto/xcb-proto/xcb-proto-1.2.ebuild17
2 files changed, 26 insertions, 2 deletions
diff --git a/x11-proto/xcb-proto/ChangeLog b/x11-proto/xcb-proto/ChangeLog
index 556002148b3d..d167356819af 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.17 2007/11/07 08:26:07 dberkholz Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.18 2008/07/30 22:29:45 dberkholz Exp $
+
+*xcb-proto-1.2 (30 Jul 2008)
+
+ 30 Jul 2008; Donnie Berkholz <dberkholz@gentoo.org>;
+ +xcb-proto-1.2.ebuild:
+ Bump. Adds support for XInput and SELinux extensions, the
+ language-independent parts of a Python parser, and other bugfixes.
*xcb-proto-1.1 (07 Nov 2007)
diff --git a/x11-proto/xcb-proto/xcb-proto-1.2.ebuild b/x11-proto/xcb-proto/xcb-proto-1.2.ebuild
new file mode 100644
index 000000000000..c0d11a62cec5
--- /dev/null
+++ b/x11-proto/xcb-proto/xcb-proto-1.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2008 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.2.ebuild,v 1.1 2008/07/30 22:29:45 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"