Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm-tools/
Date: Mon, 15 Jan 2018 23:30:13
Message-Id: 1516058984.030d151e562fa9a5580a06249c87cb40261cdbfb.swegener@gentoo
1 commit: 030d151e562fa9a5580a06249c87cb40261cdbfb
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 15 23:28:15 2018 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 15 23:29:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030d151e
7
8 games-engines/scummvm-tools: do not install into /usr/local
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 .../{scummvm-tools-2.0.0.ebuild => scummvm-tools-2.0.0-r1.ebuild} | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/games-engines/scummvm-tools/scummvm-tools-2.0.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild
16 similarity index 95%
17 rename from games-engines/scummvm-tools/scummvm-tools-2.0.0.ebuild
18 rename to games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild
19 index c673ff3f6e8..66e28b742a4 100644
20 --- a/games-engines/scummvm-tools/scummvm-tools-2.0.0.ebuild
21 +++ b/games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -42,6 +42,7 @@ src_prepare() {
29 src_configure() {
30 # Not an autoconf script
31 ./configure \
32 + --prefix=/usr \
33 --disable-tremor \
34 --enable-verbose-build \
35 --mandir=/usr/share/man \