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-geosciences/gpsprune-bin/
Date: Sat, 26 Mar 2022 00:27:59
Message-Id: 1648254463.450594da3bf1d9472ff3c48cc6ab37a68bc39bf1.sam@gentoo
1 commit: 450594da3bf1d9472ff3c48cc6ab37a68bc39bf1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 00:25:00 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 00:27:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450594da
7
8 sci-geosciences/gpsprune-bin: fix phase definition style
9
10 for consistency.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild | 8 +++-----
15 1 file changed, 3 insertions(+), 5 deletions(-)
16
17 diff --git a/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild b/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild
18 index 1babb34afde6..718e125a8c57 100644
19 --- a/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild
20 +++ b/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -22,8 +22,7 @@ gpsprune_desktop="${WORKDIR}/gpsprune.desktop"
28
29 S="${WORKDIR}"
30
31 -src_prepare()
32 -{
33 +src_prepare() {
34 default
35
36 # Provide the necessary files
37 @@ -51,8 +50,7 @@ src_prepare()
38 EOF
39 }
40
41 -src_install()
42 -{
43 +src_install() {
44 insinto /opt/gpsprune
45 doins "gpsprune_${PV}.jar"
46 exeinto /usr/bin