Gentoo Archives: gentoo-commits

From: "Kevin McCarthy (signals)" <signals@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/ted: ted-2.20.ebuild ChangeLog ted-2.21.ebuild
Date: Fri, 25 Feb 2011 18:19:03
Message-Id: 20110225181848.B968920054@flycatcher.gentoo.org
1 signals 11/02/25 18:18:48
2
3 Modified: ted-2.20.ebuild ChangeLog ted-2.21.ebuild
4 Log:
5 depend virtual/jpeg
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 app-editors/ted/ted-2.20.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ted-2.20.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ted-2.20.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ted-2.20.ebuild?r1=1.7&r2=1.8
15
16 Index: ted-2.20.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.20.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ted-2.20.ebuild 24 May 2010 18:50:44 -0000 1.7
23 +++ ted-2.20.ebuild 25 Feb 2011 18:18:48 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.20.ebuild,v 1.7 2010/05/24 18:50:44 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.20.ebuild,v 1.8 2011/02/25 18:18:48 signals Exp $
30
31 EAPI=2
32 inherit eutils
33 @@ -16,7 +16,7 @@
34
35 DEPEND="x11-libs/gtk+
36 >=media-libs/tiff-3.5.7
37 - >=media-libs/jpeg-6b:0
38 + virtual/jpeg
39 >=media-libs/libpng-1.2.3"
40 RDEPEND="${DEPEND}"
41
42
43
44
45 1.37 app-editors/ted/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ChangeLog?rev=1.37&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ChangeLog?rev=1.37&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ChangeLog?r1=1.36&r2=1.37
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-editors/ted/ChangeLog,v
54 retrieving revision 1.36
55 retrieving revision 1.37
56 diff -u -r1.36 -r1.37
57 --- ChangeLog 24 May 2010 19:10:32 -0000 1.36
58 +++ ChangeLog 25 Feb 2011 18:18:48 -0000 1.37
59 @@ -1,6 +1,10 @@
60 # ChangeLog for app-editors/ted
61 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ChangeLog,v 1.36 2010/05/24 19:10:32 truedfx Exp $
63 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ChangeLog,v 1.37 2011/02/25 18:18:48 signals Exp $
65 +
66 + 25 Feb 2011; Kevin McCarthy <signals@g.o> ted-2.20.ebuild,
67 + ted-2.21.ebuild:
68 + Update depends from media-libs/jpeg to virtual/jpeg
69
70 24 May 2010; Harald van Dijk <truedfx@g.o> -ted-2.12.ebuild,
71 -ted-2.17-r1.ebuild, -files/ted-2.17-motif.patch:
72
73
74
75 1.2 app-editors/ted/ted-2.21.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ted-2.21.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ted-2.21.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ted-2.21.ebuild?r1=1.1&r2=1.2
80
81 Index: ted-2.21.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.21.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- ted-2.21.ebuild 30 Apr 2010 22:50:20 -0000 1.1
88 +++ ted-2.21.ebuild 25 Feb 2011 18:18:48 -0000 1.2
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2010 Gentoo Foundation
91 +# Copyright 1999-2011 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.21.ebuild,v 1.1 2010/04/30 22:50:20 truedfx Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.21.ebuild,v 1.2 2011/02/25 18:18:48 signals Exp $
95
96 EAPI=2
97 inherit eutils
98 @@ -16,7 +16,7 @@
99
100 DEPEND="x11-libs/gtk+
101 >=media-libs/tiff-3.5.7
102 - >=media-libs/jpeg-6b:0
103 + virtual/jpeg
104 >=media-libs/libpng-1.2.3"
105 RDEPEND="${DEPEND}"