diff options
Diffstat (limited to 'x11-proto/fontsproto')
-rw-r--r-- | x11-proto/fontsproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/fontsproto/fontsproto-2.1.2.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/x11-proto/fontsproto/ChangeLog b/x11-proto/fontsproto/ChangeLog index ac022d1754d7..9f02e56d80c6 100644 --- a/x11-proto/fontsproto/ChangeLog +++ b/x11-proto/fontsproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/fontsproto # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontsproto/ChangeLog,v 1.46 2012/03/07 04:22:09 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontsproto/ChangeLog,v 1.47 2012/03/23 15:20:51 chithanh Exp $ + +*fontsproto-2.1.2 (23 Mar 2012) + + 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +fontsproto-2.1.2.ebuild: + Version bump. 07 Mar 2012; Jeremy Olexa <darkside@gentoo.org> fontsproto-2.1.1.ebuild: add ~x64-macos, bug 395011 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 + ) +} |