Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/
Date: Sat, 04 Jan 2020 02:38:55
Message-Id: 1578105497.8e2fe72dd992802d976efeeac3b213f0d1c5d6a8.grozin@gentoo
1 commit: 8e2fe72dd992802d976efeeac3b213f0d1c5d6a8
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 4 02:38:17 2020 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 4 02:38:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2fe72d
7
8 media-gfx/asymptote: fix install with USE=examples
9
10 Closes: https://bugs.gentoo.org/show_bug.cgi?id=704384
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
13
14 media-gfx/asymptote/asymptote-2.61.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/media-gfx/asymptote/asymptote-2.61.ebuild b/media-gfx/asymptote/asymptote-2.61.ebuild
18 index 8d329c6d405..8518a6a3999 100644
19 --- a/media-gfx/asymptote/asymptote-2.61.ebuild
20 +++ b/media-gfx/asymptote/asymptote-2.61.ebuild
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 EAPI=6
27 @@ -143,7 +143,6 @@ src_install() {
28 insinto /usr/share/${PN}/examples
29 doins \
30 examples/*.asy \
31 - examples/*.eps \
32 doc/*.asy \
33 doc/*.csv \
34 doc/*.dat \
35 @@ -160,6 +159,8 @@ src_install() {
36 if use examples; then
37 insinto /usr/share/${PN}/examples
38 doins latexusage.tex
39 + insinto /usr/share/${PN}/examples/animations
40 + doins ../examples/animations/*.tex
41 fi
42 cd .. || die
43 fi