Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-officeext/sun-templates: metadata.xml sun-templates-1.0.0.ebuild ChangeLog
Date: Thu, 31 May 2012 10:06:31
Message-Id: 20120531100618.E4ADA2004B@flycatcher.gentoo.org
1 scarabeus 12/05/31 10:06:18
2
3 Added: metadata.xml sun-templates-1.0.0.ebuild ChangeLog
4 Log:
5 Initial commit, split out from l10n.
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-officeext/sun-templates/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/sun-templates/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/sun-templates/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>openoffice</herd>
21 </pkgmetadata>
22
23
24
25 1.1 app-officeext/sun-templates/sun-templates-1.0.0.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/sun-templates/sun-templates-1.0.0.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/sun-templates/sun-templates-1.0.0.ebuild?rev=1.1&content-type=text/plain
29
30 Index: sun-templates-1.0.0.ebuild
31 ===================================================================
32 # Copyright 1999-2012 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/app-officeext/sun-templates/sun-templates-1.0.0.ebuild,v 1.1 2012/05/31 10:06:18 scarabeus Exp $
35
36 EAPI=4
37
38 OO_EXTENSIONS=(
39 "472ffb92d82cf502be039203c606643d-Sun-ODF-Template-Pack-en-US_${PV}.oxt"
40 "53ca5e56ccd4cab3693ad32c6bd13343-Sun-ODF-Template-Pack-de_${PV}.oxt"
41 "4ad003e7bbda5715f5f38fde1f707af2-Sun-ODF-Template-Pack-es_${PV}.oxt"
42 "a53080dc876edcddb26eb4c3c7537469-Sun-ODF-Template-Pack-fr_${PV}.oxt"
43 "09ec2dac030e1dcd5ef7fa1692691dc0-Sun-ODF-Template-Pack-hu_${PV}.oxt"
44 "b33775feda3bcf823cad7ac361fd49a6-Sun-ODF-Template-Pack-it_${PV}.oxt"
45 )
46 URI_EXTENSIONS="${OO_EXTENSIONS[@]/#/http://ooo.itc.hu/oxygenoffice/download/libreoffice/}"
47
48 inherit office-ext
49
50 DESCRIPTION="Collection of sun templates for various countries."
51 HOMEPAGE="http://ooo.itc.hu/oxygenoffice/download/libreoffice/"
52 SRC_URI="${URI_EXTENSIONS}"
53
54 LICENSE="sun-bcla-j2me"
55 SLOT="0"
56 KEYWORDS="~amd64 ~x86"
57 IUSE=""
58
59 # to avoid collisions
60 RDEPEND=">=app-office/libreoffice-l10n-3.5.4"
61
62
63
64 1.1 app-officeext/sun-templates/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/sun-templates/ChangeLog?rev=1.1&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/sun-templates/ChangeLog?rev=1.1&content-type=text/plain
68
69 Index: ChangeLog
70 ===================================================================
71 # ChangeLog for app-officeext/sun-templates
72 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
73 # $Header: /var/cvsroot/gentoo-x86/app-officeext/sun-templates/ChangeLog,v 1.1 2012/05/31 10:06:18 scarabeus Exp $
74
75 *sun-templates-1.0.0 (31 May 2012)
76
77 31 May 2012; Tomáš Chvátal <scarabeus@g.o> +metadata.xml,
78 +sun-templates-1.0.0.ebuild:
79 Initial commit, split out from l10n.