* [gentoo-commits] gentoo-x86 commit in dev-python/cgkit: ChangeLog cgkit-2.0.0_alpha7.ebuild cgkit-2.0.0_alpha8.ebuild
@ 2008-05-22 14:45 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2008-05-22 14:45 UTC (permalink / raw
To: gentoo-commits
bicatali 08/05/22 14:45:34
Modified: ChangeLog cgkit-2.0.0_alpha7.ebuild
cgkit-2.0.0_alpha8.ebuild
Log:
Added ~amd64, move scons to DEPEDN, and removed unecessary numarray dependencies
(Portage version: 2.1.5.2)
Revision Changes Path
1.21 dev-python/cgkit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgkit/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgkit/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgkit/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 6 Apr 2008 12:18:13 -0000 1.20
+++ ChangeLog 22 May 2008 14:45:33 -0000 1.21
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/cgkit
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.20 2008/04/06 12:18:13 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.21 2008/05/22 14:45:33 bicatali Exp $
+
+ 22 May 2008; Sébastien Fabbro <bicatali@gentoo.org>
+ cgkit-2.0.0_alpha7.ebuild, cgkit-2.0.0_alpha8.ebuild:
+ Added ~amd64 move scons to DEPEND, and removed unecessary numarray
+ dependencies.
*cgkit-2.0.0_alpha8 (06 Apr 2008)
1.4 dev-python/cgkit/cgkit-2.0.0_alpha7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha7.ebuild?r1=1.3&r2=1.4
Index: cgkit-2.0.0_alpha7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cgkit-2.0.0_alpha7.ebuild 13 Nov 2007 06:55:42 -0000 1.3
+++ cgkit-2.0.0_alpha7.ebuild 22 May 2008 14:45:33 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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_alpha7.ebuild,v 1.3 2007/11/13 06:55:42 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha7.ebuild,v 1.4 2008/05/22 14:45:33 bicatali Exp $
inherit distutils flag-o-matic
@@ -8,17 +8,18 @@
DESCRIPTION="Python library for creating 3D images"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
HOMEPAGE="http://cgkit.sourceforge.net"
-DEPEND="dev-lang/python
+RDEPEND="dev-lang/python
dev-python/pyrex
- dev-util/scons
dev-libs/boost
dev-python/pyprotocols
- dev-python/numarray
dev-python/pyopengl
dev-python/pygame
dev-python/imaging
3ds? ( media-libs/lib3ds )
ogre? ( =dev-games/ogre-0.15.1 )"
+DEPEND="${RDEPEND}
+ dev-util/scons"
+
SLOT="0"
LICENSE="LGPL-2.1 MPL-1.1 GPL-2"
KEYWORDS="~ppc x86"
1.2 dev-python/cgkit/cgkit-2.0.0_alpha8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha8.ebuild?r1=1.1&r2=1.2
Index: cgkit-2.0.0_alpha8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cgkit-2.0.0_alpha8.ebuild 6 Apr 2008 12:18:13 -0000 1.1
+++ cgkit-2.0.0_alpha8.ebuild 22 May 2008 14:45:33 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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_alpha8.ebuild,v 1.1 2008/04/06 12:18:13 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha8.ebuild,v 1.2 2008/05/22 14:45:33 bicatali Exp $
inherit distutils flag-o-matic
@@ -8,19 +8,20 @@
DESCRIPTION="Python library for creating 3D images"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
HOMEPAGE="http://cgkit.sourceforge.net"
-DEPEND="dev-lang/python
+RDEPEND="dev-lang/python
dev-python/pyrex
- dev-util/scons
dev-libs/boost
dev-python/pyprotocols
- dev-python/numarray
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="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="3ds"
S=${WORKDIR}/${MY_P}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-22 14:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-22 14:45 [gentoo-commits] gentoo-x86 commit in dev-python/cgkit: ChangeLog cgkit-2.0.0_alpha7.ebuild cgkit-2.0.0_alpha8.ebuild Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox