Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/cairo: ChangeLog cairo-1.5.14.ebuild cairo-1.5.12.ebuild
Date: Thu, 27 Mar 2008 14:31:04
Message-Id: E1Jet89-0000I8-Ey@stork.gentoo.org
1 cardoe 08/03/27 14:31:01
2
3 Modified: ChangeLog cairo-1.5.14.ebuild cairo-1.5.12.ebuild
4 Log:
5 TODO has gone away
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.168 x11-libs/cairo/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.168&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.168&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/ChangeLog?r1=1.167&r2=1.168
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
18 retrieving revision 1.167
19 retrieving revision 1.168
20 diff -u -r1.167 -r1.168
21 --- ChangeLog 24 Mar 2008 00:44:57 -0000 1.167
22 +++ ChangeLog 27 Mar 2008 14:31:00 -0000 1.168
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-libs/cairo
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.167 2008/03/24 00:44:57 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.168 2008/03/27 14:31:00 cardoe Exp $
28 +
29 + 27 Mar 2008; Doug Goldstein <cardoe@g.o> cairo-1.5.12.ebuild,
30 + cairo-1.5.14.ebuild:
31 + TODO has gone away
32
33 *cairo-1.5.14 (24 Mar 2008)
34
35
36
37
38 1.2 x11-libs/cairo/cairo-1.5.14.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.5.14.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.5.14.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.5.14.ebuild?r1=1.1&r2=1.2
43
44 Index: cairo-1.5.14.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.5.14.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- cairo-1.5.14.ebuild 24 Mar 2008 00:44:57 -0000 1.1
51 +++ cairo-1.5.14.ebuild 27 Mar 2008 14:31:00 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.5.14.ebuild,v 1.1 2008/03/24 00:44:57 cardoe Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.5.14.ebuild,v 1.2 2008/03/27 14:31:00 cardoe Exp $
57
58 inherit eutils flag-o-matic libtool
59
60 @@ -73,5 +73,5 @@
61
62 src_install() {
63 make DESTDIR="${D}" install || die "Installation failed"
64 - dodoc AUTHORS ChangeLog NEWS README TODO
65 + dodoc AUTHORS ChangeLog NEWS README
66 }
67
68
69
70 1.3 x11-libs/cairo/cairo-1.5.12.ebuild
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.5.12.ebuild?rev=1.3&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.5.12.ebuild?rev=1.3&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.5.12.ebuild?r1=1.2&r2=1.3
75
76 Index: cairo-1.5.12.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.5.12.ebuild,v
79 retrieving revision 1.2
80 retrieving revision 1.3
81 diff -u -r1.2 -r1.3
82 --- cairo-1.5.12.ebuild 6 Mar 2008 18:20:18 -0000 1.2
83 +++ cairo-1.5.12.ebuild 27 Mar 2008 14:31:00 -0000 1.3
84 @@ -1,6 +1,6 @@
85 # Copyright 1999-2008 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.5.12.ebuild,v 1.2 2008/03/06 18:20:18 cardoe Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.5.12.ebuild,v 1.3 2008/03/27 14:31:00 cardoe Exp $
89
90 inherit eutils flag-o-matic libtool
91
92 @@ -73,5 +73,5 @@
93
94 src_install() {
95 make DESTDIR="${D}" install || die "Installation failed"
96 - dodoc AUTHORS ChangeLog NEWS README TODO
97 + dodoc AUTHORS ChangeLog NEWS README
98 }
99
100
101
102 --
103 gentoo-commits@l.g.o mailing list