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: ChangeLog libreoffice-3.4.2.3.ebuild
Date: Thu, 28 Jul 2011 11:02:59
Message-Id: 20110728104323.9056F2004B@flycatcher.gentoo.org
1 scarabeus 11/07/28 10:43:23
2
3 Modified: ChangeLog libreoffice-3.4.2.3.ebuild
4 Log:
5 Alter uri calculations to sattisfy even old tarballs. Fixes bug #376683 for future.
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.71 app-office/libreoffice/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.71&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.71&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?r1=1.70&r2=1.71
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v
19 retrieving revision 1.70
20 retrieving revision 1.71
21 diff -u -r1.70 -r1.71
22 --- ChangeLog 28 Jul 2011 10:31:15 -0000 1.70
23 +++ ChangeLog 28 Jul 2011 10:43:23 -0000 1.71
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-office/libreoffice
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.70 2011/07/28 10:31:15 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.71 2011/07/28 10:43:23 scarabeus Exp $
29 +
30 + 28 Jul 2011; Tomáš Chvátal <scarabeus@g.o>
31 + libreoffice-3.4.2.3.ebuild:
32 + Alter uri calculations to sattisfy even old tarballs. Fixes bug #376683 for
33 + future.
34
35 28 Jul 2011; Tomáš Chvátal <scarabeus@g.o>
36 libreoffice-3.4.2.3.ebuild:
37
38
39
40 1.7 app-office/libreoffice/libreoffice-3.4.2.3.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild?rev=1.7&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild?rev=1.7&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild?r1=1.6&r2=1.7
45
46 Index: libreoffice-3.4.2.3.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild,v
49 retrieving revision 1.6
50 retrieving revision 1.7
51 diff -u -r1.6 -r1.7
52 --- libreoffice-3.4.2.3.ebuild 28 Jul 2011 10:31:15 -0000 1.6
53 +++ libreoffice-3.4.2.3.ebuild 28 Jul 2011 10:43:23 -0000 1.7
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild,v 1.6 2011/07/28 10:31:15 scarabeus Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild,v 1.7 2011/07/28 10:43:23 scarabeus Exp $
59
60 EAPI=3
61
62 @@ -10,8 +10,14 @@
63 PYTHON_DEPEND="2"
64 PYTHON_USE_WITH="threads,xml"
65
66 -DEV_URI="http://download.documentfoundation.org/libreoffice/src"
67 -DEV_EXP_URI="http://dev-builds.libreoffice.org/pre-releases/src"
68 +# experimental ; release ; old
69 +# Usually the tarballs are moved a lot so this should make
70 +# everyone happy.
71 +DEV_URI="
72 + http://dev-builds.libreoffice.org/pre-releases/src
73 + http://download.documentfoundation.org/libreoffice/src
74 + http://download.documentfoundation.org/libreoffice/old/src
75 +"
76 EXT_URI="http://ooo.itc.hu/oxygenoffice/download/libreoffice"
77 ADDONS_URI="http://dev-www.libreoffice.org/src/"
78
79 @@ -27,7 +33,7 @@
80 MODULES="artwork base calc components extensions extras filters help
81 impress libs-core libs-extern libs-extern-sys libs-gui postprocess sdk testing
82 ure writer translations"
83 -for i in ${DEV_URI} ${DEV_EXP_URI}; do
84 +for i in ${DEV_URI}; do
85 # split out as bootstrap is required to be done first
86 SRC_URI+=" ${i}/${PN}-bootstrap-${PV}.tar.bz2"
87 for mod in ${MODULES}; do
88 @@ -36,6 +42,7 @@
89 unset mod
90 done
91 unset i
92 +unset DEV_URI
93
94 # addons
95 # FIXME: actually review which one of these are used