Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@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, 22 Nov 2012 04:01:56
Message-Id: 20121122040144.94F7220C65@flycatcher.gentoo.org
1 flameeyes 12/11/22 04:01:43
2
3 Modified: violetland-0.4.3.ebuild ChangeLog
4 Log:
5 Get rid of boost-utils eclass usage.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
8
9 Revision Changes Path
10 1.6 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.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild?r1=1.5&r2=1.6
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.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- violetland-0.4.3.ebuild 6 Nov 2012 08:53:49 -0000 1.5
23 +++ violetland-0.4.3.ebuild 22 Nov 2012 04:01:42 -0000 1.6
24 @@ -1,9 +1,9 @@
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.5 2012/11/06 08:53:49 tupone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild,v 1.6 2012/11/22 04:01:42 flameeyes Exp $
29
30 EAPI=2
31 -inherit eutils multilib toolchain-funcs flag-o-matic boost-utils cmake-utils games
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 HOMEPAGE="http://code.google.com/p/violetland/"
36 @@ -32,11 +32,6 @@
37 -e "/README_RU.TXT/d" \
38 CMakeLists.txt || die "sed failed"
39 epatch "${FILESDIR}"/${P}-boost150.patch
40 -
41 - append-cxxflags -I$(boost-utils_get_includedir)
42 - append-ldflags -L$(boost-utils_get_libdir)
43 - export BOOST_INCLUDEDIR=$(boost-utils_get_includedir)
44 - export BOOST_LIBRARYDIR=-L$(boost-utils_get_libdir)
45 }
46
47 src_configure() {
48
49
50
51 1.26 games-action/violetland/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.26&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.26&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?r1=1.25&r2=1.26
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v
60 retrieving revision 1.25
61 retrieving revision 1.26
62 diff -u -r1.25 -r1.26
63 --- ChangeLog 6 Nov 2012 08:53:49 -0000 1.25
64 +++ ChangeLog 22 Nov 2012 04:01:42 -0000 1.26
65 @@ -1,6 +1,9 @@
66 # ChangeLog for games-action/violetland
67 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.25 2012/11/06 08:53:49 tupone Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.26 2012/11/22 04:01:42 flameeyes Exp $
70 +
71 + 22 Nov 2012; Diego E. Pettenò <flameeyes@g.o> violetland-0.4.3.ebuild:
72 + Get rid of boost-utils eclass usage.
73
74 06 Nov 2012; Tupone Alfredo <tupone@g.o> violetland-0.4.3.ebuild,
75 +files/violetland-0.4.3-boost150.patch: