Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin-debug: libreoffice-bin-debug-4.2.5.2.ebuild ChangeLog
Date: Sat, 28 Jun 2014 12:42:06
Message-Id: 20140628124202.1E72E2004E@flycatcher.gentoo.org
1 dilfridge 14/06/28 12:42:02
2
3 Modified: ChangeLog
4 Added: libreoffice-bin-debug-4.2.5.2.ebuild
5 Log:
6 Version bump for bug 514886
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.55 app-office/libreoffice-bin-debug/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.55&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.55&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?r1=1.54&r2=1.55
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v
20 retrieving revision 1.54
21 retrieving revision 1.55
22 diff -u -r1.54 -r1.55
23 --- ChangeLog 2 Jun 2014 10:36:18 -0000 1.54
24 +++ ChangeLog 28 Jun 2014 12:42:01 -0000 1.55
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-office/libreoffice-bin-debug
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.54 2014/06/02 10:36:18 zlogene Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.55 2014/06/28 12:42:01 dilfridge Exp $
30 +
31 +*libreoffice-bin-debug-4.2.5.2 (28 Jun 2014)
32 +
33 + 28 Jun 2014; Andreas K. Huettel <dilfridge@g.o>
34 + +libreoffice-bin-debug-4.2.5.2.ebuild:
35 + Version bump for bug 514886
36
37 02 Jun 2014; Mikle Kolyada <zlogene@g.o>
38 libreoffice-bin-debug-4.2.3.3-r1.ebuild:
39
40
41
42 1.1 app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.5.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.5.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.5.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libreoffice-bin-debug-4.2.5.2.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.5.2.ebuild,v 1.1 2014/06/28 12:42:01 dilfridge Exp $
52
53 EAPI=5
54
55 BASE_PACKAGENAME="debug"
56 BASE_AMD64_URI="http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-"
57 BASE_X86_URI="http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-"
58
59 DESCRIPTION="LibreOffice, a full office productivity suite. Binary package, debug info."
60 HOMEPAGE="http://www.libreoffice.org"
61 SRC_URI_AMD64="
62 ${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz
63 kde? (
64 !java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 )
65 java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 )
66 )
67 gnome? (
68 !java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 )
69 java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 )
70 )
71 !kde? ( !gnome? (
72 java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 )
73 ) )
74 "
75 SRC_URI_X86="
76 ${BASE_X86_URI}libreoffice-${PVR}.tar.xz
77 kde? (
78 !java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 )
79 java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 )
80 )
81 gnome? (
82 !java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 )
83 java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 )
84 )
85 !kde? ( !gnome? (
86 java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 )
87 ) )
88 "
89
90 SRC_URI="
91 amd64? ( ${SRC_URI_AMD64} )
92 x86? ( ${SRC_URI_X86} )
93 "
94
95 IUSE="gnome java kde"
96 LICENSE="LGPL-3"
97 SLOT="0"
98 KEYWORDS="-* ~amd64 ~x86"
99
100 RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]"
101
102 DEPEND="dev-util/xdelta:3"
103
104 RESTRICT="test strip"
105
106 S="${WORKDIR}"
107
108 src_unpack() {
109 einfo "Uncompressing distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz"
110 xz -cd "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz" > "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die
111
112 local patchname
113 use kde && patchname="-kde"
114 use gnome && patchname="-gnome"
115 use java && patchname="${patchname}-java"
116
117 if [ -n "${patchname}" ]; then
118 einfo "Patching distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar using ${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3"
119 xdelta3 -d -s "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3" "${WORKDIR}/tmpdist.tar" || die
120 mv "${WORKDIR}/tmpdist.tar" "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die
121 fi
122
123 einfo "Unpacking new ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar"
124 unpack "./${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar"
125 }
126
127 src_configure() { :; }
128
129 src_compile() { :; }
130
131 src_install() {
132 dodir /usr
133 cp -aR "${S}"/usr/* "${ED}"/usr/ || die
134 }