Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/ksh: ksh-93.20081104.ebuild ChangeLog ksh-93.20071105.ebuild
Date: Sun, 06 Sep 2009 19:05:44
Message-Id: E1MkN3W-0007uI-0Q@stork.gentoo.org
1 idl0r 09/09/06 19:05:42
2
3 Modified: ksh-93.20081104.ebuild ChangeLog
4 ksh-93.20071105.ebuild
5 Log:
6 Remove unused patches. Fix repoman complains.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-shells/ksh/ksh-93.20081104.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/ksh/ksh-93.20081104.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/ksh/ksh-93.20081104.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/ksh/ksh-93.20081104.ebuild?r1=1.1&r2=1.2
15
16 Index: ksh-93.20081104.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20081104.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ksh-93.20081104.ebuild 10 Nov 2008 23:30:03 -0000 1.1
23 +++ ksh-93.20081104.ebuild 6 Sep 2009 19:05:41 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20081104.ebuild,v 1.1 2008/11/10 23:30:03 darkside Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20081104.ebuild,v 1.2 2009/09/06 19:05:41 idl0r Exp $
30
31 inherit eutils flag-o-matic toolchain-funcs
32
33 @@ -20,51 +20,52 @@
34 IUSE="nls"
35
36 DEPEND="!app-shells/pdksh"
37 +RDEPEND=""
38
39 S=${WORKDIR}
40
41 src_unpack() {
42 # the AT&T build tools look in here for packages.
43 - mkdir -p ${S}/lib/package/tgz
44 + mkdir -p "${S}"/lib/package/tgz
45
46 # move the packages into place.
47 - cp ${DISTDIR}/ast-ksh.${RELEASE}.tgz ${S}/lib/package/tgz/ || die
48 + cp "${DISTDIR}"/ast-ksh.${RELEASE}.tgz "${S}"/lib/package/tgz/ || die
49
50 if use nls; then
51 - cp ${DISTDIR}/ast-ksh-locale.${LOCALE_RELEASE}.tgz ${S}/lib/package/tgz/ || die
52 + cp "${DISTDIR}"/ast-ksh-locale.${LOCALE_RELEASE}.tgz "${S}"/lib/package/tgz/ || die
53 fi
54
55 # INIT provides the basic tools to start building.
56 unpack INIT.${INIT_RELEASE}.tgz
57
58 # `package read` will unpack any tarballs put in place.
59 - ${S}/bin/package read || die
60 + "${S}"/bin/package read || die
61 }
62
63 src_compile() {
64 strip-flags; export CCFLAGS="${CFLAGS}"
65
66 - cd ${S}; ./bin/package only make ast-ksh CC="$(tc-getCC)" || die
67 + cd "${S}"; ./bin/package only make ast-ksh CC="$(tc-getCC)" || die
68
69 # install the optional locale data.
70 if use nls; then
71 - cd ${S}; ./bin/package only make ast-ksh-locale CC="$(tc-getCC)"
72 + cd "${S}"; ./bin/package only make ast-ksh-locale CC="$(tc-getCC)"
73 fi
74 }
75
76 src_install() {
77 exeinto /bin
78
79 - doexe ${S}/arch/linux.*/bin/ksh || die
80 + doexe "${S}"/arch/linux.*/bin/ksh || die
81
82 - newman ${S}/arch/linux.*/man/man1/sh.1 ksh.1
83 + newman "${S}"/arch/linux.*/man/man1/sh.1 ksh.1
84
85 dodoc lib/package/LICENSES/ast
86 dohtml lib/package/ast-ksh.html
87
88 if use nls; then
89 dodir /usr/share
90 - mv ${S}/share/lib/locale ${D}/usr/share
91 - find ${D}/usr/share/locale -type f -name 'LC_TIME' -exec rm -rf {} \; 2>/dev/null
92 + mv "${S}"/share/lib/locale "${D}"/usr/share
93 + find "${D}"/usr/share/locale -type f -name 'LC_TIME' -exec rm -rf {} \; 2>/dev/null
94 fi
95 }
96
97
98
99 1.39 app-shells/ksh/ChangeLog
100
101 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/ksh/ChangeLog?rev=1.39&view=markup
102 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/ksh/ChangeLog?rev=1.39&content-type=text/plain
103 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/ksh/ChangeLog?r1=1.38&r2=1.39
104
105 Index: ChangeLog
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v
108 retrieving revision 1.38
109 retrieving revision 1.39
110 diff -u -r1.38 -r1.39
111 --- ChangeLog 10 Nov 2008 23:30:03 -0000 1.38
112 +++ ChangeLog 6 Sep 2009 19:05:41 -0000 1.39
113 @@ -1,6 +1,11 @@
114 # ChangeLog for app-shells/ksh
115 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
116 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v 1.38 2008/11/10 23:30:03 darkside Exp $
117 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
118 +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v 1.39 2009/09/06 19:05:41 idl0r Exp $
119 +
120 + 06 Sep 2009; Christian Ruppert <idl0r@g.o>
121 + -files/ksh-93.20030724-libs.diff, ksh-93.20071105.ebuild,
122 + ksh-93.20081104.ebuild, -files/ksh-build-problems.diff:
123 + Remove unused patches. Fix repoman complains.
124
125 *ksh-93.20081104 (10 Nov 2008)
126
127
128
129
130 1.6 app-shells/ksh/ksh-93.20071105.ebuild
131
132 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/ksh/ksh-93.20071105.ebuild?rev=1.6&view=markup
133 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/ksh/ksh-93.20071105.ebuild?rev=1.6&content-type=text/plain
134 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/ksh/ksh-93.20071105.ebuild?r1=1.5&r2=1.6
135
136 Index: ksh-93.20071105.ebuild
137 ===================================================================
138 RCS file: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20071105.ebuild,v
139 retrieving revision 1.5
140 retrieving revision 1.6
141 diff -u -r1.5 -r1.6
142 --- ksh-93.20071105.ebuild 10 Nov 2008 23:15:51 -0000 1.5
143 +++ ksh-93.20071105.ebuild 6 Sep 2009 19:05:41 -0000 1.6
144 @@ -1,6 +1,6 @@
145 -# Copyright 1999-2008 Gentoo Foundation
146 +# Copyright 1999-2009 Gentoo Foundation
147 # Distributed under the terms of the GNU General Public License v2
148 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20071105.ebuild,v 1.5 2008/11/10 23:15:51 darkside Exp $
149 +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20071105.ebuild,v 1.6 2009/09/06 19:05:41 idl0r Exp $
150
151 inherit eutils flag-o-matic toolchain-funcs
152
153 @@ -20,51 +20,52 @@
154 IUSE="nls"
155
156 DEPEND="!app-shells/pdksh"
157 +RDEPEND=""
158
159 S=${WORKDIR}
160
161 src_unpack() {
162 # the AT&T build tools look in here for packages.
163 - mkdir -p ${S}/lib/package/tgz
164 + mkdir -p "${S}"/lib/package/tgz
165
166 # move the packages into place.
167 - cp ${DISTDIR}/ast-ksh.${RELEASE}.tgz ${S}/lib/package/tgz/ || die
168 + cp "${DISTDIR}"/ast-ksh.${RELEASE}.tgz "${S}"/lib/package/tgz/ || die
169
170 if use nls; then
171 - cp ${DISTDIR}/ast-ksh-locale.${LOCALE_RELEASE}.tgz ${S}/lib/package/tgz/ || die
172 + cp "${DISTDIR}"/ast-ksh-locale.${LOCALE_RELEASE}.tgz "${S}"/lib/package/tgz/ || die
173 fi
174
175 # INIT provides the basic tools to start building.
176 unpack INIT.${INIT_RELEASE}.tgz
177
178 # `package read` will unpack any tarballs put in place.
179 - ${S}/bin/package read || die
180 + "${S}"/bin/package read || die
181 }
182
183 src_compile() {
184 strip-flags; export CCFLAGS="${CFLAGS}"
185
186 - cd ${S}; ./bin/package only make ast-ksh CC="$(tc-getCC)" || die
187 + cd "${S}"; ./bin/package only make ast-ksh CC="$(tc-getCC)" || die
188
189 # install the optional locale data.
190 if use nls; then
191 - cd ${S}; ./bin/package only make ast-ksh-locale CC="$(tc-getCC)"
192 + cd "${S}"; ./bin/package only make ast-ksh-locale CC="$(tc-getCC)"
193 fi
194 }
195
196 src_install() {
197 exeinto /bin
198
199 - doexe ${S}/arch/linux.*/bin/ksh || die
200 + doexe "${S}"/arch/linux.*/bin/ksh || die
201
202 - newman ${S}/arch/linux.*/man/man1/sh.1 ksh.1
203 + newman "${S}"/arch/linux.*/man/man1/sh.1 ksh.1
204
205 dodoc lib/package/LICENSES/ast
206 dohtml lib/package/ast-ksh.html
207
208 if use nls; then
209 dodir /usr/share
210 - mv ${S}/share/lib/locale ${D}/usr/share
211 - find ${D}/usr/share/locale -type f -name 'LC_TIME' -exec rm -rf {} \; 2>/dev/null
212 + mv "${S}"/share/lib/locale "${D}"/usr/share
213 + find "${D}"/usr/share/locale -type f -name 'LC_TIME' -exec rm -rf {} \; 2>/dev/null
214 fi
215 }