gentoo-ebuilds/app-officeext/sun-templates/sun-templates-1.0.0-r1.ebuild
Andreas Sturmlechner 922bc07b97
app-officeext/sun-templates: destabilize 1.0.0-r1 for ~x86
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2024-12-17 22:43:49 +01:00

24 lines
896 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
OFFICE_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="${OFFICE_EXTENSIONS[@]/#/http://ooo.itc.hu/oxygenoffice/download/libreoffice/}"
inherit office-ext-r1
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"