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-3.6.6.2.ebuild
Date: Mon, 20 May 2013 20:19:57
Message-Id: 20130520201949.CFD4F2171D@flycatcher.gentoo.org
1 dilfridge 13/05/20 20:19:49
2
3 Modified: ChangeLog
4 Added: libreoffice-bin-debug-3.6.6.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.27 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.27&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.27&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?r1=1.26&r2=1.27
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v
20 retrieving revision 1.26
21 retrieving revision 1.27
22 diff -u -r1.26 -r1.27
23 --- ChangeLog 20 Dec 2012 11:12:24 -0000 1.26
24 +++ ChangeLog 20 May 2013 20:19:49 -0000 1.27
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-office/libreoffice-bin-debug
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.26 2012/12/20 11:12:24 scarabeus Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.27 2013/05/20 20:19:49 dilfridge Exp $
31 +
32 +*libreoffice-bin-debug-3.6.6.2 (20 May 2013)
33 +
34 + 20 May 2013; Andreas K. Huettel <dilfridge@g.o>
35 + +libreoffice-bin-debug-3.6.6.2.ebuild:
36 + Version bump
37
38 20 Dec 2012; Tomáš Chvátal <scarabeus@g.o>
39 -libreoffice-bin-debug-3.5.5.3.ebuild, -libreoffice-bin-debug-3.6.3.2.ebuild:
40
41
42
43 1.1 app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.6.6.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.6.6.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-3.6.6.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libreoffice-bin-debug-3.6.6.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-3.6.6.2.ebuild,v 1.1 2013/05/20 20:19:49 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 }