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.2.3.ebuild
Date: Sun, 27 Oct 2013 11:34:20
Message-Id: 20131027113417.85C8920047@flycatcher.gentoo.org
1 dilfridge 13/10/27 11:34:17
2
3 Modified: ChangeLog
4 Added: libreoffice-bin-debug-4.1.2.3.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.35 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.35&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.35&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?r1=1.34&r2=1.35
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v
20 retrieving revision 1.34
21 retrieving revision 1.35
22 diff -u -r1.34 -r1.35
23 --- ChangeLog 28 Jul 2013 22:54:31 -0000 1.34
24 +++ ChangeLog 27 Oct 2013 11:34:17 -0000 1.35
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-office/libreoffice-bin-debug
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.34 2013/07/28 22:54:31 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.35 2013/10/27 11:34:17 dilfridge Exp $
30 +
31 +*libreoffice-bin-debug-4.1.2.3 (27 Oct 2013)
32 +
33 + 27 Oct 2013; Andreas K. Huettel <dilfridge@g.o>
34 + +libreoffice-bin-debug-4.1.2.3.ebuild:
35 + Version bump
36
37 28 Jul 2013; Andreas K. Huettel <dilfridge@g.o>
38 -libreoffice-bin-debug-3.6.6.2.ebuild:
39
40
41
42 1.1 app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.1.2.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.1.2.3.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.2.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libreoffice-bin-debug-4.1.2.3.ebuild
48 ===================================================================
49 # Copyright 1999-2013 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.2.3.ebuild,v 1.1 2013/10/27 11:34:17 dilfridge Exp $
52
53 EAPI=5
54
55 BASE_AMD64_URI="mirror://gentoo/amd64-debug-"
56 BASE_X86_URI="mirror://gentoo/x86-debug-"
57
58 DESCRIPTION="LibreOffice, a full office productivity suite. Binary package, debug info."
59 HOMEPAGE="http://www.libreoffice.org"
60 SRC_URI_AMD64="
61 kde? (
62 !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-kde-${PVR}.tar.xz )
63 java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-kde-java-${PVR}.tar.xz )
64 )
65 gnome? (
66 !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-gnome-${PVR}.tar.xz )
67 java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-gnome-java-${PVR}.tar.xz )
68 )
69 !kde? ( !gnome? (
70 !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-base-${PVR}.tar.xz )
71 java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-base-java-${PVR}.tar.xz )
72 ) )
73 "
74 SRC_URI_X86="
75 kde? (
76 !java? ( ${BASE_X86_URI}${PN/-bin-debug}-kde-${PVR}.tar.xz )
77 java? ( ${BASE_X86_URI}${PN/-bin-debug}-kde-java-${PVR}.tar.xz )
78 )
79 gnome? (
80 !java? ( ${BASE_X86_URI}${PN/-bin-debug}-gnome-${PVR}.tar.xz )
81 java? ( ${BASE_X86_URI}${PN/-bin-debug}-gnome-java-${PVR}.tar.xz )
82 )
83 !kde? ( !gnome? (
84 !java? ( ${BASE_X86_URI}${PN/-bin-debug}-base-${PVR}.tar.xz )
85 java? ( ${BASE_X86_URI}${PN/-bin-debug}-base-java-${PVR}.tar.xz )
86 ) )
87 "
88
89 SRC_URI="
90 amd64? ( ${SRC_URI_AMD64} )
91 x86? ( ${SRC_URI_X86} )
92 "
93
94 IUSE="gnome java kde"
95 LICENSE="LGPL-3"
96 SLOT="0"
97 KEYWORDS="-* ~amd64 ~x86"
98
99 RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]"
100
101 RESTRICT="test strip"
102
103 S="${WORKDIR}"
104
105 src_configure() { :; }
106
107 src_compile() { :; }
108
109 src_install() {
110 dodir /usr
111 cp -aR "${S}"/usr/* "${ED}"/usr/ || die
112 }