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

Collapse All | Expand All

(-)ogre-1.2.0_rc1.ebuild.orig (-3 / +3 lines)
Lines 5-20 Link Here
5
inherit eutils
5
inherit eutils
6
6
7
MY_PV=${PV//./-}
7
MY_PV=${PV//./-}
8
MY_PV=${MY_PV/_/}
8
MY_PV=${MY_PV/_rc/RC}
9
9
10
DESCRIPTION="Object-oriented Graphics Rendering Engine"
10
DESCRIPTION="Object-oriented Graphics Rendering Engine"
11
HOMEPAGE="http://www.ogre3d.org/"
11
HOMEPAGE="http://www.ogre3d.org/"
12
SRC_URI="mirror://sourceforge/ogre/${PN}-linux_osx-v${MY_PV}RC1.tar.bz2"
12
SRC_URI="mirror://sourceforge/ogre/${PN}-linux_osx-v${MY_PV}.tar.bz2"
13
13
14
LICENSE="LGPL-2.1"
14
LICENSE="LGPL-2.1"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~x86 ~amd64"
16
KEYWORDS="~x86 ~amd64"
17
IUSE="cegui cg devil double-precision doc gtk opengl openexr threads"
17
IUSE="cegui cg devil double-precision doc gtk openexr threads"
18
18
19
RDEPEND=">=dev-libs/zziplib-0.13.36
19
RDEPEND=">=dev-libs/zziplib-0.13.36
20
	=media-libs/freetype-2*
20
	=media-libs/freetype-2*

Return to bug 126191