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: Mon, 26 Nov 2012 22:51:05
Message-Id: 20121126225054.9D8B020C65@flycatcher.gentoo.org
1 mr_bones_ 12/11/26 22:50:54
2
3 Modified: violetland-0.4.3.ebuild ChangeLog
4 Log:
5 fix the data install location (bug #444600)
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.7 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.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild?r1=1.6&r2=1.7
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.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- violetland-0.4.3.ebuild 22 Nov 2012 04:01:42 -0000 1.6
23 +++ violetland-0.4.3.ebuild 26 Nov 2012 22:50:54 -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-action/violetland/violetland-0.4.3.ebuild,v 1.6 2012/11/22 04:01:42 flameeyes Exp $
28 +# $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 $
29
30 EAPI=2
31 inherit eutils multilib toolchain-funcs flag-o-matic cmake-utils games
32 @@ -37,7 +37,7 @@
33 src_configure() {
34 mycmakeargs=(
35 "-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}"
36 - "-DDATA_INSTALL_DIR=${GAMES_DATADIR}"
37 + "-DDATA_INSTALL_DIR=${GAMES_DATADIR}/${PN}"
38 )
39 cmake-utils_src_configure
40 }
41
42
43
44 1.27 games-action/violetland/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.27&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.27&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?r1=1.26&r2=1.27
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v
53 retrieving revision 1.26
54 retrieving revision 1.27
55 diff -u -r1.26 -r1.27
56 --- ChangeLog 22 Nov 2012 04:01:42 -0000 1.26
57 +++ ChangeLog 26 Nov 2012 22:50:54 -0000 1.27
58 @@ -1,6 +1,9 @@
59 # ChangeLog for games-action/violetland
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.26 2012/11/22 04:01:42 flameeyes Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.27 2012/11/26 22:50:54 mr_bones_ Exp $
63 +
64 + 26 Nov 2012; Michael Sterrett <mr_bones_@g.o> violetland-0.4.3.ebuild:
65 + fix the data install location (bug #444600)
66
67 22 Nov 2012; Diego E. Pettenò <flameeyes@g.o> violetland-0.4.3.ebuild:
68 Get rid of boost-utils eclass usage.