summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-10-21 20:30:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-10-21 20:30:09 +0000
commit77b7551ef7cdf3add3a425bfc9f88b0104c601cd (patch)
treeb43687ac4e28c5c60b403c25d7447e5ea7d7eac6 /dev-games
parentupdate HOMEPAGE (diff)
downloadgentoo-2-77b7551ef7cdf3add3a425bfc9f88b0104c601cd.tar.gz
gentoo-2-77b7551ef7cdf3add3a425bfc9f88b0104c601cd.tar.bz2
gentoo-2-77b7551ef7cdf3add3a425bfc9f88b0104c601cd.zip
old
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/openscenegraph/files/openscenegraph-2.8.2-magicoff.patch (renamed from dev-games/openscenegraph/files/openscenegraph-2.8.0-magicoff.patch)0
-rw-r--r--dev-games/openscenegraph/openscenegraph-2.8.0.ebuild67
-rw-r--r--dev-games/openscenegraph/openscenegraph-2.8.2.ebuild4
3 files changed, 2 insertions, 69 deletions
diff --git a/dev-games/openscenegraph/files/openscenegraph-2.8.0-magicoff.patch b/dev-games/openscenegraph/files/openscenegraph-2.8.2-magicoff.patch
index 42aaa05aacc5..42aaa05aacc5 100644
--- a/dev-games/openscenegraph/files/openscenegraph-2.8.0-magicoff.patch
+++ b/dev-games/openscenegraph/files/openscenegraph-2.8.2-magicoff.patch
diff --git a/dev-games/openscenegraph/openscenegraph-2.8.0.ebuild b/dev-games/openscenegraph/openscenegraph-2.8.0.ebuild
deleted file mode 100644
index 1eb1235e0018..000000000000
--- a/dev-games/openscenegraph/openscenegraph-2.8.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/openscenegraph-2.8.0.ebuild,v 1.13 2009/07/10 15:36:54 mr_bones_ Exp $
-
-EAPI=2
-inherit eutils versionator cmake-utils
-
-MY_PN="OpenSceneGraph"
-MY_P=${MY_PN}-${PV}
-MY_P_MAJOR=${MY_PN}-$(get_version_component_range 1-2)
-
-DESCRIPTION="Open source high performance 3D graphics toolkit"
-HOMEPAGE="http://www.openscenegraph.org/projects/osg/"
-SRC_URI="http://www.openscenegraph.org/downloads/stable_releases/${MY_P_MAJOR}/source/${MY_P}.zip"
-
-LICENSE="wxWinLL-3 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="curl gif jpeg jpeg2k osgapps pdf png svg tiff truetype xine xrandr xulrunner"
-
-RDEPEND="virtual/opengl
- virtual/glu
- png? ( media-libs/libpng )
- jpeg? ( media-libs/jpeg )
- gif? ( media-libs/giflib )
- tiff? ( media-libs/tiff )
- truetype? ( media-libs/freetype:2 )
- x11-libs/libSM
- x11-libs/libXext
- xrandr? ( x11-libs/libXrandr )
- curl? ( net-misc/curl )
- xulrunner? ( net-libs/xulrunner:1.8 )
- svg? ( gnome-base/librsvg )
- jpeg2k? ( media-libs/jasper )
- xine? ( media-libs/xine-lib )
- pdf? ( virtual/poppler-glib[cairo] )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- app-arch/unzip"
-
-S="${WORKDIR}"/${MY_P}
-
-DOCS="AUTHORS.txt ChangeLog NEWS.txt"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-magicoff.patch
-}
-
-src_configure() {
- mycmakeargs=""
- if ! use osgapps; then
- mycmakeargs="${mycmakeargs} -DBUILD_OSG_APPLICATIONS=OFF"
- fi
- mycmakeargs="${mycmakeargs} $(cmake-utils_use_enable xulrunner XUL)"
- mycmakeargs="${mycmakeargs} $(cmake-utils_use_enable pdf PDF)"
- mycmakeargs="${mycmakeargs} $(cmake-utils_use_enable xine XINE)"
- mycmakeargs="${mycmakeargs} $(cmake-utils_use_enable jpeg2k JPEG2K)"
- mycmakeargs="${mycmakeargs} $(cmake-utils_use_enable svg SVG)"
- mycmakeargs="${mycmakeargs} $(cmake-utils_use_enable truetype FREETYPE)"
- mycmakeargs="${mycmakeargs} $(cmake-utils_use_enable curl CURL)"
- mycmakeargs="${mycmakeargs} $(cmake-utils_use_enable gif GIF)"
- mycmakeargs="${mycmakeargs} $(cmake-utils_use_enable png PNG)"
- mycmakeargs="${mycmakeargs} $(cmake-utils_use_enable jpeg JPEG)"
- mycmakeargs="${mycmakeargs} $(cmake-utils_use_enable tiff TIFF)"
- mycmakeargs="${mycmakeargs} $(cmake-utils_use_enable xrandr XRANDR)"
- cmake-utils_src_configure
-}
diff --git a/dev-games/openscenegraph/openscenegraph-2.8.2.ebuild b/dev-games/openscenegraph/openscenegraph-2.8.2.ebuild
index d38b0b820973..cb4af8a68a0d 100644
--- a/dev-games/openscenegraph/openscenegraph-2.8.2.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-2.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/openscenegraph-2.8.2.ebuild,v 1.1 2009/10/12 19:09:15 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/openscenegraph-2.8.2.ebuild,v 1.2 2009/10/21 20:30:09 mr_bones_ Exp $
EAPI=2
inherit eutils versionator base cmake-utils
@@ -42,7 +42,7 @@ S="${WORKDIR}"/${MY_P}
DOCS="AUTHORS.txt ChangeLog NEWS.txt"
PATCHES=(
- "${FILESDIR}"/${PN}-2.8.0-magicoff.patch
+ "${FILESDIR}"/${P}-magicoff.patch
)
src_configure() {