From c43a6a03959f51808ce52f6f45b4ea806ea852aa Mon Sep 17 00:00:00 2001 From: Rémi Cardona Date: Sun, 7 Jun 2009 19:30:47 +0000 Subject: x11-proto/xcb-proto: bump to 1.5 (Portage version: 2.2_rc33/cvs/Linux i686) --- x11-proto/xcb-proto/ChangeLog | 7 ++++++- x11-proto/xcb-proto/xcb-proto-1.5.ebuild | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 x11-proto/xcb-proto/xcb-proto-1.5.ebuild (limited to 'x11-proto/xcb-proto') 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 +xcb-proto-1.5.ebuild: + bump to 1.5 05 May 2009; Christian Faulhammer 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" -- cgit v1.2.3-65-gdbad