Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/rmake: ChangeLog rmake-1.0.9.ebuild rmake-1.0.8.ebuild
Date: Tue, 02 Dec 2008 17:14:49
Message-Id: E1L7Ypi-0004h2-VO@stork.gentoo.org
1 jmbsvicetto 08/12/02 17:14:46
2
3 Modified: ChangeLog rmake-1.0.9.ebuild rmake-1.0.8.ebuild
4 Log:
5 Removed the executable bit from files/rmake as it's installed through doinitd that calls doexe, which uses the EXEOPTIONS variable that
6 defaults to -m0755.
7 Quoted some vars.
8 (Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r2 x86_64)
9
10 Revision Changes Path
11 1.17 app-admin/rmake/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/rmake/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/rmake/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/rmake/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-admin/rmake/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 24 Apr 2008 11:44:54 -0000 1.16
24 +++ ChangeLog 2 Dec 2008 17:14:46 -0000 1.17
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-admin/rmake
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-admin/rmake/ChangeLog,v 1.16 2008/04/24 11:44:54 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-admin/rmake/ChangeLog,v 1.17 2008/12/02 17:14:46 jmbsvicetto Exp $
30 +
31 + 02 Dec 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
32 + ChangeLog:
33 + Removed the executable bit from files/rmake as it's installed through
34 + doinitd that calls doexe, which uses the EXEOPTIONS variable that defaults
35 + to -m0755.
36
37 24 Apr 2008; Raúl Porcel <armin76@g.o> -files/digest-rmake-1.0.8,
38 -files/digest-rmake-1.0.9, -files/digest-rmake-1.0.13,
39
40
41
42 1.2 app-admin/rmake/rmake-1.0.9.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/rmake/rmake-1.0.9.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/rmake/rmake-1.0.9.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/rmake/rmake-1.0.9.ebuild?r1=1.1&r2=1.2
47
48 Index: rmake-1.0.9.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-admin/rmake/rmake-1.0.9.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- rmake-1.0.9.ebuild 23 May 2007 14:49:26 -0000 1.1
55 +++ rmake-1.0.9.ebuild 2 Dec 2008 17:14:46 -0000 1.2
56 @@ -1,6 +1,6 @@
57 -# Copyright 2006-2007 Gentoo Foundation
58 +# Copyright 2006-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-admin/rmake/rmake-1.0.9.ebuild,v 1.1 2007/05/23 14:49:26 smithj Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-admin/rmake/rmake-1.0.9.ebuild,v 1.2 2008/12/02 17:14:46 jmbsvicetto Exp $
62
63 inherit eutils
64
65 @@ -22,17 +22,17 @@
66 }
67
68 src_install() {
69 - make DESTDIR=${D} install || die "install failed"
70 - chmod 04755 ${D}/usr/libexec/rmake/chroothelper
71 - for x in ${D}/var/{rmake,{log,lib,run}/rmake} ${D}/{etc,srv}/rmake;do
72 + make DESTDIR="${D}" install || die "install failed"
73 + chmod 04755 "${D}/usr/libexec/rmake/chroothelper"
74 + for x in "${D}/var/{rmake,{log,lib,run}/rmake}" "${D}/{etc,srv}/rmake"; do
75 mkdir -p $x
76 chown rmake:rmake $x
77 touch ${x}/.keep
78 done
79 - chmod 700 ${D}/var/rmake
80 + chmod 700 "${D}/var/rmake"
81 # replace with updstream-provided in next release... see
82 # https://issues.rpath.com/browse/RMK-242
83 - doinitd ${FILESDIR}/rmake
84 + doinitd "${FILESDIR}/rmake"
85 }
86
87 pkg_setup() {
88
89
90
91 1.2 app-admin/rmake/rmake-1.0.8.ebuild
92
93 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/rmake/rmake-1.0.8.ebuild?rev=1.2&view=markup
94 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/rmake/rmake-1.0.8.ebuild?rev=1.2&content-type=text/plain
95 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/rmake/rmake-1.0.8.ebuild?r1=1.1&r2=1.2
96
97 Index: rmake-1.0.8.ebuild
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/app-admin/rmake/rmake-1.0.8.ebuild,v
100 retrieving revision 1.1
101 retrieving revision 1.2
102 diff -u -r1.1 -r1.2
103 --- rmake-1.0.8.ebuild 24 Apr 2007 21:24:05 -0000 1.1
104 +++ rmake-1.0.8.ebuild 2 Dec 2008 17:14:46 -0000 1.2
105 @@ -1,6 +1,6 @@
106 -# Copyright 2006-2007 Gentoo Foundation
107 +# Copyright 2006-2008 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/app-admin/rmake/rmake-1.0.8.ebuild,v 1.1 2007/04/24 21:24:05 smithj Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/app-admin/rmake/rmake-1.0.8.ebuild,v 1.2 2008/12/02 17:14:46 jmbsvicetto Exp $
111
112 inherit eutils
113
114 @@ -22,17 +22,17 @@
115 }
116
117 src_install() {
118 - make DESTDIR=${D} install || die "install failed"
119 - chmod 04755 ${D}/usr/libexec/rmake/chroothelper
120 - for x in ${D}/var/{rmake,{log,lib,run}/rmake} ${D}/{etc,srv}/rmake;do
121 + make DESTDIR="${D}" install || die "install failed"
122 + chmod 04755 "${D}/usr/libexec/rmake/chroothelper"
123 + for x in "${D}/var/{rmake,{log,lib,run}/rmake}" "${D}/{etc,srv}/rmake"; do
124 mkdir -p $x
125 chown rmake:rmake $x
126 touch ${x}/.keep
127 done
128 - chmod 700 ${D}/var/rmake
129 + chmod 700 "${D}/var/rmake"
130 # replace with updstream-provided in next release... see
131 # https://issues.rpath.com/browse/RMK-242
132 - doinitd ${FILESDIR}/rmake
133 + doinitd "${FILESDIR}/rmake"
134 }
135
136 pkg_setup() {