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: Thu, 29 Nov 2012 07:50:44
Message-Id: 20121129075033.3786620C65@flycatcher.gentoo.org
1 mr_bones_ 12/11/29 07:50:33
2
3 Modified: violetland-0.4.3.ebuild ChangeLog
4 Log:
5 add threads use dep for boost (bug #444252)
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.8 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.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild?r1=1.7&r2=1.8
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.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- violetland-0.4.3.ebuild 26 Nov 2012 22:50:54 -0000 1.7
23 +++ violetland-0.4.3.ebuild 29 Nov 2012 07:50:32 -0000 1.8
24 @@ -1,8 +1,8 @@
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-action/violetland/violetland-0.4.3.ebuild,v 1.7 2012/11/26 22:50:54 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild,v 1.8 2012/11/29 07:50:32 mr_bones_ Exp $
29
30 -EAPI=2
31 +EAPI=5
32 inherit eutils multilib toolchain-funcs flag-o-matic cmake-utils games
33
34 DESCRIPTION="Help a girl by name of Violet to struggle with hordes of monsters."
35 @@ -18,7 +18,7 @@
36 media-libs/sdl-image[png]
37 media-libs/sdl-mixer[vorbis]
38 media-libs/sdl-ttf
39 - dev-libs/boost
40 + dev-libs/boost[threads(+)]
41 virtual/opengl
42 virtual/glu"
43 DEPEND="${RDEPEND}
44
45
46
47 1.28 games-action/violetland/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.28&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.28&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?r1=1.27&r2=1.28
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v
56 retrieving revision 1.27
57 retrieving revision 1.28
58 diff -u -r1.27 -r1.28
59 --- ChangeLog 26 Nov 2012 22:50:54 -0000 1.27
60 +++ ChangeLog 29 Nov 2012 07:50:32 -0000 1.28
61 @@ -1,6 +1,9 @@
62 # ChangeLog for games-action/violetland
63 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.27 2012/11/26 22:50:54 mr_bones_ Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.28 2012/11/29 07:50:32 mr_bones_ Exp $
66 +
67 + 29 Nov 2012; Michael Sterrett <mr_bones_@g.o> violetland-0.4.3.ebuild:
68 + add threads use dep for boost (bug #444252)
69
70 26 Nov 2012; Michael Sterrett <mr_bones_@g.o> violetland-0.4.3.ebuild:
71 fix the data install location (bug #444600)