Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/polyglot/
Date: Thu, 01 Oct 2015 12:31:24
Message-Id: 1443702527.1ad7906ed106563b0ada1df36b2782a17b99bc8b.ulm@gentoo
1 commit: 1ad7906ed106563b0ada1df36b2782a17b99bc8b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 12:28:47 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 12:28:47 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad7906e
7
8 games-board/polyglot: Install binary in standard location.
9
10 As Julian Ospald has pointed out, we currently don't happen to have a
11 policy where to install games binaries. Install in /usr/bin until this
12 is resolved.
13
14 Package-Manager: portage-2.2.22
15
16 .../polyglot/{polyglot-1.4.70b.ebuild => polyglot-1.4.70b-r1.ebuild} | 4 +---
17 1 file changed, 1 insertion(+), 3 deletions(-)
18
19 diff --git a/games-board/polyglot/polyglot-1.4.70b.ebuild b/games-board/polyglot/polyglot-1.4.70b-r1.ebuild
20 similarity index 87%
21 rename from games-board/polyglot/polyglot-1.4.70b.ebuild
22 rename to games-board/polyglot/polyglot-1.4.70b-r1.ebuild
23 index a43fd6e..1929df4 100644
24 --- a/games-board/polyglot/polyglot-1.4.70b.ebuild
25 +++ b/games-board/polyglot/polyglot-1.4.70b-r1.ebuild
26 @@ -16,7 +16,5 @@ KEYWORDS="~amd64 ~x86"
27 DOCS="AUTHORS ChangeLog TODO" # README* installed by build system
28
29 src_configure() {
30 - econf \
31 - --bindir="/usr/games/bin" \
32 - --docdir="/usr/share/doc/${PF}"
33 + econf --docdir="/usr/share/doc/${PF}"
34 }