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: Wed, 11 Jan 2012 12:06:41
Message-Id: 20120111120626.6B3BB2004C@flycatcher.gentoo.org
1 scarabeus 12/01/11 12:06:26
2
3 Modified: lo_gen_langs.sh
4 Log:
5 Revsion bump to use updated rpms.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/files/lo_gen_langs.sh?rev=1.2&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.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- lo_gen_langs.sh 10 Nov 2011 20:35:58 -0000 1.1
23 +++ lo_gen_langs.sh 11 Jan 2012 12:06:26 -0000 1.2
24 @@ -7,8 +7,8 @@
25 # Find l10n packs for libreoffice and format it for use in ebuilds.
26 #
27
28 -VERSION=${1:-3.4.4}
29 -BASE_SRC_URI="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/rpm/x86"
30 +VERSION=${1:-3.4.5-rc2}
31 +BASE_SRC_URI="http://download.documentfoundation.org/libreoffice/testing/${VERSION}/rpm/x86"
32
33 # needs lxml
34 print_available_tarballs() {