Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/eagle/
Date: Fri, 11 Jun 2021 00:29:28
Message-Id: 1623371353.5c4cc37599f93c98fd2d147aed3471fd6612bf0e.sam@gentoo
1 commit: 5c4cc37599f93c98fd2d147aed3471fd6612bf0e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 00:24:55 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 00:29:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4cc375
7
8 sci-electronics/eagle: fix VariableScope (ROOT)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-electronics/eagle/eagle-7.3.0-r1.ebuild | 4 ++--
13 sci-electronics/eagle/eagle-7.7.0-r1.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-electronics/eagle/eagle-7.3.0-r1.ebuild b/sci-electronics/eagle/eagle-7.3.0-r1.ebuild
17 index 1525e2d013d..a814f7ecec9 100644
18 --- a/sci-electronics/eagle/eagle-7.3.0-r1.ebuild
19 +++ b/sci-electronics/eagle/eagle-7.3.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -113,7 +113,7 @@ src_install() {
27
28 # Create desktop entry
29 newicon bin/${PN}icon50.png ${PF}-icon50.png
30 - make_desktop_entry "${ROOT}/opt/bin/eagle" "CadSoft EAGLE Layout Editor" ${PF}-icon50 "Graphics;Electronics"
31 + make_desktop_entry "${EPREFIX}/opt/bin/eagle" "CadSoft EAGLE Layout Editor" ${PF}-icon50 "Graphics;Electronics"
32 }
33
34 pkg_postinst() {
35
36 diff --git a/sci-electronics/eagle/eagle-7.7.0-r1.ebuild b/sci-electronics/eagle/eagle-7.7.0-r1.ebuild
37 index 0471e5ea103..f723b0377c5 100644
38 --- a/sci-electronics/eagle/eagle-7.7.0-r1.ebuild
39 +++ b/sci-electronics/eagle/eagle-7.7.0-r1.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2020 Gentoo Authors
42 +# Copyright 1999-2021 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI="6"
46 @@ -113,7 +113,7 @@ src_install() {
47
48 # Create desktop entry
49 newicon bin/${PN}icon50.png ${PF}-icon50.png
50 - make_desktop_entry "${ROOT}/opt/bin/eagle" "CadSoft EAGLE Layout Editor" ${PF}-icon50 "Graphics;Electronics"
51 + make_desktop_entry "${EPREFIX}/opt/bin/eagle" "CadSoft EAGLE Layout Editor" ${PF}-icon50 "Graphics;Electronics"
52 }
53
54 pkg_postinst() {