Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/simgear: simgear-3.4.0.ebuild simgear-3.0.0.ebuild ChangeLog
Date: Wed, 25 Feb 2015 00:29:50
Message-Id: 20150225002943.4B19F127C5@oystercatcher.gentoo.org
1 reavertm 15/02/25 00:29:43
2
3 Modified: simgear-3.0.0.ebuild ChangeLog
4 Added: simgear-3.4.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B1E955DB)
9
10 Revision Changes Path
11 1.4 dev-games/simgear/simgear-3.0.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/simgear-3.0.0.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/simgear-3.0.0.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/simgear-3.0.0.ebuild?r1=1.3&r2=1.4
16
17 Index: simgear-3.0.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-3.0.0.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- simgear-3.0.0.ebuild 7 Jun 2014 19:24:24 -0000 1.3
24 +++ simgear-3.0.0.ebuild 25 Feb 2015 00:29:43 -0000 1.4
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-3.0.0.ebuild,v 1.3 2014/06/07 19:24:24 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-3.0.0.ebuild,v 1.4 2015/02/25 00:29:43 reavertm Exp $
31
32 EAPI=5
33
34 @@ -21,7 +21,7 @@
35 media-libs/openal
36 sys-libs/zlib
37 virtual/opengl
38 - jpeg? ( virtual/jpeg )
39 + jpeg? ( virtual/jpeg:62 )
40 "
41 DEPEND="${COMMON_DEPEND}
42 >=dev-libs/boost-1.44
43
44
45
46 1.68 dev-games/simgear/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/ChangeLog?rev=1.68&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/ChangeLog?rev=1.68&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/ChangeLog?r1=1.67&r2=1.68
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v
55 retrieving revision 1.67
56 retrieving revision 1.68
57 diff -u -r1.67 -r1.68
58 --- ChangeLog 11 Jan 2015 13:52:20 -0000 1.67
59 +++ ChangeLog 25 Feb 2015 00:29:43 -0000 1.68
60 @@ -1,6 +1,12 @@
61 # ChangeLog for dev-games/simgear
62 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v 1.67 2015/01/11 13:52:20 reavertm Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v 1.68 2015/02/25 00:29:43 reavertm Exp $
65 +
66 +*simgear-3.4.0 (25 Feb 2015)
67 +
68 + 25 Feb 2015; Maciej Mrozowski <reavertm@g.o> +simgear-3.4.0.ebuild,
69 + simgear-3.0.0.ebuild:
70 + Version bump.
71
72 *simgear-3.2.0 (11 Jan 2015)
73
74
75
76
77 1.1 dev-games/simgear/simgear-3.4.0.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/simgear-3.4.0.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/simgear-3.4.0.ebuild?rev=1.1&content-type=text/plain
81
82 Index: simgear-3.4.0.ebuild
83 ===================================================================
84 # Copyright 1999-2015 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-3.4.0.ebuild,v 1.1 2015/02/25 00:29:43 reavertm Exp $
87
88 EAPI=5
89
90 inherit eutils cmake-utils
91
92 DESCRIPTION="Development library for simulation games"
93 HOMEPAGE="http://www.simgear.org/"
94 SRC_URI="http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/${P}.tar.bz2"
95
96 LICENSE="GPL-2"
97 KEYWORDS="~amd64 ~ppc ~x86"
98 SLOT="0"
99 IUSE="debug subversion test"
100
101 COMMON_DEPEND="
102 dev-libs/expat
103 >=dev-games/openscenegraph-3.2.0
104 media-libs/openal
105 sys-libs/zlib
106 virtual/opengl
107 "
108 DEPEND="${COMMON_DEPEND}
109 >=dev-libs/boost-1.44
110 "
111 RDEPEND="${COMMON_DEPEND}
112 subversion? ( dev-vcs/subversion )
113 "
114
115 DOCS=(AUTHORS ChangeLog NEWS README Thanks)
116
117 src_configure() {
118 local mycmakeargs=(
119 -ENABLE_PKGUTIL=OFF
120 -DENABLE_RTI=OFF
121 -DENABLE_SOUND=ON
122 -DSIMGEAR_HEADLESS=OFF
123 -DSIMGEAR_SHARED=ON
124 -DSYSTEM_EXPAT=ON
125 $(cmake-utils_use_enable test TESTS)
126 )
127 cmake-utils_src_configure
128 }