Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-engines/scummvm-tools: scummvm-tools-1.4.0.ebuild
Date: Thu, 01 Nov 2012 14:59:13
Message-Id: 20121101145855.D0CF321600@flycatcher.gentoo.org
1 mr_bones_ 12/11/01 14:58:55
2
3 Modified: scummvm-tools-1.4.0.ebuild
4 Log:
5 whitespace
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild?r1=1.6&r2=1.7
15
16 Index: scummvm-tools-1.4.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- scummvm-tools-1.4.0.ebuild 10 Jul 2012 21:06:40 -0000 1.6
23 +++ scummvm-tools-1.4.0.ebuild 1 Nov 2012 14:58:55 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild,v 1.6 2012/07/10 21:06:40 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild,v 1.7 2012/11/01 14:58:55 mr_bones_ Exp $
29
30 EAPI=2
31 WX_GTK_VER=2.8
32 @@ -41,17 +41,17 @@
33
34 local boost_ver=$(best_version ">=dev-libs/boost-1.32")
35
36 - boost_ver=${boost_ver/*boost-/}
37 - boost_ver=${boost_ver%.*}
38 - boost_ver=${boost_ver/./_}
39 + boost_ver=${boost_ver/*boost-/}
40 + boost_ver=${boost_ver%.*}
41 + boost_ver=${boost_ver/./_}
42
43 - einfo "Using boost version ${boost_ver}"
44 - append-cxxflags \
45 + einfo "Using boost version ${boost_ver}"
46 + append-cxxflags \
47 -I/usr/include/boost-${boost_ver}
48 - append-ldflags \
49 + append-ldflags \
50 -L/usr/$(get_libdir)/boost-${boost_ver}
51 - export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}"
52 - export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
53 + export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}"
54 + export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
55 }
56
57 src_configure() {