Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 02 Apr 2020 00:29:07
Message-Id: 1585787307.8fe776e527b9adb229712ce7c334815ac5f5b92e.asturm@gentoo
1 commit: 8fe776e527b9adb229712ce7c334815ac5f5b92e
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Tue Mar 31 19:13:53 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 2 00:28:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe776e5
7
8 office-ext-r1.eclass: Inherit eutils.eclass for emktemp()
9
10 Closes: https://bugs.gentoo.org/715666
11 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 eclass/office-ext-r1.eclass | 7 +++++--
15 1 file changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/eclass/office-ext-r1.eclass b/eclass/office-ext-r1.eclass
18 index 04df18698fb..298f958a13a 100644
19 --- a/eclass/office-ext-r1.eclass
20 +++ b/eclass/office-ext-r1.eclass
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 # @ECLASS: office-ext-r1.eclass
27 @@ -12,11 +12,14 @@
28 # Eclass for easing maintenance of libreoffice/openoffice extensions.
29
30 case "${EAPI:-0}" in
31 - 5|6) inherit eutils multilib ;;
32 + 5|6) inherit multilib ;;
33 7) ;;
34 *) die "EAPI=${EAPI} is not supported" ;;
35 esac
36
37 +# eutils.eclass: emktemp
38 +inherit eutils
39 +
40 OEXT_EXPORTED_FUNCTIONS="src_unpack src_install pkg_postinst pkg_prerm"
41
42 # @ECLASS-VARIABLE: OFFICE_REQ_USE