summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-06-07 19:30:47 +0000
committerRémi Cardona <remi@gentoo.org>2009-06-07 19:30:47 +0000
commitc43a6a03959f51808ce52f6f45b4ea806ea852aa (patch)
tree661911cae1303edb785444a4795446b7fa23c44b /x11-proto
parentStable on alpha, bug #272546 (diff)
downloadgentoo-2-c43a6a03959f51808ce52f6f45b4ea806ea852aa.tar.gz
gentoo-2-c43a6a03959f51808ce52f6f45b4ea806ea852aa.tar.bz2
gentoo-2-c43a6a03959f51808ce52f6f45b4ea806ea852aa.zip
x11-proto/xcb-proto: bump to 1.5
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/xcb-proto/ChangeLog7
-rw-r--r--x11-proto/xcb-proto/xcb-proto-1.5.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/x11-proto/xcb-proto/ChangeLog b/x11-proto/xcb-proto/ChangeLog
index 2a240e71e698..f06aea5080c8 100644
--- a/x11-proto/xcb-proto/ChangeLog
+++ b/x11-proto/xcb-proto/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.27 2009/05/05 15:29:53 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.28 2009/06/07 19:30:47 remi Exp $
+
+*xcb-proto-1.5 (07 Jun 2009)
+
+ 07 Jun 2009; Rémi Cardona <remi@gentoo.org> +xcb-proto-1.5.ebuild:
+ bump to 1.5
05 May 2009; Christian Faulhammer <fauli@gentoo.org> xcb-proto-1.0.ebuild,
xcb-proto-1.1.ebuild, xcb-proto-1.2.ebuild:
diff --git a/x11-proto/xcb-proto/xcb-proto-1.5.ebuild b/x11-proto/xcb-proto/xcb-proto-1.5.ebuild
new file mode 100644
index 000000000000..af5fae7053cc
--- /dev/null
+++ b/x11-proto/xcb-proto/xcb-proto-1.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 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.5.ebuild,v 1.1 2009/06/07 19:30:47 remi 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"
+IUSE=""
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-libs/libxml2
+ >=dev-lang/python-2.5"