diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:38:30 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:38:30 +0000 |
commit | 67c8b060271109f68d8b0a44de61d297ddfbe2e7 (patch) | |
tree | 42ce8164da9dd6d55caa82dfe6832b4a2a0a6ad5 /net-zope/photo | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.gz gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.bz2 gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.zip |
Diffstat (limited to 'net-zope/photo')
-rw-r--r-- | net-zope/photo/ChangeLog | 30 | ||||
-rw-r--r-- | net-zope/photo/Manifest | 6 | ||||
-rw-r--r-- | net-zope/photo/photo-1.2.3.ebuild | 13 |
3 files changed, 8 insertions, 41 deletions
diff --git a/net-zope/photo/ChangeLog b/net-zope/photo/ChangeLog index 28a1c28dd960..f13a702ee12d 100644 --- a/net-zope/photo/ChangeLog +++ b/net-zope/photo/ChangeLog @@ -1,35 +1,9 @@ # ChangeLog for net-zope/photo -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/photo/ChangeLog,v 1.10 2005/08/28 13:10:34 radek Exp $ - -*photo-1.2.4 (28 Aug 2005) - - 28 Aug 2005; Radoslaw Stachowiak <radek@gentoo.org> +photo-1.2.4.ebuild: - version bump,old url non working. - - 07 May 2005; Steve Arnold <nerdboy@gentoo.org> photo-1.2.3.ebuild: - keyworded for sparc (decided it was better not to bump) - - 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : - Change encoding to UTF-8 for GLEP 31 compliance - - 24 Oct 2004; Heinrich Wendel <lanius@gentoo.org> photo-1.2.3.ebuild: - fix -py21 dependencie - - 19 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> photo-1.2.3.ebuild: - dev-python/Imaging renamed to dev-python/imaging. - - 05 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> photo-1.2.3.ebuild: - down to ~ppc until deps are stable - - 22 Jun 2003; Jason Shoemaker <kutsuya@gentoo.org> photo-1.2.3.ebuild: - ~ppc -> ppc. Changed HOMEPAGE and added MYDOC. +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/photo/ChangeLog,v 1.1 2003/04/03 23:54:14 kutsuya Exp $ *photo-1.2.3 (03 Apr 2003) - 05 Apr 2003; Jason Shoemaker <kutsuya@gentoo.org> photo-1.2.3.ebuild: - ~x86 -> x86 and added ~ppc - 03 Apr 2003; Jason Shoemaker <kutsuya@gentoo.org> photo-1.2.3.ebuild: Initial import. #15306 diff --git a/net-zope/photo/Manifest b/net-zope/photo/Manifest index 39a72e5bbc71..e69de29bb2d1 100644 --- a/net-zope/photo/Manifest +++ b/net-zope/photo/Manifest @@ -1,6 +0,0 @@ -MD5 1dc7ab04c85e610f80481a4dd397d70d photo-1.2.4.ebuild 637 -MD5 8674ff619f0bf9d68ff64d8b4bf5c95c photo-1.2.3.ebuild 621 -MD5 67c2369edca81a30d5d06e6881efd24c ChangeLog 1259 -MD5 7890d88c5c6d189fbe6b187a3ebb6532 metadata.xml 161 -MD5 1f8827c1b24f9b294695c4b1d323a1f6 files/digest-photo-1.2.3 59 -MD5 1c7dde9268caaacdc9681941e20223bd files/digest-photo-1.2.4 59 diff --git a/net-zope/photo/photo-1.2.3.ebuild b/net-zope/photo/photo-1.2.3.ebuild index 597d785b7504..8f8b77eae433 100644 --- a/net-zope/photo/photo-1.2.3.ebuild +++ b/net-zope/photo/photo-1.2.3.ebuild @@ -1,20 +1,19 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.10 2005/05/08 04:58:38 nerdboy Exp $ +# $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://www.zope.org/Members/rbickers/Photo" +HOMEPAGE="http://sourceforge.net/projects/zopephoto/" SRC_URI="mirror://sourceforge/zopephoto/Photo-${PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" -RDEPEND="dev-python/imaging +KEYWORDS="~x86" +RDEPEND="dev-python/Imaging-py21 media-gfx/imagemagick ${RDEPEND}" ZPROD_LIST="Photo" -MYDOC="FAQ.txt THANKS.txt UPGRADE.txt DEPENDENCIES.txt ${MYDOC}" -IUSE="" + |