public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/cgkit: ChangeLog cgkit-2.0.0_alpha9.ebuild
@ 2009-09-03 12:25 Patrick Lauer (patrick)
  0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer (patrick) @ 2009-09-03 12:25 UTC (permalink / raw
  To: gentoo-commits

patrick     09/09/03 12:25:32

  Modified:             ChangeLog
  Added:                cgkit-2.0.0_alpha9.ebuild
  Log:
  Bump to alpha9, fixes #282896
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 dev-python/cgkit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgkit/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgkit/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgkit/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	16 Aug 2009 20:42:09 -0000	1.25
+++ ChangeLog	3 Sep 2009 12:25:32 -0000	1.26
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/cgkit
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.25 2009/08/16 20:42:09 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.26 2009/09/03 12:25:32 patrick Exp $
+
+*cgkit-2.0.0_alpha9 (03 Sep 2009)
+
+  03 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+  +cgkit-2.0.0_alpha9.ebuild:
+  Bump to alpha9, fixes #282896
 
   16 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   cgkit-2.0.0_alpha8.ebuild:



1.1                  dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild?rev=1.1&content-type=text/plain

Index: cgkit-2.0.0_alpha9.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild,v 1.1 2009/09/03 12:25:32 patrick Exp $

inherit distutils flag-o-matic

MY_P=${P/_/}
DESCRIPTION="Python library for creating 3D images"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
HOMEPAGE="http://cgkit.sourceforge.net"
RDEPEND="dev-lang/python
	dev-python/pyrex
	dev-libs/boost
	dev-python/pyprotocols
	dev-python/pyopengl
	dev-python/pygame
	dev-python/imaging
	3ds? ( media-libs/lib3ds )"
DEPEND="${RDEPEND}
	dev-util/scons"

SLOT="0"
LICENSE="LGPL-2.1 MPL-1.1 GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="3ds"

S=${WORKDIR}/${MY_P}

src_unpack() {
	unpack ${A}
	cd "${S}"

	sed -i -e "s/fPIC/fPIC\",\"${CFLAGS// /\",\"}/" supportlib/SConstruct
	cp config_template.cfg config.cfg
	echo 'LIBS += ["GL", "GLU", "glut"]' >> config.cfg
	if use 3ds; then
		echo 'LIB3DS_AVAILABLE = True' >> config.cfg
	fi

	# Ogre viewer is no longer maintained by upstream
	# bug 210731
	#if use ogre; then
	#	echo 'OGRE_AVAILABLE = True' >> config.cfg
	#	echo 'INC_DIRS += ["/usr/include/OGRE"]' >> config.cfg
	#	echo 'MACROS += [("EXT_HASH", None),("GCC_3_1",None)]' >> config.cfg
	#	sed -i -e "s/#include <Math.h>//" wrappers/ogre/OgreCore.h
	#fi

	sed -i -e "s:INC_DIRS = \[\]:INC_DIRS = \['/usr/include'\]:" "${S}"/setup.py

	sed -i -e "160s/as/as_/;168s/as/as_/" cgkit/flockofbirds.py
}

src_compile() {
	cd "${S}"/supportlib
	scons ${MAKEOPTS}
	cd "${S}"
	distutils_src_compile
}

src_test() {
	cd unittests
	# Remove failing tests due to non-existing files
	rm test_maimport.py test_mayaascii.py test_mayabinary.py test_ri.py \
		test_slparams.py
	PYTHONPATH=$(ls -d ../build/lib*) ${python} all.py || die "tests failed"
}






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/cgkit: ChangeLog cgkit-2.0.0_alpha9.ebuild
@ 2010-11-08 18:44 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-11-08 18:44 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/11/08 18:44:19

  Modified:             ChangeLog cgkit-2.0.0_alpha9.ebuild
  Log:
  Update EAPI. Fix dependencies. Use Python 2.
  
  (Portage version: 2.2.0_alpha4_p14/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 dev-python/cgkit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	3 Sep 2009 12:25:32 -0000	1.26
+++ ChangeLog	8 Nov 2010 18:44:19 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/cgkit
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.26 2009/09/03 12:25:32 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.27 2010/11/08 18:44:19 arfrever Exp $
+
+  08 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  cgkit-2.0.0_alpha9.ebuild:
+  Update EAPI. Fix dependencies. Use Python 2.
 
 *cgkit-2.0.0_alpha9 (03 Sep 2009)
 



1.2                  dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild?r1=1.1&r2=1.2

Index: cgkit-2.0.0_alpha9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cgkit-2.0.0_alpha9.ebuild	3 Sep 2009 12:25:32 -0000	1.1
+++ cgkit-2.0.0_alpha9.ebuild	8 Nov 2010 18:44:19 -0000	1.2
@@ -1,15 +1,19 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild,v 1.1 2009/09/03 12:25:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild,v 1.2 2010/11/08 18:44:19 arfrever Exp $
 
-inherit distutils flag-o-matic
+EAPI="3"
+PYTHON_DEPEND="2"
+
+inherit distutils
+
+MY_P="${P/_/}"
 
-MY_P=${P/_/}
 DESCRIPTION="Python library for creating 3D images"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 HOMEPAGE="http://cgkit.sourceforge.net"
-RDEPEND="dev-lang/python
-	dev-python/pyrex
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+RDEPEND="dev-python/pyrex
 	dev-libs/boost
 	dev-python/pyprotocols
 	dev-python/pyopengl
@@ -19,16 +23,20 @@
 DEPEND="${RDEPEND}
 	dev-util/scons"
 
-SLOT="0"
 LICENSE="LGPL-2.1 MPL-1.1 GPL-2"
+SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="3ds"
 
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
+
+src_prepare() {
+	distutils_src_prepare
 
 	sed -i -e "s/fPIC/fPIC\",\"${CFLAGS// /\",\"}/" supportlib/SConstruct
 	cp config_template.cfg config.cfg
@@ -52,16 +60,16 @@
 }
 
 src_compile() {
-	cd "${S}"/supportlib
+	pushd supportlib > /dev/null
 	scons ${MAKEOPTS}
-	cd "${S}"
+	popd > /dev/null
+
 	distutils_src_compile
 }
 
 src_test() {
 	cd unittests
 	# Remove failing tests due to non-existing files
-	rm test_maimport.py test_mayaascii.py test_mayabinary.py test_ri.py \
-		test_slparams.py
-	PYTHONPATH=$(ls -d ../build/lib*) ${python} all.py || die "tests failed"
+	rm test_maimport.py test_mayaascii.py test_mayabinary.py test_ri.py test_slparams.py
+	PYTHONPATH="$(ls -d ../build/lib*)" "$(PYTHON)" all.py || die "Tests failed"
 }






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/cgkit: ChangeLog cgkit-2.0.0_alpha9.ebuild
@ 2011-01-01 21:39 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-01-01 21:39 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/01/01 21:39:46

  Modified:             ChangeLog cgkit-2.0.0_alpha9.ebuild
  Log:
  Fix dependencies (bug #292796).
  
  (Portage version: 2.2.0_alpha11_p6/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 dev-python/cgkit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	8 Nov 2010 18:44:19 -0000	1.27
+++ ChangeLog	1 Jan 2011 21:39:45 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/cgkit
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.27 2010/11/08 18:44:19 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.28 2011/01/01 21:39:45 arfrever Exp $
+
+  01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  cgkit-2.0.0_alpha9.ebuild:
+  Fix dependencies (bug #292796).
 
   08 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   cgkit-2.0.0_alpha9.ebuild:



1.3                  dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild?r1=1.2&r2=1.3

Index: cgkit-2.0.0_alpha9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cgkit-2.0.0_alpha9.ebuild	8 Nov 2010 18:44:19 -0000	1.2
+++ cgkit-2.0.0_alpha9.ebuild	1 Jan 2011 21:39:45 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild,v 1.2 2010/11/08 18:44:19 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild,v 1.3 2011/01/01 21:39:45 arfrever Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -14,7 +14,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 RDEPEND="dev-python/pyrex
-	dev-libs/boost
+	dev-libs/boost[python]
 	dev-python/pyprotocols
 	dev-python/pyopengl
 	dev-python/pygame






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/cgkit: ChangeLog cgkit-2.0.0_alpha9.ebuild
@ 2011-01-08 11:45 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-01-08 11:45 UTC (permalink / raw
  To: gentoo-commits

fauli       11/01/08 11:45:39

  Modified:             ChangeLog cgkit-2.0.0_alpha9.ebuild
  Log:
  stable x86, bug 350323
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.29                 dev-python/cgkit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	1 Jan 2011 21:39:45 -0000	1.28
+++ ChangeLog	8 Jan 2011 11:45:39 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/cgkit
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.28 2011/01/01 21:39:45 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.29 2011/01/08 11:45:39 fauli Exp $
+
+  08 Jan 2011; Christian Faulhammer <fauli@gentoo.org>
+  cgkit-2.0.0_alpha9.ebuild:
+  stable x86, bug 350323
 
   01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   cgkit-2.0.0_alpha9.ebuild:



1.4                  dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild?r1=1.3&r2=1.4

Index: cgkit-2.0.0_alpha9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cgkit-2.0.0_alpha9.ebuild	1 Jan 2011 21:39:45 -0000	1.3
+++ cgkit-2.0.0_alpha9.ebuild	8 Jan 2011 11:45:39 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild,v 1.3 2011/01/01 21:39:45 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild,v 1.4 2011/01/08 11:45:39 fauli Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -25,7 +25,7 @@
 
 LICENSE="LGPL-2.1 MPL-1.1 GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="3ds"
 
 S="${WORKDIR}/${MY_P}"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/cgkit: ChangeLog cgkit-2.0.0_alpha9.ebuild
@ 2011-05-27 12:32 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 6+ messages in thread
From: Diego Petteno (flameeyes) @ 2011-05-27 12:32 UTC (permalink / raw
  To: gentoo-commits

flameeyes    11/05/27 12:32:04

  Modified:             ChangeLog cgkit-2.0.0_alpha9.ebuild
  Log:
  QA: fix wrong space before 'die'.
  
  (Portage version: 2.2.0_alpha36/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 dev-python/cgkit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	8 Jan 2011 13:40:56 -0000	1.30
+++ ChangeLog	27 May 2011 12:32:04 -0000	1.31
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/cgkit
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.30 2011/01/08 13:40:56 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.31 2011/05/27 12:32:04 flameeyes Exp $
+
+  27 May 2011; Diego E. Pettenò <flameeyes@gentoo.org>
+  cgkit-2.0.0_alpha9.ebuild:
+  QA: fix wrong space before 'die'.
 
   08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   -cgkit-2.0.0_alpha8.ebuild:



1.5                  dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild?r1=1.4&r2=1.5

Index: cgkit-2.0.0_alpha9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cgkit-2.0.0_alpha9.ebuild	8 Jan 2011 11:45:39 -0000	1.4
+++ cgkit-2.0.0_alpha9.ebuild	27 May 2011 12:32:04 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild,v 1.4 2011/01/08 11:45:39 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild,v 1.5 2011/05/27 12:32:04 flameeyes Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -71,5 +71,5 @@
 	cd unittests
 	# Remove failing tests due to non-existing files
 	rm test_maimport.py test_mayaascii.py test_mayabinary.py test_ri.py test_slparams.py
-	PYTHONPATH="$(ls -d ../build/lib*)" "$(PYTHON)" all.py || die "Tests failed"
+	PYTHONPATH="$(ls -d ../build/lib*)" "$(PYTHON)" all.py || die "Tests failed"
 }






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/cgkit: ChangeLog cgkit-2.0.0_alpha9.ebuild
@ 2012-11-08  6:32 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 6+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-11-08  6:32 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/11/08 06:32:24

  Modified:             ChangeLog
  Removed:              cgkit-2.0.0_alpha9.ebuild
  Log:
  Remove old version depending on older boost.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)

Revision  Changes    Path
1.36                 dev-python/cgkit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	6 Nov 2012 07:44:44 -0000	1.35
+++ ChangeLog	8 Nov 2012 06:32:24 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/cgkit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.35 2012/11/06 07:44:44 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.36 2012/11/08 06:32:24 flameeyes Exp $
+
+  08 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+  -cgkit-2.0.0_alpha9.ebuild:
+  Remove old version depending on older boost.
 
   06 Nov 2012; Ian Delaney <idella4@gentoo.org> +files/cgkit-2.0.0-test.patch,
   cgkit-2.0.0_alpha9-r1.ebuild:





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-08  6:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-01 21:39 [gentoo-commits] gentoo-x86 commit in dev-python/cgkit: ChangeLog cgkit-2.0.0_alpha9.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-08  6:32 Diego Petteno (flameeyes)
2011-05-27 12:32 Diego Petteno (flameeyes)
2011-01-08 11:45 Christian Faulhammer (fauli)
2010-11-08 18:44 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-09-03 12:25 Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox