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-action/violetland: violetland-0.4.3.ebuild ChangeLog
Date: Wed, 29 Aug 2012 04:23:40
Message-Id: 20120829042328.BA45520ADC@flycatcher.gentoo.org
1 mr_bones_ 12/08/29 04:23:28
2
3 Modified: violetland-0.4.3.ebuild ChangeLog
4 Log:
5 limit boost to the versions that work
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 games-action/violetland/violetland-0.4.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild?r1=1.3&r2=1.4
15
16 Index: violetland-0.4.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- violetland-0.4.3.ebuild 7 Dec 2011 07:41:04 -0000 1.3
23 +++ violetland-0.4.3.ebuild 29 Aug 2012 04:23:28 -0000 1.4
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild,v 1.3 2011/12/07 07:41:04 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild,v 1.4 2012/08/29 04:23:28 mr_bones_ Exp $
30
31 EAPI=2
32 -inherit eutils cmake-utils games
33 +inherit eutils multilib toolchain-funcs flag-o-matic cmake-utils games
34
35 DESCRIPTION="Help a girl by name of Violet to struggle with hordes of monsters."
36 HOMEPAGE="http://code.google.com/p/violetland/"
37 @@ -18,7 +18,8 @@
38 media-libs/sdl-image[png]
39 media-libs/sdl-mixer[vorbis]
40 media-libs/sdl-ttf
41 - dev-libs/boost
42 + <dev-libs/boost-1.50
43 + >=dev-libs/boost-1.37
44 virtual/opengl
45 virtual/glu"
46 DEPEND="${RDEPEND}
47 @@ -31,6 +32,20 @@
48 -e "/README_EN.TXT/d" \
49 -e "/README_RU.TXT/d" \
50 CMakeLists.txt || die "sed failed"
51 + # how do I hate boost? Let me count the ways...
52 + local boost_ver=$(best_version "<dev-libs/boost-1.50")
53 +
54 + boost_ver=${boost_ver/*boost-/}
55 + boost_ver=${boost_ver%.*}
56 + boost_ver=${boost_ver/./_}
57 +
58 + einfo "Using boost version ${boost_ver}"
59 + append-cxxflags \
60 + -I/usr/include/boost-${boost_ver}
61 + append-ldflags \
62 + -L/usr/$(get_libdir)/boost-${boost_ver}
63 + export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}"
64 + export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
65 }
66
67 src_configure() {
68
69
70
71 1.24 games-action/violetland/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.24&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.24&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?r1=1.23&r2=1.24
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v
80 retrieving revision 1.23
81 retrieving revision 1.24
82 diff -u -r1.23 -r1.24
83 --- ChangeLog 7 Dec 2011 07:41:04 -0000 1.23
84 +++ ChangeLog 29 Aug 2012 04:23:28 -0000 1.24
85 @@ -1,6 +1,9 @@
86 # ChangeLog for games-action/violetland
87 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.23 2011/12/07 07:41:04 phajdan.jr Exp $
89 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
90 +# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.24 2012/08/29 04:23:28 mr_bones_ Exp $
91 +
92 + 29 Aug 2012; Michael Sterrett <mr_bones_@g.o> violetland-0.4.3.ebuild:
93 + limit boost to the versions that work
94
95 07 Dec 2011; Pawel Hajdan jr <phajdan.jr@g.o> violetland-0.4.3.ebuild:
96 x86 stable wrt bug #392691
97 @@ -105,4 +108,3 @@
98 30 Nov 2009; Michael Sterrett <mr_bones_@g.o>
99 +violetland-0.2.4.ebuild, +metadata.xml:
100 initial commit - ebuild submitted by Azamat H. Hackimov via bug #294776
101 -