Parent Directory
|
Revision Log
alpha/ia64/s390/sh/sparc stable wrt #419473 (Portage version: 2.1.11.5/cvs/Linux ia64)
| 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-proto/xproto/xproto-7.0.23-r1.ebuild,v 1.7 2012/07/12 18:14:20 ranger Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | XORG_DOC=doc |
| 8 | inherit xorg-2 |
| 9 | |
| 10 | DESCRIPTION="X.Org xproto protocol headers" |
| 11 | KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
| 12 | IUSE="" |
| 13 | |
| 14 | RDEPEND="" |
| 15 | DEPEND="${RDEPEND}" |
| 16 | |
| 17 | PATCHES=( |
| 18 | "${FILESDIR}"/${PN}-7.0.23-Xmd_h_x32.patch |
| 19 | ) |
| 20 | |
| 21 | pkg_setup() { |
| 22 | xorg-2_pkg_setup |
| 23 | |
| 24 | XORG_CONFIGURE_OPTIONS=( |
| 25 | $(use_enable doc specs) |
| 26 | $(use_with doc xmlto) |
| 27 | --without-fop |
| 28 | ) |
| 29 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |