Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in rox-base/rox: rox-2.6.1.ebuild ChangeLog
Date: Wed, 31 Oct 2007 07:22:24
Message-Id: E1In7u7-0004Eo-U8@stork.gentoo.org
1 opfer 07/10/31 07:22:19
2
3 Modified: rox-2.6.1.ebuild ChangeLog
4 Log:
5 quote some variables and prevent installation of useless file COPYING
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.5 rox-base/rox/rox-2.6.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox/rox-2.6.1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox/rox-2.6.1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox/rox-2.6.1.ebuild?r1=1.4&r2=1.5
14
15 Index: rox-2.6.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/rox-base/rox/rox-2.6.1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- rox-2.6.1.ebuild 31 Oct 2007 07:19:12 -0000 1.4
22 +++ rox-2.6.1.ebuild 31 Oct 2007 07:22:19 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/rox-base/rox/rox-2.6.1.ebuild,v 1.4 2007/10/31 07:19:12 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/rox-base/rox/rox-2.6.1.ebuild,v 1.5 2007/10/31 07:22:19 opfer Exp $
28
29 inherit eutils multilib
30
31 @@ -34,7 +34,7 @@
32
33 src_unpack() {
34 unpack ${A}
35 - cd ${S}
36 + cd "${S}"
37 epatch "${FILESDIR}"/${P}-nostrip.patch
38 }
39
40 @@ -67,11 +67,11 @@
41 doman rox.1
42
43 dodir ${APPDIR}
44 - cp -r ${APPNAME}/ ${D}/${APPDIR}
45 + cp -r ${APPNAME}/ "${D}/${APPDIR}"
46
47 # add documentation to be proper
48 ( cd ${APPNAME}/Help
49 - dodoc Changes COPYING README README-es TODO
50 + dodoc Changes README README-es TODO
51 )
52
53 # install shell script
54 @@ -98,8 +98,8 @@
55 exec "${APPDIR}/${APPNAME}/AppRun" -U "\$@"
56 EOF
57
58 - chmod 0755 ${D}/usr/bin/${WRAPPERNAME}
59 - chmod 0755 ${D}/usr/bin/${WRAPPERNAME}uri
60 + chmod 0755 "${D}/usr/bin/${WRAPPERNAME}"
61 + chmod 0755 "${D}/usr/bin/${WRAPPERNAME}uri"
62
63 # install rox.xml
64 insinto ${MIMEDIR}/packages
65
66
67
68 1.44 rox-base/rox/ChangeLog
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox/ChangeLog?rev=1.44&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox/ChangeLog?rev=1.44&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox/ChangeLog?r1=1.43&r2=1.44
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/rox-base/rox/ChangeLog,v
77 retrieving revision 1.43
78 retrieving revision 1.44
79 diff -u -r1.43 -r1.44
80 --- ChangeLog 31 Oct 2007 07:19:12 -0000 1.43
81 +++ ChangeLog 31 Oct 2007 07:22:19 -0000 1.44
82 @@ -1,6 +1,9 @@
83 # ChangeLog for rox-base/rox
84 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/rox-base/rox/ChangeLog,v 1.43 2007/10/31 07:19:12 opfer Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/rox-base/rox/ChangeLog,v 1.44 2007/10/31 07:22:19 opfer Exp $
87 +
88 + 31 Oct 2007; Christian Faulhammer <opfer@g.o> rox-2.6.1.ebuild:
89 + quote some variables and prevent installation of useless file COPYING
90
91 31 Oct 2007; Christian Faulhammer <opfer@g.o> rox-2.6.1.ebuild:
92 stable x86, bug 197509
93
94
95
96 --
97 gentoo-commits@g.o mailing list