Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/openttd/
Date: Mon, 26 Dec 2016 17:04:57
Message-Id: 1482771881.1c7ef6b6bc70db1f1abf899373f4b37284309fcf.polynomial-c@gentoo
1 commit: 1c7ef6b6bc70db1f1abf899373f4b37284309fcf
2 Author: Alexander Golubev <fatzer2 <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 25 19:45:31 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 26 17:04:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7ef6b6
7
8 games-simulation/openttd: install data to /usr/share/games
9
10 Gentoo-Bug: 600272
11 + some configure args cleanup
12 Closes: https://github.com/gentoo/gentoo/pull/3242
13
14 .../openttd/{openttd-1.6.1.ebuild => openttd-1.6.1-r1.ebuild} | 10 ++--------
15 1 file changed, 2 insertions(+), 8 deletions(-)
16
17 diff --git a/games-simulation/openttd/openttd-1.6.1.ebuild b/games-simulation/openttd/openttd-1.6.1-r1.ebuild
18 similarity index 94%
19 rename from games-simulation/openttd/openttd-1.6.1.ebuild
20 rename to games-simulation/openttd/openttd-1.6.1-r1.ebuild
21 index bac156e..a0c62ed 100644
22 --- a/games-simulation/openttd/openttd-1.6.1.ebuild
23 +++ b/games-simulation/openttd/openttd-1.6.1-r1.ebuild
24 @@ -89,15 +89,9 @@ src_configure() {
25 # It's all built as C++, upstream uses CFLAGS internally.
26 CFLAGS="" ./configure \
27 --disable-strip \
28 - --prefix-dir="${EPREFIX}" \
29 - --binary-dir="/usr/bin" \
30 - --data-dir="/usr/share/${PN}" \
31 + --prefix-dir="${EPREFIX}/usr" \
32 + --binary-dir="bin" \
33 --install-dir="${D}" \
34 - --icon-dir=/usr/share/pixmaps \
35 - --menu-dir=/usr/share/applications \
36 - --icon-theme-dir=/usr/share/icons/hicolor \
37 - --man-dir=/usr/share/man/man6 \
38 - --doc-dir=/usr/share/doc/${PF} \
39 --menu-group="Game;Simulation;" \
40 ${myopts[@]} \
41 $(use_with iconv) \