diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-03 23:33:07 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-03 23:33:07 +0000 |
commit | cf6138b27c9342e7447bf20db7a4df6293590820 (patch) | |
tree | 64595c399130295f06793ab959a576b252bb9f8b /x11-libs | |
parent | +# masked pending unresolved security issues #128690 (diff) | |
download | gentoo-2-cf6138b27c9342e7447bf20db7a4df6293590820.tar.gz gentoo-2-cf6138b27c9342e7447bf20db7a4df6293590820.tar.bz2 gentoo-2-cf6138b27c9342e7447bf20db7a4df6293590820.zip |
Bump. Crash fix, build fix, additional headers installed for Xprint (and possibly eventual core X) freetype support.
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXfont/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/libXfont/files/digest-libXfont-1.1.0 | 3 | ||||
-rw-r--r-- | x11-libs/libXfont/libXfont-1.1.0.ebuild | 23 |
3 files changed, 34 insertions, 1 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog index fab835d67529..9ca0dd1be638 100644 --- a/x11-libs/libXfont/ChangeLog +++ b/x11-libs/libXfont/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-libs/libXfont # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.28 2006/03/31 19:57:38 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.29 2006/04/03 23:33:07 spyderous Exp $ + +*libXfont-1.1.0 (03 Apr 2006) + + 03 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; + +libXfont-1.1.0.ebuild: + Bump. Crash fix, build fix, additional headers installed for Xprint (and + possibly eventual core X) freetype support. 31 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> libXfont-1.0.0.ebuild: Add ~x86-fbsd keyword. diff --git a/x11-libs/libXfont/files/digest-libXfont-1.1.0 b/x11-libs/libXfont/files/digest-libXfont-1.1.0 new file mode 100644 index 000000000000..b83bf76b273f --- /dev/null +++ b/x11-libs/libXfont/files/digest-libXfont-1.1.0 @@ -0,0 +1,3 @@ +MD5 d40f0da6cb2b3017ec0f5c44d5dc9821 libXfont-1.1.0.tar.bz2 591235 +RMD160 36f8180891623d362379b77eb24a18a45a1e9b2e libXfont-1.1.0.tar.bz2 591235 +SHA256 30bafca0519ed511c037d2b46e062bdf5088f4741a5a66f6ec39c77640a44380 libXfont-1.1.0.tar.bz2 591235 diff --git a/x11-libs/libXfont/libXfont-1.1.0.ebuild b/x11-libs/libXfont/libXfont-1.1.0.ebuild new file mode 100644 index 000000000000..1cd0b2b2aa9f --- /dev/null +++ b/x11-libs/libXfont/libXfont-1.1.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.1.0.ebuild,v 1.1 2006/04/03 23:33:07 spyderous Exp $ + +# Must be before x-modular eclass is inherited +# SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Xfont library" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="ipv6" +RDEPEND="x11-libs/xtrans + x11-libs/libfontenc + x11-proto/xproto + x11-proto/fontsproto + >=media-libs/freetype-2" +DEPEND="${RDEPEND} + x11-proto/fontcacheproto" + +CONFIGURE_OPTIONS="$(use_enable ipv6) + --enable-type1 + --with-encodingsdir=/usr/share/fonts/encodings" |