Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-l10n: libreoffice-l10n-4.1.4.2.ebuild ChangeLog
Date: Fri, 27 Dec 2013 14:31:23
Message-Id: 20131227143120.262542004C@flycatcher.gentoo.org
1 dilfridge 13/12/27 14:31:20
2
3 Modified: libreoffice-l10n-4.1.4.2.ebuild ChangeLog
4 Log:
5 Add some spaces, bug 491728, thanks to Zhang Hongjiu
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
8
9 Revision Changes Path
10 1.2 app-office/libreoffice-l10n/libreoffice-l10n-4.1.4.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.1.4.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.1.4.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.1.4.2.ebuild?r1=1.1&r2=1.2
15
16 Index: libreoffice-l10n-4.1.4.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.1.4.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libreoffice-l10n-4.1.4.2.ebuild 27 Dec 2013 08:03:00 -0000 1.1
23 +++ libreoffice-l10n-4.1.4.2.ebuild 27 Dec 2013 14:31:19 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.1.4.2.ebuild,v 1.1 2013/12/27 08:03:00 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.1.4.2.ebuild,v 1.2 2013/12/27 14:31:19 dilfridge Exp $
29
30 EAPI=4
31
32 @@ -17,12 +17,15 @@
33 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
34 IUSE="offlinehelp"
35
36 -LANGUAGES_HELP="am ast bg bn_IN bn bo bs ca_XV ca cs da de dz el en_GB en en_ZA
37 +#
38 +# when changing the language lists, please be careful to preserve the spaces (bug 491728)
39 +#
40 +LANGUAGES_HELP=" am ast bg bn_IN bn bo bs ca_XV ca cs da de dz el en_GB en en_ZA
41 eo es et eu fi fr gl gu he hi hr hu id is it ja ka km ko mk nb ne nl nn om pl
42 -pt_BR pt ru si sk sl sq sv tg tr ug uk vi zh_CN zh_TW"
43 -LANGUAGES="${LANGUAGES_HELP} af ar as be br brx cy dgo fa ga gd kk kn kok ks ku
44 +pt_BR pt ru si sk sl sq sv tg tr ug uk vi zh_CN zh_TW "
45 +LANGUAGES="${LANGUAGES_HELP}af ar as be br brx cy dgo fa ga gd kk kn kok ks ku
46 lb lo lt lv mai ml mn mni mr my nr nso oc or pa_IN ro rw sa_IN sat sd sh sr
47 -ss st sw_TZ ta te th tn ts tt uz ve xh zu"
48 +ss st sw_TZ ta te th tn ts tt uz ve xh zu "
49
50 for lang in ${LANGUAGES_HELP}; do
51 helppack=""
52 @@ -65,7 +68,7 @@
53 rm -rf "${S}/${rpmdir}/"*dict*.rpm
54 rpm_unpack "./${rpmdir}/"*.rpm
55 fi
56 - if [[ "${LANGUAGES_HELP}" =~ "${lang}" ]] && use offlinehelp; then
57 + if [[ "${LANGUAGES_HELP}" =~ " ${lang} " ]] && use offlinehelp; then
58 [[ ${lang} == en ]] && dir="en-US"
59 rpmdir="LibreOffice_${PV}_Linux_x86_rpm_helppack_${dir}/RPMS/"
60 [[ -d ${rpmdir} ]] || die "Missing directory: \"${rpmdir}\""
61
62
63
64 1.97 app-office/libreoffice-l10n/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/ChangeLog?rev=1.97&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/ChangeLog?rev=1.97&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/ChangeLog?r1=1.96&r2=1.97
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v
73 retrieving revision 1.96
74 retrieving revision 1.97
75 diff -u -r1.96 -r1.97
76 --- ChangeLog 27 Dec 2013 08:03:00 -0000 1.96
77 +++ ChangeLog 27 Dec 2013 14:31:19 -0000 1.97
78 @@ -1,6 +1,10 @@
79 # ChangeLog for app-office/libreoffice-l10n
80 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.96 2013/12/27 08:03:00 scarabeus Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.97 2013/12/27 14:31:19 dilfridge Exp $
83 +
84 + 27 Dec 2013; Andreas K. Huettel <dilfridge@g.o>
85 + libreoffice-l10n-4.1.4.2.ebuild:
86 + Add some spaces, bug 491728, thanks to Zhang Hongjiu
87
88 *libreoffice-l10n-4.1.4.2 (27 Dec 2013)