Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/libgnomecanvasmm: ChangeLog libgnomecanvasmm-2.16.0.ebuild libgnomecanvasmm-2.12.0.ebuild libgnomecanvasmm-2.0.1.ebuild
Date: Fri, 12 Oct 2007 08:35:35
Message-Id: E1IgFpt-0008Ph-7E@stork.gentoo.org
1 leio 07/10/12 08:25:33
2
3 Modified: ChangeLog libgnomecanvasmm-2.16.0.ebuild
4 Removed: libgnomecanvasmm-2.12.0.ebuild
5 libgnomecanvasmm-2.0.1.ebuild
6 Log:
7 Remove old versions and SLOT for bug 159995. Also quote ${D} in the remaining version for bonus points
8 (Portage version: 2.1.3.12)
9
10 Revision Changes Path
11 1.59 dev-cpp/libgnomecanvasmm/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog?rev=1.59&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog?rev=1.59&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog?r1=1.58&r2=1.59
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog,v
20 retrieving revision 1.58
21 retrieving revision 1.59
22 diff -u -r1.58 -r1.59
23 --- ChangeLog 6 Oct 2007 05:36:03 -0000 1.58
24 +++ ChangeLog 12 Oct 2007 08:25:32 -0000 1.59
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-cpp/libgnomecanvasmm
27 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog,v 1.58 2007/10/06 05:36:03 tgall Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog,v 1.59 2007/10/12 08:25:32 leio Exp $
30 +
31 + 12 Oct 2007; Mart Raudsepp <leio@g.o>
32 + -files/2.0.1-gcc3.4-after-cvs.patch, -files/2.0.1-gcc3.4-to-cvs.patch,
33 + -libgnomecanvasmm-2.0.1.ebuild, -libgnomecanvasmm-2.12.0.ebuild:
34 + Remove old versions and SLOT for bug 159995
35
36 06 Oct 2007; Tom Gall <tgall@g.o> libgnomecanvasmm-2.16.0.ebuild:
37 stable on ppc64 bug #188838
38
39
40
41 1.12 dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.16.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.16.0.ebuild?rev=1.12&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.16.0.ebuild?rev=1.12&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.16.0.ebuild?r1=1.11&r2=1.12
46
47 Index: libgnomecanvasmm-2.16.0.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.16.0.ebuild,v
50 retrieving revision 1.11
51 retrieving revision 1.12
52 diff -u -r1.11 -r1.12
53 --- libgnomecanvasmm-2.16.0.ebuild 6 Oct 2007 05:36:03 -0000 1.11
54 +++ libgnomecanvasmm-2.16.0.ebuild 12 Oct 2007 08:25:32 -0000 1.12
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2007 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.16.0.ebuild,v 1.11 2007/10/06 05:36:03 tgall Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.16.0.ebuild,v 1.12 2007/10/12 08:25:32 leio Exp $
60
61 inherit gnome2
62
63 @@ -47,6 +47,6 @@
64 fi
65
66 if use examples; then
67 - cp -R examples ${D}/usr/share/doc/${PF}
68 + cp -R examples "${D}/usr/share/doc/${PF}"
69 fi
70 }
71
72
73
74 --
75 gentoo-commits@g.o mailing list