diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-03-10 01:52:39 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-03-10 01:52:39 +0000 |
commit | 89edda58599c89202f642d0eb9cebf1a863ebc82 (patch) | |
tree | be0f64edaaaff7e9f34358537d853765b4473c10 /x11-libs/libXfont | |
parent | Bump. (diff) | |
download | gentoo-2-89edda58599c89202f642d0eb9cebf1a863ebc82.tar.gz gentoo-2-89edda58599c89202f642d0eb9cebf1a863ebc82.tar.bz2 gentoo-2-89edda58599c89202f642d0eb9cebf1a863ebc82.zip |
Bump.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-libs/libXfont')
-rw-r--r-- | x11-libs/libXfont/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXfont/libXfont-1.3.2.ebuild | 34 |
2 files changed, 41 insertions, 1 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog index a3fb3121a82e..0203787e85d8 100644 --- a/x11-libs/libXfont/ChangeLog +++ b/x11-libs/libXfont/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXfont # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.91 2008/01/20 18:17:19 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.92 2008/03/10 01:52:39 dberkholz Exp $ + +*libXfont-1.3.2 (10 Mar 2008) + + 10 Mar 2008; Donnie Berkholz <dberkholz@gentoo.org>; + +libXfont-1.3.2.ebuild: + Bump. 20 Jan 2008; Robert Buchholz <rbu@gentoo.org> libXfont-1.3.1-r1.ebuild: amd64 stable (bug #204362) diff --git a/x11-libs/libXfont/libXfont-1.3.2.ebuild b/x11-libs/libXfont/libXfont-1.3.2.ebuild new file mode 100644 index 000000000000..2e7cbee246e3 --- /dev/null +++ b/x11-libs/libXfont/libXfont-1.3.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.3.2.ebuild,v 1.1 2008/03/10 01:52:39 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +# SNAPSHOT="yes" + +inherit x-modular flag-o-matic + +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) + --with-encodingsdir=/usr/share/fonts/encodings" + +pkg_setup() { + # No such function yet + # x-modular_pkg_setup + + # (#125465) Broken with Bdirect support + filter-flags -Wl,-Bdirect + filter-ldflags -Bdirect + filter-ldflags -Wl,-Bdirect +} |