diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:33:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:33:35 +0000 |
commit | 1e1051271b5d9e966a3c441dada289adb4dabd0f (patch) | |
tree | 743f5992f2e5418661530f86efb439f1115cb2c3 /net-zope/cmfphotoalbum/cmfphotoalbum-0.5.0.ebuild | |
parent | Add a ported version of Ubuntu's gcc4 patch for bug 117547. (diff) | |
download | gentoo-2-1e1051271b5d9e966a3c441dada289adb4dabd0f.tar.gz gentoo-2-1e1051271b5d9e966a3c441dada289adb4dabd0f.tar.bz2 gentoo-2-1e1051271b5d9e966a3c441dada289adb4dabd0f.zip |
misc touchups
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-zope/cmfphotoalbum/cmfphotoalbum-0.5.0.ebuild')
-rw-r--r-- | net-zope/cmfphotoalbum/cmfphotoalbum-0.5.0.ebuild | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/net-zope/cmfphotoalbum/cmfphotoalbum-0.5.0.ebuild b/net-zope/cmfphotoalbum/cmfphotoalbum-0.5.0.ebuild index 2cc033a044b6..880e7a4c341b 100644 --- a/net-zope/cmfphotoalbum/cmfphotoalbum-0.5.0.ebuild +++ b/net-zope/cmfphotoalbum/cmfphotoalbum-0.5.0.ebuild @@ -1,23 +1,22 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfphotoalbum/cmfphotoalbum-0.5.0.ebuild,v 1.2 2004/10/14 20:48:59 radek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfphotoalbum/cmfphotoalbum-0.5.0.ebuild,v 1.3 2006/01/27 02:30:09 vapier Exp $ inherit zproduct -DESCRIPTION="Zope/CMF product to organize e-pics into hierarchical photo album." +DESCRIPTION="Zope/CMF product to organize e-pics into hierarchical photo album" HOMEPAGE="http://sourceforge.net/projects/collective/" SRC_URI="mirror://sourceforge/collective/CMFPhotoAlbum-${PV}.tar.gz" + LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" +KEYWORDS="~ppc x86" + RDEPEND="=net-zope/cmfphoto-${PV}* - >=net-zope/btreefolder2-0.5.0 - ${RDEPEND}" -IUSE="" + >=net-zope/btreefolder2-0.5.0" ZPROD_LIST="CMFPhotoAlbum" -pkg_postinst() -{ +pkg_postinst() { zproduct_pkg_postinst ewarn "Please use CMFQuickInstallerTool or read the documentation of this" ewarn "product for instruction on how to add this product to your CMF/Plone site." |