diff options
author | Remi Cardona <remi@gentoo.org> | 2009-06-07 19:30:47 +0000 |
---|---|---|
committer | Remi Cardona <remi@gentoo.org> | 2009-06-07 19:30:47 +0000 |
commit | d6f6789d9ff8f01edac22c4e837fded53892f3ac (patch) | |
tree | 8c4466e7847d3c2bc814d2fe7dd6eae8843cb73c /x11-proto/xcb-proto/xcb-proto-1.5.ebuild | |
parent | Stable on alpha, bug #272546 (diff) | |
download | historical-d6f6789d9ff8f01edac22c4e837fded53892f3ac.tar.gz historical-d6f6789d9ff8f01edac22c4e837fded53892f3ac.tar.bz2 historical-d6f6789d9ff8f01edac22c4e837fded53892f3ac.zip |
x11-proto/xcb-proto: bump to 1.5
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'x11-proto/xcb-proto/xcb-proto-1.5.ebuild')
-rw-r--r-- | x11-proto/xcb-proto/xcb-proto-1.5.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
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" |