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 | 4b401c45168b5375f55623c6618ec0411333e76c (patch) | |
tree | 648e51421ff0b4839ad57ddaba5f1cd2fe16cfd2 /net-zope/photo/photo-1.2.3.ebuild | |
parent | Corrected ChangeLog (diff) | |
download | gentoo-2-4b401c45168b5375f55623c6618ec0411333e76c.tar.gz gentoo-2-4b401c45168b5375f55623c6618ec0411333e76c.tar.bz2 gentoo-2-4b401c45168b5375f55623c6618ec0411333e76c.zip |
Initial import. #15306
Diffstat (limited to 'net-zope/photo/photo-1.2.3.ebuild')
-rw-r--r-- | net-zope/photo/photo-1.2.3.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
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" + |