Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: libXfont-1.4.2.ebuild
Date: Thu, 28 Oct 2010 11:45:12
Message-Id: 20101028114504.6BEBA20051@flycatcher.gentoo.org
1 scarabeus 10/10/28 11:45:04
2
3 Modified: libXfont-1.4.2.ebuild
4 Log:
5 Drop code that moved to eclass.
6
7 (Portage version: 2.2_rc98/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 x11-libs/libXfont/libXfont-1.4.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.2.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.2.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.2.ebuild?r1=1.9&r2=1.10
15
16 Index: libXfont-1.4.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.2.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- libXfont-1.4.2.ebuild 21 Oct 2010 01:17:42 -0000 1.9
23 +++ libXfont-1.4.2.ebuild 28 Oct 2010 11:45:04 -0000 1.10
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.2.ebuild,v 1.9 2010/10/21 01:17:42 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.2.ebuild,v 1.10 2010/10/28 11:45:04 scarabeus Exp $
29
30 EAPI=3
31 -inherit xorg-2 flag-o-matic
32 +inherit xorg-2
33
34 DESCRIPTION="X.Org Xfont library"
35
36 @@ -23,9 +23,4 @@
37 CONFIGURE_OPTIONS="$(use_enable ipv6)
38 --with-bzip2
39 --disable-devel-docs"
40 -
41 - # (#125465) Broken with Bdirect support
42 - filter-flags -Wl,-Bdirect
43 - filter-ldflags -Bdirect
44 - filter-ldflags -Wl,-Bdirect
45 }