Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
dberkholz 09/01/13 02:40:07
Modified: ChangeLog
Added: libXfont-1.3.4.ebuild
Log:
Bump. Adds support for bzip2 bitmap-font compression. Other bugfixes.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)
Revision Changes Path
1.95 x11-libs/libXfont/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.94&r2=1.95
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog 5 Jul 2008 06:26:38 -0000 1.94
+++ ChangeLog 13 Jan 2009 02:40:07 -0000 1.95
@@ -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.94 2008/07/05 06:26:38 dberkholz Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.95 2009/01/13 02:40:07 dberkholz Exp $
+
+*libXfont-1.3.4 (13 Jan 2009)
+
+ 13 Jan 2009; Donnie Berkholz <dberkholz@g.o>;
+ +libXfont-1.3.4.ebuild:
+ Bump. Adds support for bzip2 bitmap-font compression. Other bugfixes.
*libXfont-1.3.3 (05 Jul 2008)
1.1 x11-libs/libXfont/libXfont-1.3.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.3.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.3.4.ebuild?rev=1.1&content-type=text/plain
Index: libXfont-1.3.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.3.4.ebuild,v 1.1 2009/01/13 02:40:07 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-bzip2
--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
}
|
|