Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.1.6.ebuild ChangeLog
Date: Thu, 05 May 2011 15:11:47
Message-Id: 20110505151136.817A120054@flycatcher.gentoo.org
1 scarabeus 11/05/05 15:11:36
2
3 Modified: gegl-0.1.6.ebuild ChangeLog
4 Log:
5 Drop useless dodoc line.
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 media-libs/gegl/gegl-0.1.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild?r1=1.17&r2=1.18
15
16 Index: gegl-0.1.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- gegl-0.1.6.ebuild 5 May 2011 14:53:06 -0000 1.17
23 +++ gegl-0.1.6.ebuild 5 May 2011 15:11:36 -0000 1.18
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1.17 2011/05/05 14:53:06 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1.18 2011/05/05 15:11:36 scarabeus Exp $
29
30 EAPI=4
31
32 @@ -99,5 +99,4 @@
33 src_install() {
34 default
35 find "${ED}" -name '*.la' -delete
36 - dodoc ChangeLog INSTALL README NEWS
37 }
38
39
40
41 1.56 media-libs/gegl/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.56&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.56&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.55&r2=1.56
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
50 retrieving revision 1.55
51 retrieving revision 1.56
52 diff -u -r1.55 -r1.56
53 --- ChangeLog 5 May 2011 14:53:06 -0000 1.55
54 +++ ChangeLog 5 May 2011 15:11:36 -0000 1.56
55 @@ -1,6 +1,9 @@
56 # ChangeLog for media-libs/gegl
57 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.55 2011/05/05 14:53:06 scarabeus Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.56 2011/05/05 15:11:36 scarabeus Exp $
60 +
61 + 05 May 2011; Tomáš Chvátal <scarabeus@g.o> gegl-0.1.6.ebuild:
62 + Drop useless dodoc line.
63
64 05 May 2011; Tomáš Chvátal <scarabeus@g.o> gegl-0.1.6.ebuild:
65 Update eapi4 usage to have nicer ebuild.