Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/evoluspencil/
Date: Tue, 26 Sep 2017 13:23:31
Message-Id: 1506432197.4aed7ed890c6c5108d2d3d21c397f6a0a8e7fc84.kensington@gentoo
1 commit: 4aed7ed890c6c5108d2d3d21c397f6a0a8e7fc84
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 26 13:22:57 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 26 13:23:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aed7ed8
7
8 media-gfx/evoluspencil: call insinto before doins
9
10 Closes: https://bugs.gentoo.org/627098
11 Package-Manager: Portage-2.3.8, Repoman-2.3.3
12
13 media-gfx/evoluspencil/evoluspencil-2.0.5.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/media-gfx/evoluspencil/evoluspencil-2.0.5.ebuild b/media-gfx/evoluspencil/evoluspencil-2.0.5.ebuild
17 index 13a9b926a7b..9fd30e8fefa 100644
18 --- a/media-gfx/evoluspencil/evoluspencil-2.0.5.ebuild
19 +++ b/media-gfx/evoluspencil/evoluspencil-2.0.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -30,6 +30,7 @@ src_prepare() {
27 }
28
29 src_install() {
30 + insinto /
31 doins -r usr
32 newbin "${FILESDIR}"/launcher ${PN}
33 }