diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-24 00:16:55 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-24 00:16:55 +0000 |
commit | 368b787d5e28b53291080e527511e7db9eefeeb5 (patch) | |
tree | 41e71d5345b4820baf5e67a0fad0b8341764acdd /x11-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-368b787d5e28b53291080e527511e7db9eefeeb5.tar.gz gentoo-2-368b787d5e28b53291080e527511e7db9eefeeb5.tar.bz2 gentoo-2-368b787d5e28b53291080e527511e7db9eefeeb5.zip |
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXfont/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXfont/libXfont-1.4.6.ebuild | 33 |
2 files changed, 40 insertions, 1 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog index ef799f4069ce..f0f4560f7321 100644 --- a/x11-libs/libXfont/ChangeLog +++ b/x11-libs/libXfont/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXfont # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.178 2013/06/09 23:06:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.179 2013/07/24 00:16:55 chithanh Exp $ + +*libXfont-1.4.6 (24 Jul 2013) + + 24 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libXfont-1.4.6.ebuild: + Version bump. 09 Jun 2013; Mike Frysinger <vapier@gentoo.org> metadata.xml: Add upstream CPE tag (security info) from ChromiumOS. diff --git a/x11-libs/libXfont/libXfont-1.4.6.ebuild b/x11-libs/libXfont/libXfont-1.4.6.ebuild new file mode 100644 index 000000000000..66542026097c --- /dev/null +++ b/x11-libs/libXfont/libXfont-1.4.6.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.6.ebuild,v 1.1 2013/07/24 00:16:55 chithanh Exp $ + +EAPI=5 + +XORG_DOC=doc +inherit xorg-2 + +DESCRIPTION="X.Org Xfont library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="bzip2 ipv6 truetype" + +RDEPEND="x11-libs/xtrans + x11-libs/libfontenc + truetype? ( >=media-libs/freetype-2 ) + bzip2? ( app-arch/bzip2 ) + x11-proto/xproto + x11-proto/fontsproto" +DEPEND="${RDEPEND}" + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable ipv6) + $(use_enable doc devel-docs) + $(use_with doc xmlto) + $(use_with bzip2) + $(use_enable truetype freetype) + --without-fop + ) + xorg-2_src_configure +} |