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: ChangeLog libreoffice-bin-debug-4.1.4.2.ebuild
Date: Mon, 27 Jan 2014 23:41:00
Message-Id: 20140127234057.5CA852004C@flycatcher.gentoo.org
1 dilfridge 14/01/27 23:40:57
2
3 Modified: ChangeLog
4 Added: libreoffice-bin-debug-4.1.4.2.ebuild
5 Log:
6 Version bump for bug 491150
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.48 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.48&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.48&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?r1=1.47&r2=1.48
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v
20 retrieving revision 1.47
21 retrieving revision 1.48
22 diff -u -r1.47 -r1.48
23 --- ChangeLog 16 Jan 2014 20:47:23 -0000 1.47
24 +++ ChangeLog 27 Jan 2014 23:40:57 -0000 1.48
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.47 2014/01/16 20:47:23 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.48 2014/01/27 23:40:57 dilfridge Exp $
30 +
31 +*libreoffice-bin-debug-4.1.4.2 (27 Jan 2014)
32 +
33 + 27 Jan 2014; Andreas K. Huettel <dilfridge@g.o>
34 + +libreoffice-bin-debug-4.1.4.2.ebuild:
35 + Version bump for bug 491150
36
37 16 Jan 2014; Andreas K. Huettel <dilfridge@g.o>
38 -libreoffice-bin-debug-4.1.3.2-r2.ebuild:
39
40
41
42 1.1 app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.1.4.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.1.4.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.1.4.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libreoffice-bin-debug-4.1.4.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.1.4.2.ebuild,v 1.1 2014/01/27 23:40:57 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 elog "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 elog "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 elog "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 }