Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 458202 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-games/simgear/simgear-2.8.0-r1.ebuild (-9 / +4 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2012 Gentoo Foundation
1
# Copyright 1999-2013 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-2.8.0-r1.ebuild,v 1.4 2012/12/09 15:10:08 ago Exp $
3
# $Header: $
4
4
5
EAPI=4
5
EAPI=5
6
6
7
inherit eutils cmake-utils
7
inherit eutils cmake-utils
8
8
Lines 11-24 Link Here
11
SRC_URI="http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/${P}.tar.bz2"
11
SRC_URI="http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/${P}.tar.bz2"
12
12
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
KEYWORDS="amd64 ppc x86"
14
KEYWORDS="~amd64 ~x86"
15
SLOT="0"
15
SLOT="0"
16
IUSE="debug jpeg subversion test"
16
IUSE="debug jpeg subversion test"
17
17
18
COMMON_DEPEND="
18
COMMON_DEPEND="
19
	dev-libs/expat
19
	dev-libs/expat
20
	>=dev-games/openscenegraph-3.0.1
20
	>=dev-games/openscenegraph-3.0.1
21
	media-libs/freealut
22
	media-libs/openal
21
	media-libs/openal
23
	sys-libs/zlib
22
	sys-libs/zlib
24
	virtual/opengl
23
	virtual/opengl
Lines 33-42 Link Here
33
"
32
"
34
RDEPEND="${COMMON_DEPEND}"
33
RDEPEND="${COMMON_DEPEND}"
35
34
36
PATCHES=(
37
	"${FILESDIR}/${P}-unbundle-expat.patch"
38
)
39
40
DOCS=(AUTHORS ChangeLog NEWS README Thanks)
35
DOCS=(AUTHORS ChangeLog NEWS README Thanks)
41
36
42
src_configure() {
37
src_configure() {

Return to bug 458202