diff options
author | 2012-05-31 10:06:18 +0000 | |
---|---|---|
committer | 2012-05-31 10:06:18 +0000 | |
commit | 84eeffe5f364cacc8763a4e5263d87c2c94e0d72 (patch) | |
tree | 230a70a38b3c5b4830be5c0865464a64f320ef01 /app-officeext | |
parent | Drop the templates from here and move them to app-officeext/sun-templates. (diff) | |
download | gentoo-2-84eeffe5f364cacc8763a4e5263d87c2c94e0d72.tar.gz gentoo-2-84eeffe5f364cacc8763a4e5263d87c2c94e0d72.tar.bz2 gentoo-2-84eeffe5f364cacc8763a4e5263d87c2c94e0d72.zip |
Initial commit, split out from l10n.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'app-officeext')
-rw-r--r-- | app-officeext/sun-templates/ChangeLog | 10 | ||||
-rw-r--r-- | app-officeext/sun-templates/metadata.xml | 5 | ||||
-rw-r--r-- | app-officeext/sun-templates/sun-templates-1.0.0.ebuild | 29 |
3 files changed, 44 insertions, 0 deletions
diff --git a/app-officeext/sun-templates/ChangeLog b/app-officeext/sun-templates/ChangeLog new file mode 100644 index 000000000000..70cc8188d326 --- /dev/null +++ b/app-officeext/sun-templates/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-officeext/sun-templates +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-officeext/sun-templates/ChangeLog,v 1.1 2012/05/31 10:06:18 scarabeus Exp $ + +*sun-templates-1.0.0 (31 May 2012) + + 31 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> +metadata.xml, + +sun-templates-1.0.0.ebuild: + Initial commit, split out from l10n. + diff --git a/app-officeext/sun-templates/metadata.xml b/app-officeext/sun-templates/metadata.xml new file mode 100644 index 000000000000..5d46203011d6 --- /dev/null +++ b/app-officeext/sun-templates/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>openoffice</herd> +</pkgmetadata> diff --git a/app-officeext/sun-templates/sun-templates-1.0.0.ebuild b/app-officeext/sun-templates/sun-templates-1.0.0.ebuild new file mode 100644 index 000000000000..4a44ebba01b9 --- /dev/null +++ b/app-officeext/sun-templates/sun-templates-1.0.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $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 $ + +EAPI=4 + +OO_EXTENSIONS=( + "472ffb92d82cf502be039203c606643d-Sun-ODF-Template-Pack-en-US_${PV}.oxt" + "53ca5e56ccd4cab3693ad32c6bd13343-Sun-ODF-Template-Pack-de_${PV}.oxt" + "4ad003e7bbda5715f5f38fde1f707af2-Sun-ODF-Template-Pack-es_${PV}.oxt" + "a53080dc876edcddb26eb4c3c7537469-Sun-ODF-Template-Pack-fr_${PV}.oxt" + "09ec2dac030e1dcd5ef7fa1692691dc0-Sun-ODF-Template-Pack-hu_${PV}.oxt" + "b33775feda3bcf823cad7ac361fd49a6-Sun-ODF-Template-Pack-it_${PV}.oxt" +) +URI_EXTENSIONS="${OO_EXTENSIONS[@]/#/http://ooo.itc.hu/oxygenoffice/download/libreoffice/}" + +inherit office-ext + +DESCRIPTION="Collection of sun templates for various countries." +HOMEPAGE="http://ooo.itc.hu/oxygenoffice/download/libreoffice/" +SRC_URI="${URI_EXTENSIONS}" + +LICENSE="sun-bcla-j2me" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# to avoid collisions +RDEPEND=">=app-office/libreoffice-l10n-3.5.4" |