| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-wm/xcb-util-wm-0.3.9.ebuild,v 1.7 2012/07/12 18:02:29 ranger Exp $ |
| 4 |
|
| 5 |
EAPI=4 |
| 6 |
|
| 7 |
XORG_MODULE=/ |
| 8 |
XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist |
| 9 |
XORG_DOC=doc |
| 10 |
inherit xorg-2 |
| 11 |
|
| 12 |
EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-wm" |
| 13 |
EGIT_HAS_SUBMODULES=yes |
| 14 |
|
| 15 |
DESCRIPTION="X C-language Bindings sample implementations" |
| 16 |
HOMEPAGE="http://xcb.freedesktop.org/" |
| 17 |
|
| 18 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" |
| 19 |
IUSE="test" |
| 20 |
|
| 21 |
RDEPEND=">=x11-libs/xcb-util-${PV} |
| 22 |
x11-proto/xcb-proto |
| 23 |
x11-proto/xproto" |
| 24 |
DEPEND="${RDEPEND} |
| 25 |
>=dev-util/gperf-3.0.1 |
| 26 |
test? ( >=dev-libs/check-0.9.4 )" |
| 27 |
|
| 28 |
pkg_setup() { |
| 29 |
XORG_CONFIGURE_OPTIONS=( |
| 30 |
$(use_with doc doxygen) |
| 31 |
) |
| 32 |
|
| 33 |
xorg-2_pkg_setup |
| 34 |
} |