| 1 |
scarabeus |
1.1 |
# Copyright 1999-2011 Gentoo Foundation
|
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
armin76 |
1.8 |
# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.8.ebuild,v 1.7 2011/07/23 13:39:53 xarthisius Exp $
|
| 4 |
scarabeus |
1.1 |
|
| 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-renderutil"
|
| 13 |
|
|
EGIT_HAS_SUBMODULES=yes
|
| 14 |
|
|
|
| 15 |
|
|
DESCRIPTION="X C-language Bindings sample implementations"
|
| 16 |
|
|
HOMEPAGE="http://xcb.freedesktop.org/"
|
| 17 |
|
|
|
| 18 |
armin76 |
1.8 |
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
|
| 19 |
scarabeus |
1.1 |
IUSE="test"
|
| 20 |
|
|
|
| 21 |
|
|
RDEPEND=">=x11-libs/xcb-util-${PV}
|
| 22 |
|
|
x11-proto/xproto"
|
| 23 |
|
|
DEPEND="${RDEPEND}
|
| 24 |
|
|
>=dev-util/gperf-3.0.1
|
| 25 |
|
|
test? ( >=dev-libs/check-0.9.4 )"
|
| 26 |
|
|
|
| 27 |
|
|
pkg_setup() {
|
| 28 |
|
|
XORG_CONFIGURE_OPTIONS=(
|
| 29 |
|
|
$(use_with doc doxygen)
|
| 30 |
|
|
)
|
| 31 |
|
|
|
| 32 |
|
|
xorg-2_pkg_setup
|
| 33 |
mr_bones_ |
1.2 |
}
|