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.1.3.2.ebuild ChangeLog libreoffice-bin-debug-4.0.4.2.ebuild
Date: Sat, 02 Nov 2013 09:57:16
Message-Id: 20131102095711.9EE4D2004B@flycatcher.gentoo.org
1 dilfridge 13/11/02 09:57:11
2
3 Modified: ChangeLog
4 Added: libreoffice-bin-debug-4.1.3.2.ebuild
5 Removed: libreoffice-bin-debug-4.0.4.2.ebuild
6 Log:
7 Version bump; remove old
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
10
11 Revision Changes Path
12 1.38 app-office/libreoffice-bin-debug/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.38&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.38&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?r1=1.37&r2=1.38
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v
21 retrieving revision 1.37
22 retrieving revision 1.38
23 diff -u -r1.37 -r1.38
24 --- ChangeLog 27 Oct 2013 16:22:19 -0000 1.37
25 +++ ChangeLog 2 Nov 2013 09:57:11 -0000 1.38
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-office/libreoffice-bin-debug
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.37 2013/10/27 16:22:19 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.38 2013/11/02 09:57:11 dilfridge Exp $
31 +
32 +*libreoffice-bin-debug-4.1.3.2 (02 Nov 2013)
33 +
34 + 02 Nov 2013; Andreas K. Huettel <dilfridge@g.o>
35 + -libreoffice-bin-debug-4.0.4.2.ebuild, +libreoffice-bin-debug-4.1.3.2.ebuild:
36 + Version bump; remove old
37
38 27 Oct 2013; Agostino Sarubbo <ago@g.o>
39 libreoffice-bin-debug-4.1.2.3.ebuild:
40
41
42
43 1.1 app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.1.3.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.1.3.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.1.3.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libreoffice-bin-debug-4.1.3.2.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.1.3.2.ebuild,v 1.1 2013/11/02 09:57:11 dilfridge Exp $
53
54 EAPI=5
55
56 BASE_AMD64_URI="mirror://gentoo/amd64-debug-"
57 BASE_X86_URI="mirror://gentoo/x86-debug-"
58
59 DESCRIPTION="LibreOffice, a full office productivity suite. Binary package, debug info."
60 HOMEPAGE="http://www.libreoffice.org"
61 SRC_URI_AMD64="
62 kde? (
63 !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-kde-${PVR}.tar.xz )
64 java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-kde-java-${PVR}.tar.xz )
65 )
66 gnome? (
67 !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-gnome-${PVR}.tar.xz )
68 java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-gnome-java-${PVR}.tar.xz )
69 )
70 !kde? ( !gnome? (
71 !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-base-${PVR}.tar.xz )
72 java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-base-java-${PVR}.tar.xz )
73 ) )
74 "
75 SRC_URI_X86="
76 kde? (
77 !java? ( ${BASE_X86_URI}${PN/-bin-debug}-kde-${PVR}.tar.xz )
78 java? ( ${BASE_X86_URI}${PN/-bin-debug}-kde-java-${PVR}.tar.xz )
79 )
80 gnome? (
81 !java? ( ${BASE_X86_URI}${PN/-bin-debug}-gnome-${PVR}.tar.xz )
82 java? ( ${BASE_X86_URI}${PN/-bin-debug}-gnome-java-${PVR}.tar.xz )
83 )
84 !kde? ( !gnome? (
85 !java? ( ${BASE_X86_URI}${PN/-bin-debug}-base-${PVR}.tar.xz )
86 java? ( ${BASE_X86_URI}${PN/-bin-debug}-base-java-${PVR}.tar.xz )
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 RESTRICT="test strip"
103
104 S="${WORKDIR}"
105
106 src_configure() { :; }
107
108 src_compile() { :; }
109
110 src_install() {
111 dodir /usr
112 cp -aR "${S}"/usr/* "${ED}"/usr/ || die
113 }