Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 715666
Collapse All | Expand All

(-)a/eclass/office-ext-r1.eclass (-3 / +5 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2020 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
# @ECLASS: office-ext-r1.eclass
4
# @ECLASS: office-ext-r1.eclass
Lines 12-22 Link Here
12
# Eclass for easing maintenance of libreoffice/openoffice extensions.
12
# Eclass for easing maintenance of libreoffice/openoffice extensions.
13
13
14
case "${EAPI:-0}" in
14
case "${EAPI:-0}" in
15
	5|6) inherit eutils multilib ;;
15
	5|6) inherit multilib ;;
16
	7) ;;
16
	7) ;;
17
	*) die "EAPI=${EAPI} is not supported" ;;
17
	*) die "EAPI=${EAPI} is not supported" ;;
18
esac
18
esac
19
19
20
# eutils.eclass: emktemp
21
inherit eutils
22
20
OEXT_EXPORTED_FUNCTIONS="src_unpack src_install pkg_postinst pkg_prerm"
23
OEXT_EXPORTED_FUNCTIONS="src_unpack src_install pkg_postinst pkg_prerm"
21
24
22
# @ECLASS-VARIABLE: OFFICE_REQ_USE
25
# @ECLASS-VARIABLE: OFFICE_REQ_USE
23
- 

Return to bug 715666