* [gentoo-commits] gentoo-x86 commit in dev-games/ogre: ogre-1.8.0.ebuild ChangeLog ogre-1.7.4-r1.ebuild
@ 2012-06-16 15:40 Julian Ospald (hasufell)
0 siblings, 0 replies; only message in thread
From: Julian Ospald (hasufell) @ 2012-06-16 15:40 UTC (permalink / raw
To: gentoo-commits
hasufell 12/06/16 15:40:45
Modified: ogre-1.8.0.ebuild ChangeLog ogre-1.7.4-r1.ebuild
Log:
remove test useflag completely and disable build of tests wrt bug #412675
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-games/ogre/ogre-1.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/ogre-1.8.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/ogre-1.8.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/ogre-1.8.0.ebuild?r1=1.3&r2=1.4
Index: ogre-1.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.8.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ogre-1.8.0.ebuild 13 Jun 2012 01:52:54 -0000 1.3
+++ ogre-1.8.0.ebuild 16 Jun 2012 15:40:45 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.8.0.ebuild,v 1.3 2012/06/13 01:52:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.8.0.ebuild,v 1.4 2012/06/16 15:40:45 hasufell Exp $
EAPI=4
inherit eutils cmake-utils
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+boost cg doc double-precision examples +freeimage gles2 ois +opengl poco profile tbb test threads tools +zip"
+IUSE="+boost cg doc double-precision examples +freeimage gles2 ois +opengl poco profile tbb threads tools +zip"
REQUIRED_USE="threads? ( || ( boost poco tbb ) )"
RESTRICT="test" #139905
@@ -38,8 +38,7 @@
DEPEND="${RDEPEND}
x11-proto/xf86vidmodeproto
virtual/pkgconfig
- doc? ( app-doc/doxygen )
- test? ( dev-util/cppunit )"
+ doc? ( app-doc/doxygen )"
S=${WORKDIR}/${PN}_src_v${MY_PV}
@@ -69,7 +68,7 @@
-DOGRE_BUILD_RENDERSYSTEM_GLES=OFF
$(cmake-utils_use gles2 OGRE_BUILD_RENDERSYSTEM_GLES2)
$(cmake-utils_use profile OGRE_PROFILING)
- $(cmake-utils_use test OGRE_BUILD_TESTS)
+ -DOGRE_BUILD_TESTS=FALSE
$(usex threads "-DOGRE_CONFIG_THREADS=2" "-DOGRE_CONFIG_THREADS=0")
$(cmake-utils_use tools OGRE_BUILD_TOOLS)
$(cmake-utils_use zip OGRE_CONFIG_ENABLE_ZIP)
1.81 dev-games/ogre/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/ChangeLog?r1=1.80&r2=1.81
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/ogre/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog 13 Jun 2012 07:03:30 -0000 1.80
+++ ChangeLog 16 Jun 2012 15:40:45 -0000 1.81
@@ -1,6 +1,10 @@
# ChangeLog for dev-games/ogre
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ChangeLog,v 1.80 2012/06/13 07:03:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ChangeLog,v 1.81 2012/06/16 15:40:45 hasufell Exp $
+
+ 16 Jun 2012; Julian Ospald <hasufell@gentoo.org> ogre-1.7.4-r1.ebuild,
+ ogre-1.8.0.ebuild:
+ remove test useflag completely and disable build of tests wrt bug #412675
13 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> -ogre-1.7.4.ebuild:
old
1.3 dev-games/ogre/ogre-1.7.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/ogre-1.7.4-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/ogre-1.7.4-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/ogre-1.7.4-r1.ebuild?r1=1.2&r2=1.3
Index: ogre-1.7.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.7.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ogre-1.7.4-r1.ebuild 4 Jun 2012 17:16:42 -0000 1.2
+++ ogre-1.7.4-r1.ebuild 16 Jun 2012 15:40:45 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.7.4-r1.ebuild,v 1.2 2012/06/04 17:16:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.7.4-r1.ebuild,v 1.3 2012/06/16 15:40:45 hasufell Exp $
EAPI="4"
@@ -14,7 +14,7 @@
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~x86"
-IUSE="+boost cg doc double-precision examples +freeimage ois +opengl poco profile tbb test threads tools +zip"
+IUSE="+boost cg doc double-precision examples +freeimage ois +opengl poco profile tbb threads tools +zip"
REQUIRED_USE="threads? ( || ( boost poco tbb ) )"
RESTRICT="test" #139905
@@ -37,8 +37,7 @@
DEPEND="${RDEPEND}
x11-proto/xf86vidmodeproto
virtual/pkgconfig
- doc? ( app-doc/doxygen )
- test? ( dev-util/cppunit )"
+ doc? ( app-doc/doxygen )"
S=${WORKDIR}/${PN}_src_v${MY_PV}
@@ -65,7 +64,7 @@
$(cmake-utils_use freeimage OGRE_CONFIG_ENABLE_FREEIMAGE)
$(cmake-utils_use opengl OGRE_BUILD_RENDERSYSTEM_GL)
$(cmake-utils_use profile OGRE_PROFILING)
- $(cmake-utils_use test OGRE_BUILD_TESTS)
+ -DOGRE_BUILD_TESTS=FALSE
$(usex threads "-DOGRE_CONFIG_THREADS=2" "-DOGRE_CONFIG_THREADS=0")
$(cmake-utils_use tools OGRE_BUILD_TOOLS)
$(cmake-utils_use zip OGRE_CONFIG_ENABLE_ZIP)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-16 15:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-16 15:40 [gentoo-commits] gentoo-x86 commit in dev-games/ogre: ogre-1.8.0.ebuild ChangeLog ogre-1.7.4-r1.ebuild Julian Ospald (hasufell)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox