diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-11 07:08:07 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-11 07:08:07 +0000 |
commit | fd46970a5593354f523468876ceef37475e036a8 (patch) | |
tree | 4b6edd48ba9d9171a39b67ffd6bda6fd37b33988 | |
parent | Initial import. (diff) | |
download | gentoo-2-fd46970a5593354f523468876ceef37475e036a8.tar.gz gentoo-2-fd46970a5593354f523468876ceef37475e036a8.tar.bz2 gentoo-2-fd46970a5593354f523468876ceef37475e036a8.zip |
Initial import.
-rw-r--r-- | net-zope/zphotoslides/ChangeLog | 9 | ||||
-rw-r--r-- | net-zope/zphotoslides/files/digest-zphotoslides-1.1 | 2 | ||||
-rw-r--r-- | net-zope/zphotoslides/zphotoslides-1.1.ebuild | 18 |
3 files changed, 28 insertions, 1 deletions
diff --git a/net-zope/zphotoslides/ChangeLog b/net-zope/zphotoslides/ChangeLog new file mode 100644 index 000000000000..8d8eedacc4e6 --- /dev/null +++ b/net-zope/zphotoslides/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-zope/zphotoslides +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zphotoslides/ChangeLog,v 1.1 2003/04/11 07:07:47 kutsuya Exp $ + +*zphotoslides-1.1 (11 Apr 2003) + + 11 Apr 2003; Jason Shoemaker <kutsuya@gentoo.org> zphotoslides-1.1.ebuild: + Initial import. + diff --git a/net-zope/zphotoslides/files/digest-zphotoslides-1.1 b/net-zope/zphotoslides/files/digest-zphotoslides-1.1 index f2594069d961..85b1c8046ebc 100644 --- a/net-zope/zphotoslides/files/digest-zphotoslides-1.1 +++ b/net-zope/zphotoslides/files/digest-zphotoslides-1.1 @@ -1,2 +1,2 @@ -MD5 79e0ba0d1739b557673d65c7cccd0bf6 /zphotoslides-1.1.ebuild 495 +MD5 98f6d650f4281b93be4169e4f32a8a51 /zphotoslides-1.1.ebuild 604 MD5 67b8e58f2b067d39fcae2d90b7a9070a ZPhotoSlides-1.1.tar.gz 347244 diff --git a/net-zope/zphotoslides/zphotoslides-1.1.ebuild b/net-zope/zphotoslides/zphotoslides-1.1.ebuild new file mode 100644 index 000000000000..037bbf503b44 --- /dev/null +++ b/net-zope/zphotoslides/zphotoslides-1.1.ebuild @@ -0,0 +1,18 @@ + +# Copyright 2003 Gentoo Technologies, Inc. +# 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.1 2003/04/11 07:07:47 kutsuya 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}"
\ No newline at end of file |