Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-l10n/files: lo_gen_langs.sh
Date: Tue, 25 Feb 2014 20:55:08
Message-Id: 20140225205504.780D02004C@flycatcher.gentoo.org
1 scarabeus 14/02/25 20:55:04
2
3 Modified: lo_gen_langs.sh
4 Log:
5 Version to 4.1.5 and 4.2.1. Drop 4.2.0.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
8
9 Revision Changes Path
10 1.8 app-office/libreoffice-l10n/files/lo_gen_langs.sh
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/files/lo_gen_langs.sh?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/files/lo_gen_langs.sh?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/files/lo_gen_langs.sh?r1=1.7&r2=1.8
15
16 Index: lo_gen_langs.sh
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/files/lo_gen_langs.sh,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- lo_gen_langs.sh 23 Jun 2013 15:34:31 -0000 1.7
23 +++ lo_gen_langs.sh 25 Feb 2014 20:55:04 -0000 1.8
24 @@ -7,8 +7,8 @@
25 # Find l10n packs for libreoffice and format it for use in ebuilds.
26 #
27
28 -VERSION=${1:-4.1.0}
29 -BASE_SRC_URI="http://download.documentfoundation.org/libreoffice/testing/${VERSION}/rpm/x86"
30 +VERSION=${1:-4.1.5}
31 +BASE_SRC_URI="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/rpm/x86"
32
33 # needs lxml
34 print_available_tarballs() {
35 @@ -61,5 +61,5 @@
36 lang_packs_reduced+=( ${lpack} )
37 done
38
39 -echo "LANGUAGES_HELP=\"${help_packs[@]}\""
40 -echo "LANGUAGES=\"\${LANGUAGES_HELP} ${lang_packs_reduced[@]}\""
41 +echo "LANGUAGES_HELP=\" ${help_packs[@]} \""
42 +echo "LANGUAGES=\"\${LANGUAGES_HELP}${lang_packs_reduced[@]} \""