Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/construo/
Date: Thu, 31 Dec 2015 05:22:44
Message-Id: 1451539330.bb5fecaf6d2eac58348ccf353a4930f0e147be88.mr_bones_@gentoo
1 commit: bb5fecaf6d2eac58348ccf353a4930f0e147be88
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 05:22:10 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 05:22:10 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5fecaf
7
8 games-puzzle/construo: use default install
9
10 Package-Manager: portage-2.2.24
11
12 games-puzzle/construo/construo-0.2.2.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/games-puzzle/construo/construo-0.2.2.ebuild b/games-puzzle/construo/construo-0.2.2.ebuild
16 index 07653eb..0f8df9f 100644
17 --- a/games-puzzle/construo/construo-0.2.2.ebuild
18 +++ b/games-puzzle/construo/construo-0.2.2.ebuild
19 @@ -22,8 +22,10 @@ DEPEND="${RDEPEND}
20 x11-proto/xf86vidmodeproto"
21
22 src_prepare() {
23 - epatch "${FILESDIR}"/${P}-gcc43.patch \
24 + epatch \
25 + "${FILESDIR}"/${P}-gcc43.patch \
26 "${FILESDIR}"/${P}-lGLU.patch
27 + sed -i -e 's/^bindir=.*/bindir=@bindir@/' Makefile.am || die
28 eautoreconf
29 }
30
31 @@ -32,9 +34,6 @@ src_configure() {
32 }
33
34 src_install() {
35 - emake \
36 - DESTDIR="${D}" \
37 - bindir="${GAMES_BINDIR}" install
38 - dodoc AUTHORS NEWS README TODO
39 + default
40 prepgamesdirs
41 }