Gentoo Archives: gentoo-commits

From: "Ferris McCormick (fmccor)" <fmccor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in rox-base/rox-clib: ChangeLog rox-clib-2.1.9-r1.ebuild
Date: Tue, 30 Oct 2007 15:47:36
Message-Id: E1ImtJS-0005UM-VC@stork.gentoo.org
1 fmccor 07/10/30 15:47:30
2
3 Modified: ChangeLog rox-clib-2.1.9-r1.ebuild
4 Log:
5 Add ~sparc (bookkeeping, fix quoting); builds and installs as expected.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.19 rox-base/rox-clib/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-clib/ChangeLog?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-clib/ChangeLog?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-clib/ChangeLog?r1=1.18&r2=1.19
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/rox-base/rox-clib/ChangeLog,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- ChangeLog 12 Jun 2007 20:00:51 -0000 1.18
22 +++ ChangeLog 30 Oct 2007 15:47:30 -0000 1.19
23 @@ -1,6 +1,10 @@
24 # ChangeLog for rox-base/rox-clib
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-clib/ChangeLog,v 1.18 2007/06/12 20:00:51 lack Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-clib/ChangeLog,v 1.19 2007/10/30 15:47:30 fmccor Exp $
28 +
29 + 30 Oct 2007; Ferris McCormick <fmccor@g.o>
30 + rox-clib-2.1.9-r1.ebuild:
31 + Add ~sparc (bookkeeping, fix quoting); builds and installs as expected.
32
33 *rox-clib-2.1.9-r1 (12 Jun 2007)
34
35
36
37
38 1.2 rox-base/rox-clib/rox-clib-2.1.9-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-clib/rox-clib-2.1.9-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-clib/rox-clib-2.1.9-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-clib/rox-clib-2.1.9-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: rox-clib-2.1.9-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/rox-base/rox-clib/rox-clib-2.1.9-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- rox-clib-2.1.9-r1.ebuild 12 Jun 2007 20:00:51 -0000 1.1
51 +++ rox-clib-2.1.9-r1.ebuild 30 Oct 2007 15:47:30 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-clib/rox-clib-2.1.9-r1.ebuild,v 1.1 2007/06/12 20:00:51 lack Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-clib/rox-clib-2.1.9-r1.ebuild,v 1.2 2007/10/30 15:47:30 fmccor Exp $
57
58 inherit multilib
59
60 @@ -11,7 +11,7 @@
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 -KEYWORDS="~amd64 ~ppc ~x86"
65 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
66 IUSE=""
67
68 RDEPEND=">=x11-libs/gtk+-2.0.1
69 @@ -47,7 +47,7 @@
70 find . -name '.cvs*' | xargs rm -f >/dev/null 2>&1
71 dodoc ${baselibdir}/${APPNAME}
72 dodir ${baselibdir}/${APPNAME}
73 - cp -r . ${D}${baselibdir}/${APPNAME}
74 + cp -r . "${D}${baselibdir}/${APPNAME}"
75 (
76 cd Help
77 dodoc Authors Changes ToDo COPYING README Versions
78
79
80
81 --
82 gentoo-commits@g.o mailing list