diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 22:42:32 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 22:42:32 +0000 |
commit | 35ea9a83231bf9df2a69c7e9340e46dfbaccd528 (patch) | |
tree | 074c0744ce91b15fe9e89aed57be47600cd27d45 /dev-python/cgkit | |
parent | added app-arch/unzip to DEPEND (diff) | |
download | gentoo-2-35ea9a83231bf9df2a69c7e9340e46dfbaccd528.tar.gz gentoo-2-35ea9a83231bf9df2a69c7e9340e46dfbaccd528.tar.bz2 gentoo-2-35ea9a83231bf9df2a69c7e9340e46dfbaccd528.zip |
Add DEPEND on app-arch/unzip
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'dev-python/cgkit')
-rw-r--r-- | dev-python/cgkit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/cgkit/cgkit-1.1.0.ebuild | 8 | ||||
-rw-r--r-- | dev-python/cgkit/cgkit-1.2.0.ebuild | 8 |
3 files changed, 15 insertions, 7 deletions
diff --git a/dev-python/cgkit/ChangeLog b/dev-python/cgkit/ChangeLog index 2e1caa4ad687..dba551368fdf 100644 --- a/dev-python/cgkit/ChangeLog +++ b/dev-python/cgkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/cgkit # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.13 2006/02/17 19:03:09 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.14 2006/03/19 22:42:32 halcy0n Exp $ + + 19 Mar 2006; Mark Loeser <halcy0n@gentoo.org> cgkit-1.1.0.ebuild, + cgkit-1.2.0.ebuild: + Add DEPEND on app-arch/unzip 17 Feb 2006; <chrb@gentoo.org> -cgkit-2.0.0_alpha3-r2.ebuild, cgkit-2.0.0_alpha5.ebuild: diff --git a/dev-python/cgkit/cgkit-1.1.0.ebuild b/dev-python/cgkit/cgkit-1.1.0.ebuild index a8c32e969efc..6a8aed4717bf 100644 --- a/dev-python/cgkit/cgkit-1.1.0.ebuild +++ b/dev-python/cgkit/cgkit-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-1.1.0.ebuild,v 1.3 2005/02/12 11:17:07 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-1.1.0.ebuild,v 1.4 2006/03/19 22:42:32 halcy0n Exp $ inherit distutils @@ -8,8 +8,10 @@ DESCRIPTION="Python library for creating 3D images" SRC_URI="mirror://sourceforge/${PN}/${P}.zip mirror://sourceforge/${PN}/${P}.doc.zip" HOMEPAGE="http://cgkit.sourceforge.net" -DEPEND="dev-lang/python +RDEPEND="dev-lang/python dev-python/pyrex" +DEPEND="${RDEPEND} + app-arch/unzip" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" diff --git a/dev-python/cgkit/cgkit-1.2.0.ebuild b/dev-python/cgkit/cgkit-1.2.0.ebuild index 540113f0d57f..5770a662c104 100644 --- a/dev-python/cgkit/cgkit-1.2.0.ebuild +++ b/dev-python/cgkit/cgkit-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-1.2.0.ebuild,v 1.2 2005/03/10 11:11:57 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-1.2.0.ebuild,v 1.3 2006/03/19 22:42:32 halcy0n Exp $ inherit distutils @@ -8,8 +8,10 @@ DESCRIPTION="Python library for creating 3D images" SRC_URI="mirror://sourceforge/${PN}/${P}.zip mirror://sourceforge/${PN}/${P}-doc.zip" HOMEPAGE="http://cgkit.sourceforge.net" -DEPEND="dev-lang/python +RDEPEND="dev-lang/python dev-python/pyrex" +DEPEND="${RDEPEND} + app-arch/unzip" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" |