Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/ted: ChangeLog ted-2.22.ebuild
Date: Mon, 01 Apr 2013 09:08:01
Message-Id: 20130401090756.A92152171D@flycatcher.gentoo.org
1 pinkbyte 13/04/01 09:07:56
2
3 Modified: ChangeLog ted-2.22.ebuild
4 Log:
5 Add missing dependency on x11-libs/libXft
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.56 app-editors/ted/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ChangeLog?rev=1.56&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ChangeLog?rev=1.56&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ChangeLog?r1=1.55&r2=1.56
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/ted/ChangeLog,v
19 retrieving revision 1.55
20 retrieving revision 1.56
21 diff -u -r1.55 -r1.56
22 --- ChangeLog 15 Mar 2013 10:38:47 -0000 1.55
23 +++ ChangeLog 1 Apr 2013 09:07:56 -0000 1.56
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-editors/ted
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ChangeLog,v 1.55 2013/03/15 10:38:47 pinkbyte Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ChangeLog,v 1.56 2013/04/01 09:07:56 pinkbyte Exp $
29 +
30 + 01 Apr 2013; Sergey Popov <pinkbyte@g.o> ted-2.22.ebuild:
31 + Add missing dependency on x11-libs/libXft
32
33 15 Mar 2013; Sergey Popov <pinkbyte@g.o> ted-2.22.ebuild:
34 Respect AR and RANLIB, wrt bug #461256. Thanks to Agostino Sarubbo for
35
36
37
38 1.7 app-editors/ted/ted-2.22.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ted-2.22.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ted-2.22.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ted-2.22.ebuild?r1=1.6&r2=1.7
43
44 Index: ted-2.22.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.22.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- ted-2.22.ebuild 15 Mar 2013 10:38:47 -0000 1.6
51 +++ ted-2.22.ebuild 1 Apr 2013 09:07:56 -0000 1.7
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.22.ebuild,v 1.6 2013/03/15 10:38:47 pinkbyte Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.22.ebuild,v 1.7 2013/04/01 09:07:56 pinkbyte Exp $
57
58 EAPI=4
59 inherit eutils toolchain-funcs
60 @@ -18,6 +18,7 @@
61 media-libs/tiff
62 virtual/jpeg
63 media-libs/libpng
64 + x11-libs/libXft
65 x11-libs/libXpm"
66 DEPEND="${RDEPEND}
67 virtual/pkgconfig"