diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-03 23:12:51 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-03 23:12:51 +0000 |
commit | 5fcc0bd26396f6713147a414254fffbe669583b2 (patch) | |
tree | f36581710d4ce42e5e042fa8343cee74abea07b1 /net-zope/photo | |
parent | Corrected ChangeLog (diff) | |
download | historical-5fcc0bd26396f6713147a414254fffbe669583b2.tar.gz historical-5fcc0bd26396f6713147a414254fffbe669583b2.tar.bz2 historical-5fcc0bd26396f6713147a414254fffbe669583b2.zip |
Initial import. #15306
Diffstat (limited to 'net-zope/photo')
-rw-r--r-- | net-zope/photo/files/digest-photo-1.2.3 | 1 | ||||
-rw-r--r-- | net-zope/photo/photo-1.2.3.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/net-zope/photo/files/digest-photo-1.2.3 b/net-zope/photo/files/digest-photo-1.2.3 new file mode 100644 index 000000000000..bf42513dfcfb --- /dev/null +++ b/net-zope/photo/files/digest-photo-1.2.3 @@ -0,0 +1 @@ +MD5 bcc8236673d2a1ac2eff807678db5544 Photo-1.2.3.tgz 33968 diff --git a/net-zope/photo/photo-1.2.3.ebuild b/net-zope/photo/photo-1.2.3.ebuild new file mode 100644 index 000000000000..8f8b77eae433 --- /dev/null +++ b/net-zope/photo/photo-1.2.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/photo/photo-1.2.3.ebuild,v 1.1 2003/04/03 23:12:51 kutsuya Exp $ + +inherit zproduct + +DESCRIPTION="Zope product for managing photos and photo albums" + +HOMEPAGE="http://sourceforge.net/projects/zopephoto/" +SRC_URI="mirror://sourceforge/zopephoto/Photo-${PV}.tgz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +RDEPEND="dev-python/Imaging-py21 + media-gfx/imagemagick + ${RDEPEND}" + +ZPROD_LIST="Photo" + |