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: libreoffice-l10n-3.5.4.ebuild ChangeLog
Date: Thu, 31 May 2012 09:59:41
Message-Id: 20120531095926.25C4020047@flycatcher.gentoo.org
1 scarabeus 12/05/31 09:59:26
2
3 Modified: libreoffice-l10n-3.5.4.ebuild ChangeLog
4 Log:
5 Drop the templates from here and move them to app-officeext/sun-templates.
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-office/libreoffice-l10n/libreoffice-l10n-3.5.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.5.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.5.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.5.4.ebuild?r1=1.1&r2=1.2
15
16 Index: libreoffice-l10n-3.5.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.5.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libreoffice-l10n-3.5.4.ebuild 31 May 2012 09:41:33 -0000 1.1
23 +++ libreoffice-l10n-3.5.4.ebuild 31 May 2012 09:59:26 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 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-3.5.4.ebuild,v 1.1 2012/05/31 09:41:33 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.5.4.ebuild,v 1.2 2012/05/31 09:59:26 scarabeus Exp $
29
30 EAPI=4
31
32 @@ -9,15 +9,7 @@
33 RC_VERSION="rc2" # CHECK ME WITH EVERY BUMP!
34 BASE_SRC_URI="http://download.documentfoundation.org/${PN/-l10n/}/stable/${MY_PV}/rpm"
35
36 -OO_EXTENSIONS=(
37 - "472ffb92d82cf502be039203c606643d-Sun-ODF-Template-Pack-en-US_1.0.0.oxt"
38 - "53ca5e56ccd4cab3693ad32c6bd13343-Sun-ODF-Template-Pack-de_1.0.0.oxt"
39 - "4ad003e7bbda5715f5f38fde1f707af2-Sun-ODF-Template-Pack-es_1.0.0.oxt"
40 - "a53080dc876edcddb26eb4c3c7537469-Sun-ODF-Template-Pack-fr_1.0.0.oxt"
41 - "09ec2dac030e1dcd5ef7fa1692691dc0-Sun-ODF-Template-Pack-hu_1.0.0.oxt"
42 - "b33775feda3bcf823cad7ac361fd49a6-Sun-ODF-Template-Pack-it_1.0.0.oxt"
43 -)
44 -inherit rpm eutils versionator office-ext
45 +inherit rpm eutils versionator
46
47 DESCRIPTION="Translations for the Libreoffice suite."
48 HOMEPAGE="http://www.libreoffice.org"
49 @@ -25,7 +17,7 @@
50 LICENSE="LGPL-3"
51 SLOT="0"
52 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
53 -IUSE="offlinehelp templates"
54 +IUSE="offlinehelp"
55
56 LANGUAGES_HELP="bg bn bo bs ca_XV ca cs da de dz el en_GB en en_ZA eo es et eu
57 fi fr gl gu he hi hr hu id is it ja ka km ko lb mk nb ne nl nn om pl pt_BR pt ru
58 @@ -60,22 +52,6 @@
59 RDEPEND="${SPELL_DICTS_DEPEND}"
60 unset X SPELL_DICTS SPELL_DICTS_DEPEND
61
62 -# no need for iuse here as this needs to be written out and is subset
63 -# of lignuas anyway
64 -EXT_URI="http://ooo.itc.hu/oxygenoffice/download/libreoffice"
65 -TDEPEND=""
66 -for i in ${OO_EXTENSIONS[@]}; do
67 - lingua=${i/_*.oxt/}
68 - lingua=${lingua/*Pack-/}
69 - if [[ ${lingua} == en-US ]]; then
70 - TDEPEND+=" ${EXT_URI}/${i}"
71 - else
72 - TDEPEND+=" linguas_${lingua}? ( ${EXT_URI}/${i} )"
73 - fi
74 -done
75 -SRC_URI+=" templates? ( ${TDEPEND} )"
76 -unset i lingua TDEPEND EXT_URI
77 -
78 # blockers for old libreoffice with bundled linguas
79 RDEPEND+="
80 !=app-office/libreoffice-3.4.9999-r1
81 @@ -116,18 +92,6 @@
82 [[ -d ${rpmdir} ]] || die "Missing directory: \"${rpmdir}\""
83 rpm_unpack ./"${rpmdir}/"*.rpm
84 fi
85 - if use templates; then
86 - for i in ${OO_EXTENSIONS[@]}; do
87 - lingua=${i/_*.oxt/}
88 - lingua=${lingua/*Pack-/}
89 - if [[ ${lang} == ${lingua} || ${lingua} == en-US ]]; then
90 - if [[ ! -f "${S}/${i}" ]]; then
91 - cp -v "${DISTDIR}/${i}" "${S}"
92 - ooextused+=( "${i}" )
93 - fi
94 - fi
95 - done
96 - fi
97 done
98 OO_EXTENSIONS=()
99 for i in ${ooextused[@]}; do
100
101
102
103 1.45 app-office/libreoffice-l10n/ChangeLog
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/ChangeLog?rev=1.45&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/ChangeLog?rev=1.45&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/ChangeLog?r1=1.44&r2=1.45
108
109 Index: ChangeLog
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v
112 retrieving revision 1.44
113 retrieving revision 1.45
114 diff -u -r1.44 -r1.45
115 --- ChangeLog 31 May 2012 09:41:33 -0000 1.44
116 +++ ChangeLog 31 May 2012 09:59:26 -0000 1.45
117 @@ -1,6 +1,10 @@
118 # ChangeLog for app-office/libreoffice-l10n
119 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
120 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.44 2012/05/31 09:41:33 scarabeus Exp $
121 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.45 2012/05/31 09:59:26 scarabeus Exp $
122 +
123 + 31 May 2012; Tomáš Chvátal <scarabeus@g.o>
124 + libreoffice-l10n-3.5.4.ebuild:
125 + Drop the templates from here and move them to app-officeext/sun-templates.
126
127 *libreoffice-l10n-3.5.4 (31 May 2012)