From a7cd2d6b41f100bf100007498c17947985279785 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Tue, 29 Apr 2008 20:27:27 +0000 Subject: old (Portage version: 2.1.4.4) --- dev-games/ogre/files/ogre-1.4.6-cegui.patch | 19 ------ dev-games/ogre/ogre-1.4.6.ebuild | 90 ----------------------------- 2 files changed, 109 deletions(-) delete mode 100644 dev-games/ogre/files/ogre-1.4.6-cegui.patch delete mode 100644 dev-games/ogre/ogre-1.4.6.ebuild diff --git a/dev-games/ogre/files/ogre-1.4.6-cegui.patch b/dev-games/ogre/files/ogre-1.4.6-cegui.patch deleted file mode 100644 index c089164af219..000000000000 --- a/dev-games/ogre/files/ogre-1.4.6-cegui.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- acinclude.m4 -+++ acinclude.m4 -@@ -411,6 +411,8 @@ - ]) - - AC_DEFUN([OGRE_CHECK_CEGUI], [ -+ AC_ARG_ENABLE(cegui) -+ if test x$enable_cegui != xno; then - PKG_CHECK_MODULES(CEGUI, CEGUI >= 0.5.0, - [build_cegui_sample=true], [build_cegui_sample=false]) - if test x$build_cegui_sample = xtrue; then -@@ -426,6 +428,7 @@ - else - AC_MSG_RESULT([CEGUI not available, Gui and FacialAnimation samples will not be built]) - fi -+ fi - AM_CONDITIONAL([HAVE_CEGUI], [test x$build_cegui_sample = xtrue]) - ]) - diff --git a/dev-games/ogre/ogre-1.4.6.ebuild b/dev-games/ogre/ogre-1.4.6.ebuild deleted file mode 100644 index c187c598b254..000000000000 --- a/dev-games/ogre/ogre-1.4.6.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.4.6.ebuild,v 1.1 2008/01/16 11:39:13 nyhm Exp $ - -inherit eutils autotools - -DESCRIPTION="Object-oriented Graphics Rendering Engine" -HOMEPAGE="http://www.ogre3d.org/" -SRC_URI="mirror://sourceforge/ogre/ogre-linux_osx-v${PV//./-}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc cegui cg devil double-precision examples gtk openexr threads" -RESTRICT="test" #139905 - -RDEPEND="dev-libs/zziplib - >=media-libs/freetype-2.1.10 - virtual/opengl - virtual/glu - x11-libs/libXt - x11-libs/libXaw - x11-libs/libXrandr - x11-libs/libX11 - cegui? ( >=dev-games/cegui-0.5 ) - cg? ( media-gfx/nvidia-cg-toolkit ) - devil? ( media-libs/devil ) - gtk? ( >=x11-libs/gtk+-2 ) - openexr? ( >=media-libs/openexr-1.2 ) - threads? ( dev-libs/boost )" -DEPEND="${RDEPEND} - x11-proto/xf86vidmodeproto - dev-util/pkgconfig" - -S=${WORKDIR}/ogrenew - -pkg_setup() { - if use threads && has_version "