Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/wings/files/, media-gfx/wings/
Date: Sat, 02 Jul 2016 11:28:22
Message-Id: 1467458869.822eb3ec491e77960fa27f4495bc19677817b11c.jer@gentoo
1 commit: 822eb3ec491e77960fa27f4495bc19677817b11c
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 11:27:49 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 11:27:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822eb3ec
7
8 media-gfx/wings: Use sh instead of bash.
9
10 Package-Manager: portage-2.3.0
11
12 media-gfx/wings/files/wings.sh | 2 +-
13 media-gfx/wings/files/wings.sh-r1 | 2 +-
14 media-gfx/wings/{wings-1.5.4-r1.ebuild => wings-1.5.4-r2.ebuild} | 0
15 media-gfx/wings/{wings-2.0.4-r3.ebuild => wings-2.0.4-r4.ebuild} | 0
16 4 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/media-gfx/wings/files/wings.sh b/media-gfx/wings/files/wings.sh
19 index e542588..3fcebe4 100644
20 --- a/media-gfx/wings/files/wings.sh
21 +++ b/media-gfx/wings/files/wings.sh
22 @@ -1,4 +1,4 @@
23 -#!/bin/bash
24 +#!/bin/sh
25 ESDL_ROOT="/usr/lib/erlang/lib/esdl"
26 WINGS_ROOT="/usr/lib/erlang/lib/wings"
27 exec erl -smp disable -noshell -pa $ESDL_ROOT/ebin $WINGS_ROOT/ebin -run wings_start start_halt
28
29 diff --git a/media-gfx/wings/files/wings.sh-r1 b/media-gfx/wings/files/wings.sh-r1
30 index 0816756..9cf1f26 100644
31 --- a/media-gfx/wings/files/wings.sh-r1
32 +++ b/media-gfx/wings/files/wings.sh-r1
33 @@ -1,4 +1,4 @@
34 -#!/bin/bash
35 +#!/bin/sh
36 ESDL_ROOT="/usr/lib/erlang/lib/esdl"
37 WINGS_ROOT="/usr/lib/erlang/lib/wings"
38 exec erl -smp enable -noshell -pa $ESDL_ROOT/ebin $WINGS_ROOT/ebin -run wings_start start_halt
39
40 diff --git a/media-gfx/wings/wings-1.5.4-r1.ebuild b/media-gfx/wings/wings-1.5.4-r2.ebuild
41 similarity index 100%
42 rename from media-gfx/wings/wings-1.5.4-r1.ebuild
43 rename to media-gfx/wings/wings-1.5.4-r2.ebuild
44
45 diff --git a/media-gfx/wings/wings-2.0.4-r3.ebuild b/media-gfx/wings/wings-2.0.4-r4.ebuild
46 similarity index 100%
47 rename from media-gfx/wings/wings-2.0.4-r3.ebuild
48 rename to media-gfx/wings/wings-2.0.4-r4.ebuild