From 08055a66710970d8a8c201dceba4b20443bd47b7 Mon Sep 17 00:00:00 2001 From: Chí-Thanh Christopher Nguyễn Date: Fri, 23 Mar 2012 15:20:51 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha94/cvs/Linux x86_64) --- x11-proto/fontsproto/fontsproto-2.1.2.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 x11-proto/fontsproto/fontsproto-2.1.2.ebuild (limited to 'x11-proto/fontsproto/fontsproto-2.1.2.ebuild') diff --git a/x11-proto/fontsproto/fontsproto-2.1.2.ebuild b/x11-proto/fontsproto/fontsproto-2.1.2.ebuild new file mode 100644 index 000000000000..1491951bc931 --- /dev/null +++ b/x11-proto/fontsproto/fontsproto-2.1.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontsproto/fontsproto-2.1.2.ebuild,v 1.1 2012/03/23 15:20:51 chithanh Exp $ + +EAPI=4 + +XORG_DOC=doc +inherit xorg-2 + +DESCRIPTION="X.Org Fonts protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +pkg_setup() { + xorg-2_pkg_setup + + XORG_CONFIGURE_OPTIONS=( + $(use_enable doc specs) + $(use_with doc xmlto) + --without-fop + ) +} -- cgit v1.2.3-65-gdbad