Gentoo Archives: gentoo-commits

From: "Kevin McCarthy (signals)" <signals@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/pathfinder: ChangeLog pathfinder-1.6.36.ebuild pathfinder-1.6.35.ebuild
Date: Sat, 26 Feb 2011 22:43:53
Message-Id: 20110226224344.2200120054@flycatcher.gentoo.org
1 signals 11/02/26 22:43:44
2
3 Modified: ChangeLog pathfinder-1.6.36.ebuild
4 pathfinder-1.6.35.ebuild
5 Log:
6 depend virtual/jpeg
7
8 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.31 x11-misc/pathfinder/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?rev=1.31&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?rev=1.31&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?r1=1.30&r2=1.31
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v
20 retrieving revision 1.30
21 retrieving revision 1.31
22 diff -u -r1.30 -r1.31
23 --- ChangeLog 27 Jul 2010 01:34:56 -0000 1.30
24 +++ ChangeLog 26 Feb 2011 22:43:43 -0000 1.31
25 @@ -1,6 +1,10 @@
26 # ChangeLog for x11-misc/pathfinder
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.30 2010/07/27 01:34:56 jer Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.31 2011/02/26 22:43:43 signals Exp $
31 +
32 + 26 Feb 2011; Kevin McCarthy <signals@g.o> pathfinder-1.6.35.ebuild,
33 + pathfinder-1.6.36.ebuild:
34 + Updated depends from media-libs/jpeg to virtual/jpeg
35
36 27 Jul 2010; Jeroen Roovers <jer@g.o> pathfinder-1.6.36.ebuild:
37 Stable for HPPA (bug #309199).
38
39
40
41 1.6 x11-misc/pathfinder/pathfinder-1.6.36.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.36.ebuild?rev=1.6&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.36.ebuild?rev=1.6&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.36.ebuild?r1=1.5&r2=1.6
46
47 Index: pathfinder-1.6.36.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.36.ebuild,v
50 retrieving revision 1.5
51 retrieving revision 1.6
52 diff -u -r1.5 -r1.6
53 --- pathfinder-1.6.36.ebuild 27 Jul 2010 01:34:56 -0000 1.5
54 +++ pathfinder-1.6.36.ebuild 26 Feb 2011 22:43:43 -0000 1.6
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2010 Gentoo Foundation
57 +# Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.36.ebuild,v 1.5 2010/07/27 01:34:56 jer Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.36.ebuild,v 1.6 2011/02/26 22:43:43 signals Exp $
61
62 EAPI="1"
63
64 @@ -14,7 +14,7 @@
65 IUSE="jpeg png tiff"
66
67 DEPEND="x11-libs/fox:1.6
68 - jpeg? ( >=media-libs/jpeg-6b )
69 + jpeg? ( virtual/jpeg )
70 png? ( >=media-libs/libpng-1.2.5 )
71 tiff? ( >=media-libs/tiff-3.5.7 )"
72
73
74
75
76 1.6 x11-misc/pathfinder/pathfinder-1.6.35.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.35.ebuild?rev=1.6&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.35.ebuild?rev=1.6&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.35.ebuild?r1=1.5&r2=1.6
81
82 Index: pathfinder-1.6.35.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.35.ebuild,v
85 retrieving revision 1.5
86 retrieving revision 1.6
87 diff -u -r1.5 -r1.6
88 --- pathfinder-1.6.35.ebuild 10 Apr 2009 15:09:42 -0000 1.5
89 +++ pathfinder-1.6.35.ebuild 26 Feb 2011 22:43:43 -0000 1.6
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2009 Gentoo Foundation
92 +# Copyright 1999-2011 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.35.ebuild,v 1.5 2009/04/10 15:09:42 armin76 Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.35.ebuild,v 1.6 2011/02/26 22:43:43 signals Exp $
96
97 EAPI="1"
98
99 @@ -14,7 +14,7 @@
100 IUSE="jpeg png tiff"
101
102 DEPEND="x11-libs/fox:1.6
103 - jpeg? ( >=media-libs/jpeg-6b )
104 + jpeg? ( virtual/jpeg )
105 png? ( >=media-libs/libpng-1.2.5 )
106 tiff? ( >=media-libs/tiff-3.5.7 )"