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-lib: ChangeLog rox-lib-2.0.4.ebuild
Date: Tue, 30 Oct 2007 16:38:07
Message-Id: E1Imu6D-0006Hp-K1@stork.gentoo.org
1 fmccor 07/10/30 16:37:53
2
3 Modified: ChangeLog rox-lib-2.0.4.ebuild
4 Log:
5 Add ~sparc (bookkeeping, fix quotes). AppRun appears to work as it should.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.16 rox-base/rox-lib/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/ChangeLog?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/ChangeLog?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/ChangeLog?r1=1.15&r2=1.16
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- ChangeLog 12 Jun 2007 20:12:30 -0000 1.15
22 +++ ChangeLog 30 Oct 2007 16:37:53 -0000 1.16
23 @@ -1,6 +1,9 @@
24 # ChangeLog for rox-base/rox-lib
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v 1.15 2007/06/12 20:12:30 lack Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v 1.16 2007/10/30 16:37:53 fmccor Exp $
28 +
29 + 30 Oct 2007; Ferris McCormick <fmccor@g.o> rox-lib-2.0.4.ebuild:
30 + Add ~sparc (bookkeeping, fix quotes). AppRun appears to work as it should.
31
32 *rox-lib-2.0.4 (12 Jun 2007)
33
34
35
36
37 1.2 rox-base/rox-lib/rox-lib-2.0.4.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild?r1=1.1&r2=1.2
42
43 Index: rox-lib-2.0.4.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- rox-lib-2.0.4.ebuild 12 Jun 2007 20:12:30 -0000 1.1
50 +++ rox-lib-2.0.4.ebuild 30 Oct 2007 16:37:53 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild,v 1.1 2007/06/12 20:12:30 lack Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild,v 1.2 2007/10/30 16:37:53 fmccor Exp $
56
57 NEED_PYTHON="2.3"
58 inherit python eutils multilib
59 @@ -12,7 +12,7 @@
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 -KEYWORDS="~amd64 ~ppc ~x86"
64 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
65 IUSE=""
66
67 RDEPEND=">=rox-base/rox-2.2.0
68 @@ -23,8 +23,8 @@
69 src_install() {
70 local baselibdir="/usr/$(get_libdir)"
71 dodir ${baselibdir}
72 - cp -r ROX-Lib2/ ${D}${baselibdir}
73 - python_mod_optimize ${D}${baselibdir}/ROX-Lib2/ >/dev/null 2>&1
74 + cp -r ROX-Lib2/ "${D}${baselibdir}"
75 + python_mod_optimize "${D}${baselibdir}/ROX-Lib2/" >/dev/null 2>&1
76 dodir /usr/share/doc/
77 dosym ${baselibdir}/ROX-Lib2/Help /usr/share/doc/${P}
78 }
79
80
81
82 --
83 gentoo-commits@g.o mailing list