diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-10-20 05:44:54 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-10-20 05:44:54 +0000 |
commit | a659e6a2c21118cafec94360bd8a3844d1f6620c (patch) | |
tree | 5812eff9d6cc630bb2bd178c5830129afb003d0b /x11-libs/libXfont | |
parent | add support for X/opengl/fbcon USE flags (diff) | |
download | historical-a659e6a2c21118cafec94360bd8a3844d1f6620c.tar.gz historical-a659e6a2c21118cafec94360bd8a3844d1f6620c.tar.bz2 historical-a659e6a2c21118cafec94360bd8a3844d1f6620c.zip |
Bump for 7.0 RC1.
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'x11-libs/libXfont')
-rw-r--r-- | x11-libs/libXfont/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXfont/files/digest-libXfont-0.99.1 | 1 | ||||
-rw-r--r-- | x11-libs/libXfont/libXfont-0.99.1.ebuild | 27 |
3 files changed, 35 insertions, 1 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog index dffcefd0dabd..d12be282e14d 100644 --- a/x11-libs/libXfont/ChangeLog +++ b/x11-libs/libXfont/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXfont # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.8 2005/09/09 08:10:47 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.9 2005/10/20 05:38:20 spyderous Exp $ + +*libXfont-0.99.1 (20 Oct 2005) + + 20 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; + +libXfont-0.99.1.ebuild: + Bump for 7.0 RC1. 09 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; +metadata.xml: Add metadata. diff --git a/x11-libs/libXfont/files/digest-libXfont-0.99.1 b/x11-libs/libXfont/files/digest-libXfont-0.99.1 new file mode 100644 index 000000000000..e9f22b23d9da --- /dev/null +++ b/x11-libs/libXfont/files/digest-libXfont-0.99.1 @@ -0,0 +1 @@ +MD5 9c2bf686839ced33c0ea64e51bb98196 libXfont-0.99.1.tar.bz2 540278 diff --git a/x11-libs/libXfont/libXfont-0.99.1.ebuild b/x11-libs/libXfont/libXfont-0.99.1.ebuild new file mode 100644 index 000000000000..4eed260b39b9 --- /dev/null +++ b/x11-libs/libXfont/libXfont-0.99.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-0.99.1.ebuild,v 1.1 2005/10/20 05:38:20 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Xfont library" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="cid truetype speedo bitmap-fonts ipv6" +RDEPEND="x11-libs/xtrans + x11-libs/libfontenc" +DEPEND="${RDEPEND} + x11-proto/fontcacheproto + x11-proto/xproto + x11-proto/fontsproto" + +CONFIGURE_OPTIONS="$(use_enable cid) + $(use_enable speedo) + $(use_enable truetype freetype) + $(use_enable bitmap-fonts pcfformat) + $(use_enable bitmap-fonts bdfformat) + $(use_enable bitmap-fonts snfformat) + $(use_enable ipv6) + --enable-type1" |