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

Collapse All | Expand All

(-)cmake-2.6.4-r2.ebuild (-2 / +5 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 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-util/cmake/cmake-2.6.4-r2.ebuild,v 1.1 2009/07/28 16:30:34 arfrever Exp $
3
# $Header: $
4
4
5
EAPI="2"
5
EAPI="2"
6
7
inherit elisp-common toolchain-funcs eutils versionator flag-o-matic cmake-utils
6
inherit elisp-common toolchain-funcs eutils versionator flag-o-matic cmake-utils
8
7
9
MY_PV="${PV/rc/RC-}"
8
MY_PV="${PV/rc/RC-}"
Lines 46-51 Link Here
46
	"${FILESDIR}/${PN}-FindPythonLibs.patch"
45
	"${FILESDIR}/${PN}-FindPythonLibs.patch"
47
	"${FILESDIR}/${PN}-FindPythonInterp.patch"
46
	"${FILESDIR}/${PN}-FindPythonInterp.patch"
48
	"${FILESDIR}/${P}-FindBoost.patch"
47
	"${FILESDIR}/${P}-FindBoost.patch"
48
	"${FILESDIR}/${P}-FindOpenAL.patch"
49
	"${FILESDIR}/${P}-FindSDL.patch"
50
	"${FILESDIR}/${P}-FindOpenGL.patch"
51
	"${FILESDIR}/${P}-FindOpenJPEG.patch"
49
)
52
)
50
53
51
pkg_setup() {
54
pkg_setup() {

Return to bug 284898