diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-10-23 22:44:34 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-10-23 22:44:34 +0000 |
commit | 3d7af07e5f2131e749a9cc30bf01d8106b2b563a (patch) | |
tree | bdcc246a0703c4412b0f1d1931a6b785d60e4a62 /net-zope/zphotoslides | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-3d7af07e5f2131e749a9cc30bf01d8106b2b563a.tar.gz gentoo-2-3d7af07e5f2131e749a9cc30bf01d8106b2b563a.tar.bz2 gentoo-2-3d7af07e5f2131e749a9cc30bf01d8106b2b563a.zip |
fix -py21 dependency
Diffstat (limited to 'net-zope/zphotoslides')
-rw-r--r-- | net-zope/zphotoslides/ChangeLog | 6 | ||||
-rw-r--r-- | net-zope/zphotoslides/files/digest-zphotoslides-1.1 | 2 | ||||
-rw-r--r-- | net-zope/zphotoslides/zphotoslides-1.1-r1.ebuild | 5 | ||||
-rw-r--r-- | net-zope/zphotoslides/zphotoslides-1.1.ebuild | 17 |
4 files changed, 8 insertions, 22 deletions
diff --git a/net-zope/zphotoslides/ChangeLog b/net-zope/zphotoslides/ChangeLog index a749852b691f..9b687bd49b4b 100644 --- a/net-zope/zphotoslides/ChangeLog +++ b/net-zope/zphotoslides/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-zope/zphotoslides # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zphotoslides/ChangeLog,v 1.4 2004/07/19 22:26:14 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zphotoslides/ChangeLog,v 1.5 2004/10/23 22:43:41 lanius Exp $ + + 24 Oct 2004; Heinrich Wendel <lanius@gentoo.org> zphotoslides-1.1-r1.ebuild, + -zphotoslides-1.1.ebuild: + fix -py21 dependency 19 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> zphotoslides-1.1-r1.ebuild, zphotoslides-1.1.ebuild: diff --git a/net-zope/zphotoslides/files/digest-zphotoslides-1.1 b/net-zope/zphotoslides/files/digest-zphotoslides-1.1 deleted file mode 100644 index 85b1c8046ebc..000000000000 --- a/net-zope/zphotoslides/files/digest-zphotoslides-1.1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 98f6d650f4281b93be4169e4f32a8a51 /zphotoslides-1.1.ebuild 604 -MD5 67b8e58f2b067d39fcae2d90b7a9070a ZPhotoSlides-1.1.tar.gz 347244 diff --git a/net-zope/zphotoslides/zphotoslides-1.1-r1.ebuild b/net-zope/zphotoslides/zphotoslides-1.1-r1.ebuild index 54a57fb58d2e..9c5f1940c276 100644 --- a/net-zope/zphotoslides/zphotoslides-1.1-r1.ebuild +++ b/net-zope/zphotoslides/zphotoslides-1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zphotoslides/zphotoslides-1.1-r1.ebuild,v 1.4 2004/07/19 22:26:14 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zphotoslides/zphotoslides-1.1-r1.ebuild,v 1.5 2004/10/23 22:43:41 lanius Exp $ inherit zproduct @@ -10,9 +10,10 @@ SRC_URI="mirror://sourceforge/zphotoslides/ZPhotoSlides-${PV}b.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" -RDEPEND=">=dev-python/imaging-py21-1.1.3 +RDEPEND=">=dev-python/imaging-1.1.3 >=net-zope/localfs-1.0.0 ${RDEPEND}" ZPROD_LIST="ZPhotoSlides" DOTTXT_PROTECT="country-codes.txt ${DOTTXT_PROTECT}" +IUSE="" diff --git a/net-zope/zphotoslides/zphotoslides-1.1.ebuild b/net-zope/zphotoslides/zphotoslides-1.1.ebuild deleted file mode 100644 index 973bb51ad5b9..000000000000 --- a/net-zope/zphotoslides/zphotoslides-1.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zphotoslides/zphotoslides-1.1.ebuild,v 1.4 2004/07/19 22:26:14 kloeri Exp $ - -inherit zproduct - -DESCRIPTION="Present your photos quickly in zope." -HOMEPAGE="http://www.zope.org/Members/p3b/ZPhotoSlides" -SRC_URI="${HOMEPAGE}/ZPhotoSlides-${PV}.tar.gz" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" -RDEPEND=">=dev-python/imaging-py21-1.1.3 - >=net-zope/localfs-1.0.0 - ${RDEPEND}" - -ZPROD_LIST="ZPhotoSlides" -DOTTXT_PROTECT="country-codes.txt ${DOTTXT_PROTECT}" |