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: Fri, 01 Jun 2012 06:16:30
Message-Id: 20120601061611.2AE982004B@flycatcher.gentoo.org
1 scarabeus 12/06/01 06:16:11
2
3 Modified: libreoffice-l10n-3.5.4.ebuild ChangeLog
4 Log:
5 Fix command-not-found msgs. Thanks to Nikoli.
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 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.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.5.4.ebuild?rev=1.4&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.3&r2=1.4
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.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- libreoffice-l10n-3.5.4.ebuild 31 May 2012 10:07:26 -0000 1.3
23 +++ libreoffice-l10n-3.5.4.ebuild 1 Jun 2012 06:16:11 -0000 1.4
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.3 2012/05/31 10:07:26 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.5.4.ebuild,v 1.4 2012/06/01 06:16:11 scarabeus Exp $
29
30 EAPI=4
31
32 @@ -52,13 +52,10 @@
33 RDEPEND="${SPELL_DICTS_DEPEND}"
34 unset X SPELL_DICTS SPELL_DICTS_DEPEND
35
36 -# blockers for old libreoffice with bundled linguas
37 RDEPEND+="
38 - !=app-office/libreoffice-3.4.9999-r1
39 - !=app-office/libreoffice-9999-r1
40 || (
41 - >=app-office/libreoffice-3.4.4.2-r1
42 - >=app-office/libreoffice-bin-3.4.4.2-r1
43 + >=app-office/libreoffice-$(get_version_component_range 1-2 ${MY_PV})
44 + >=app-office/libreoffice-bin-$(get_version_component_range 1-2 ${MY_PV})
45 )
46 "
47
48 @@ -93,10 +90,6 @@
49 rpm_unpack ./"${rpmdir}/"*.rpm
50 fi
51 done
52 - OO_EXTENSIONS=()
53 - for i in ${ooextused[@]}; do
54 - OO_EXTENSIONS+=( ${i} )
55 - done
56 }
57
58 src_prepare() { :; }
59 @@ -113,14 +106,4 @@
60 fi
61 # remove extensions that are in the l10n for some weird reason
62 rm -rf "${ED}"/usr/$(get_libdir)/${PN/-l10n/}/share/extensions/
63 -
64 - echo "${OO_EXTENSIONS[@]}"
65 - office-ext_src_install
66 -}
67 -
68 -pkg_postinst() {
69 - office-ext_pkg_postinst
70 -}
71 -pkg_prerm() {
72 - office-ext_pkg_prerm
73 }
74
75
76
77 1.48 app-office/libreoffice-l10n/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/ChangeLog?rev=1.48&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/ChangeLog?rev=1.48&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/ChangeLog?r1=1.47&r2=1.48
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v
86 retrieving revision 1.47
87 retrieving revision 1.48
88 diff -u -r1.47 -r1.48
89 --- ChangeLog 31 May 2012 10:08:17 -0000 1.47
90 +++ ChangeLog 1 Jun 2012 06:16:11 -0000 1.48
91 @@ -1,6 +1,10 @@
92 # ChangeLog for app-office/libreoffice-l10n
93 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.47 2012/05/31 10:08:17 scarabeus Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.48 2012/06/01 06:16:11 scarabeus Exp $
96 +
97 + 01 Jun 2012; Tomáš Chvátal <scarabeus@g.o>
98 + libreoffice-l10n-3.5.4.ebuild:
99 + Fix command-not-found msgs. Thanks to Nikoli.
100
101 31 May 2012; Tomáš Chvátal <scarabeus@g.o> metadata.xml:
102 Silence repoman wrt local desc in metadata.