Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: i18n-0.3.7.ebuild ChangeLog i18n-0.3.3.ebuild i18n-0.1.3.ebuild
Date: Thu, 29 Jul 2010 00:12:25
Message-Id: 20100729001223.7992E2CE15@corvid.gentoo.org
1 flameeyes 10/07/29 00:12:23
2
3 Modified: i18n-0.3.7.ebuild ChangeLog i18n-0.3.3.ebuild
4 i18n-0.1.3.ebuild
5 Log:
6 Fix $HOME permissions (bug #299367).
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-ruby/i18n/i18n-0.3.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.3.7.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.3.7.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.3.7.ebuild?r1=1.2&r2=1.3
15
16 Index: i18n-0.3.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.7.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- i18n-0.3.7.ebuild 30 May 2010 17:14:54 -0000 1.2
23 +++ i18n-0.3.7.ebuild 29 Jul 2010 00:12:23 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.7.ebuild,v 1.2 2010/05/30 17:14:54 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.7.ebuild,v 1.3 2010/07/29 00:12:23 flameeyes Exp $
29
30 EAPI=2
31
32 @@ -54,7 +54,7 @@
33
34 src_compile() {
35 # permissions need to be stricter for Ruby-Inline to work properly.
36 - chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
37 + chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
38 ruby-ng_src_compile
39 }
40
41 @@ -64,6 +64,6 @@
42
43 src_test() {
44 # permissions need to be stricter for Ruby-Inline to work properly.
45 - chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
46 + chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
47 ruby-ng_src_test
48 }
49
50
51
52 1.16 dev-ruby/i18n/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.16&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.16&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?r1=1.15&r2=1.16
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v
61 retrieving revision 1.15
62 retrieving revision 1.16
63 diff -u -r1.15 -r1.16
64 --- ChangeLog 30 May 2010 17:14:54 -0000 1.15
65 +++ ChangeLog 29 Jul 2010 00:12:23 -0000 1.16
66 @@ -1,6 +1,10 @@
67 # ChangeLog for dev-ruby/i18n
68 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.15 2010/05/30 17:14:54 armin76 Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.16 2010/07/29 00:12:23 flameeyes Exp $
71 +
72 + 29 Jul 2010; Diego E. Pettenò <flameeyes@g.o> i18n-0.1.3.ebuild,
73 + i18n-0.3.3.ebuild, i18n-0.3.7.ebuild:
74 + Fix $HOME permissions (bug #299367).
75
76 30 May 2010; Raúl Porcel <armin76@g.o> i18n-0.1.3.ebuild,
77 i18n-0.3.3.ebuild, i18n-0.3.7.ebuild:
78
79
80
81 1.10 dev-ruby/i18n/i18n-0.3.3.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild?rev=1.10&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild?rev=1.10&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild?r1=1.9&r2=1.10
86
87 Index: i18n-0.3.3.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild,v
90 retrieving revision 1.9
91 retrieving revision 1.10
92 diff -u -r1.9 -r1.10
93 --- i18n-0.3.3.ebuild 30 May 2010 17:14:54 -0000 1.9
94 +++ i18n-0.3.3.ebuild 29 Jul 2010 00:12:23 -0000 1.10
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2010 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild,v 1.9 2010/05/30 17:14:54 armin76 Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild,v 1.10 2010/07/29 00:12:23 flameeyes Exp $
100
101 EAPI=2
102
103 @@ -33,10 +33,10 @@
104
105 src_prepare() {
106 ruby-ng_src_prepare
107 - chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
108 + chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
109 }
110
111 src_test() {
112 - chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
113 + chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
114 ruby-ng_src_test
115 }
116
117
118
119 1.8 dev-ruby/i18n/i18n-0.1.3.ebuild
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.1.3.ebuild?rev=1.8&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.1.3.ebuild?rev=1.8&content-type=text/plain
123 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.1.3.ebuild?r1=1.7&r2=1.8
124
125 Index: i18n-0.1.3.ebuild
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.1.3.ebuild,v
128 retrieving revision 1.7
129 retrieving revision 1.8
130 diff -u -r1.7 -r1.8
131 --- i18n-0.1.3.ebuild 30 May 2010 17:14:54 -0000 1.7
132 +++ i18n-0.1.3.ebuild 29 Jul 2010 00:12:23 -0000 1.8
133 @@ -1,6 +1,6 @@
134 # Copyright 1999-2010 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.1.3.ebuild,v 1.7 2010/05/30 17:14:54 armin76 Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.1.3.ebuild,v 1.8 2010/07/29 00:12:23 flameeyes Exp $
138
139 EAPI=2
140
141 @@ -31,10 +31,10 @@
142
143 src_prepare() {
144 ruby-ng_src_prepare
145 - chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
146 + chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
147 }
148
149 src_test() {
150 - chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
151 + chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
152 ruby-ng_src_test
153 }