Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xfd: xfd-1.0.1-r1.ebuild ChangeLog
Date: Tue, 13 Jan 2009 23:06:10
Message-Id: E1LMsKm-0001nR-L3@stork.gentoo.org
1 remi 09/01/13 23:06:08
2
3 Modified: ChangeLog
4 Added: xfd-1.0.1-r1.ebuild
5 Log:
6 x11-apps/xfd: remove xprint support (see bug #254874)
7 (Portage version: 2.2_rc20/cvs/Linux 2.6.28-00002-g72e2bfb i686)
8
9 Revision Changes Path
10 1.17 x11-apps/xfd/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfd/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfd/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfd/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xfd/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 24 Mar 2008 14:04:55 -0000 1.16
23 +++ ChangeLog 13 Jan 2009 23:06:08 -0000 1.17
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-apps/xfd
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/ChangeLog,v 1.16 2008/03/24 14:04:55 maekke Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/ChangeLog,v 1.17 2009/01/13 23:06:08 remi Exp $
30 +
31 +*xfd-1.0.1-r1 (13 Jan 2009)
32 +
33 + 13 Jan 2009; RĂ©mi Cardona <remi@g.o> +xfd-1.0.1-r1.ebuild:
34 + remove xprint support (see bug #254874)
35
36 24 Mar 2008; Markus Meier <maekke@g.o> xfd-1.0.1.ebuild:
37 amd64 stable, bug #202087
38
39
40
41 1.1 x11-apps/xfd/xfd-1.0.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfd/xfd-1.0.1-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfd/xfd-1.0.1-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xfd-1.0.1-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/xfd-1.0.1-r1.ebuild,v 1.1 2009/01/13 23:06:08 remi Exp $
51
52 # Must be before x-modular eclass is inherited
53 #SNAPSHOT="yes"
54
55 inherit x-modular
56
57 DESCRIPTION="X.Org xfd application"
58 KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
59 IUSE=""
60 RDEPEND="=media-libs/freetype-2*
61 media-libs/fontconfig
62 x11-libs/libXft
63 x11-libs/libXaw"
64 DEPEND="${RDEPEND}"