diff options
Diffstat (limited to 'net-zope/extfile')
-rw-r--r-- | net-zope/extfile/extfile-1.2.0_beta2.ebuild | 14 | ||||
-rw-r--r-- | net-zope/extfile/extfile-1.4.2.ebuild | 12 |
2 files changed, 13 insertions, 13 deletions
diff --git a/net-zope/extfile/extfile-1.2.0_beta2.ebuild b/net-zope/extfile/extfile-1.2.0_beta2.ebuild index 8809dc4009c1..a635ba95c5dd 100644 --- a/net-zope/extfile/extfile-1.2.0_beta2.ebuild +++ b/net-zope/extfile/extfile-1.2.0_beta2.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/extfile/extfile-1.2.0_beta2.ebuild,v 1.6 2004/10/23 22:44:34 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/extfile/extfile-1.2.0_beta2.ebuild,v 1.7 2006/01/27 02:32:33 vapier Exp $ inherit zproduct -PV_NEW=${PV/_beta/b} +PV_NEW=${PV/_beta/b} DESCRIPTION="Zope proxy objects for files on the filesystem" HOMEPAGE="http://www.zope.org/Members/shh/ExtFile" SRC_URI="${HOMEPAGE}/ExtFile-${PV_NEW}.tar.gz" + LICENSE="ZPL" -KEYWORDS="x86 ~ppc" -RDEPEND=">=dev-python/imaging-1.1.3 - ${RDEPEND}" +KEYWORDS="~ppc x86" + +RDEPEND=">=dev-python/imaging-1.1.3" ZPROD_LIST="ExtFile" -IUSE="" diff --git a/net-zope/extfile/extfile-1.4.2.ebuild b/net-zope/extfile/extfile-1.4.2.ebuild index fb00554d0923..83f54835302b 100644 --- a/net-zope/extfile/extfile-1.4.2.ebuild +++ b/net-zope/extfile/extfile-1.4.2.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/extfile/extfile-1.4.2.ebuild,v 1.1 2004/10/23 22:50:32 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/extfile/extfile-1.4.2.ebuild,v 1.2 2006/01/27 02:32:33 vapier Exp $ inherit zproduct DESCRIPTION="Zope proxy objects for files on the filesystem" HOMEPAGE="http://www.zope.org/Members/shh/ExtFile" SRC_URI="${HOMEPAGE}/${PV}/ExtFile-${PV}.tar.gz" + LICENSE="ZPL" -KEYWORDS="~x86 ~ppc" -RDEPEND=">=dev-python/imaging-1.1.3 - ${RDEPEND}" +KEYWORDS="~ppc ~x86" + +RDEPEND=">=dev-python/imaging-1.1.3" ZPROD_LIST="ExtFile" -IUSE="" |