Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/pathfinder: ChangeLog pathfinder-1.6.35.ebuild pathfinder-1.6.31.ebuild pathfinder-1.6.30.ebuild
Date: Sun, 01 Mar 2009 12:22:44
Message-Id: E1Ldkgs-0004fl-1T@stork.gentoo.org
1 mabi 09/03/01 12:22:42
2
3 Modified: ChangeLog
4 Added: pathfinder-1.6.35.ebuild
5 Removed: pathfinder-1.6.31.ebuild pathfinder-1.6.30.ebuild
6 Log:
7 bump, uses eapi=1 now
8 (Portage version: 2.1.6.7/cvs/Linux ppc)
9
10 Revision Changes Path
11 1.20 x11-misc/pathfinder/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/pathfinder/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/pathfinder/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/pathfinder/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 2 Dec 2008 06:12:23 -0000 1.19
24 +++ ChangeLog 1 Mar 2009 12:22:41 -0000 1.20
25 @@ -1,6 +1,14 @@
26 # ChangeLog for x11-misc/pathfinder
27 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.19 2008/12/02 06:12:23 jer Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.20 2009/03/01 12:22:41 mabi Exp $
31 +
32 +*pathfinder-1.6.35 (01 Mar 2009)
33 +
34 + 01 Mar 2009; Matti Bickel <mabi@g.o> -pathfinder-1.6.30.ebuild,
35 + -pathfinder-1.6.31.ebuild, +pathfinder-1.6.35.ebuild:
36 + removed old builds, added new version using EAPI 1 slot deps, to avoid
37 + bumping when nothing really changed in the fox stable api. This will be the
38 + last bump for pathfinder-1.6
39
40 02 Dec 2008; Jeroen Roovers <jer@g.o> pathfinder-1.6.34.ebuild:
41 Stable for HPPA (bug #249286).
42
43
44
45 1.1 x11-misc/pathfinder/pathfinder-1.6.35.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.35.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.35.ebuild?rev=1.1&content-type=text/plain
49
50 Index: pathfinder-1.6.35.ebuild
51 ===================================================================
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.35.ebuild,v 1.1 2009/03/01 12:22:41 mabi Exp $
55
56 EAPI="1"
57
58 inherit fox
59
60 DESCRIPTION="File manager based on the FOX Toolkit"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
65 IUSE="jpeg png tiff"
66
67 DEPEND="x11-libs/fox:1.6
68 jpeg? ( >=media-libs/jpeg-6b )
69 png? ( >=media-libs/libpng-1.2.5 )
70 tiff? ( >=media-libs/tiff-3.5.7 )"
71
72 RDEPEND="${DEPEND}"
73
74 FOXCONF="$(use_enable jpeg) \
75 $(use_enable png) \
76 $(use_enable tiff)"