Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/auto-multiple-choice/
Date: Sun, 19 Jan 2020 16:52:46
Message-Id: 1579452716.4a5bce6b011608dbb42969011d37e3764c0b4e0b.zlogene@gentoo
1 commit: 4a5bce6b011608dbb42969011d37e3764c0b4e0b
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 16:51:56 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 16:51:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5bce6b
7
8 app-office/auto-multiple-choice: port to EAPI=7
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 .../auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild b/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild
17 index a3734539e03..5a147ebd06c 100644
18 --- a/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild
19 +++ b/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit toolchain-funcs perl-functions latex-package
29
30 @@ -21,7 +21,7 @@ for lala in ${LANGS}; do
31 IUSE="${IUSE} l10n_${lala}"
32 done
33
34 -CDEPEND="
35 +COMMON_DEPEND="
36 app-text/texlive[dvi2tty,extra,graphics,png,pstricks,science,truetype,xml,X,luatex,xetex,humanities,publishers]
37 app-text/poppler:=
38 dev-perl/XML-LibXML
39 @@ -30,12 +30,12 @@ CDEPEND="
40 l10n_fr? ( app-text/texlive[l10n_fr] )
41 l10n_ja? ( app-text/texlive[l10n_ja] )
42 "
43 -DEPEND="${CDEPEND}
44 +DEPEND="${COMMON_DEPEND}
45 app-text/dblatex
46 app-text/docbook-xml-simple-dtd:*
47 app-text/docbook-xsl-stylesheets
48 "
49 -RDEPEND="${CDEPEND}
50 +RDEPEND="${COMMON_DEPEND}
51 app-text/pdftk
52 dev-lang/perl:=
53 dev-perl/Glib-Object-Introspection