Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/man-pages-es: man-pages-es-1.55-r1.ebuild
Date: Thu, 31 Dec 2009 21:17:54
Message-Id: E1NQSP1-0005vh-Sf@stork.gentoo.org
1 ssuominen 09/12/31 21:17:51
2
3 Modified: man-pages-es-1.55-r1.ebuild
4 Log:
5 Fix quoting
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 app-i18n/man-pages-es/man-pages-es-1.55-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-es/man-pages-es-1.55-r1.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-es/man-pages-es-1.55-r1.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/man-pages-es/man-pages-es-1.55-r1.ebuild?r1=1.8&r2=1.9
14
15 Index: man-pages-es-1.55-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-i18n/man-pages-es/man-pages-es-1.55-r1.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- man-pages-es-1.55-r1.ebuild 9 Jun 2008 08:07:57 -0000 1.8
22 +++ man-pages-es-1.55-r1.ebuild 31 Dec 2009 21:17:51 -0000 1.9
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-es/man-pages-es-1.55-r1.ebuild,v 1.8 2008/06/09 08:07:57 ferdy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-es/man-pages-es-1.55-r1.ebuild,v 1.9 2009/12/31 21:17:51 ssuominen Exp $
29
30 manpagesextra=${PN}-extra-0.8a
31 S2=${WORKDIR}/${manpagesextra}
32 @@ -41,7 +41,7 @@
33 file -i man?/* | while read f ; do
34 iconv -f ${f##*=} \
35 -t ${toencoding} ${d}/${f%%:*} \
36 - -o ${D}/usr/share/man/es/${f%%:*}
37 + -o "${D}"/usr/share/man/es/${f%%:*}
38 done
39 done
40 }