diff options
Diffstat (limited to 'net-zope/zattachmentattribute/zattachmentattribute-2.13.ebuild')
-rw-r--r-- | net-zope/zattachmentattribute/zattachmentattribute-2.13.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-zope/zattachmentattribute/zattachmentattribute-2.13.ebuild b/net-zope/zattachmentattribute/zattachmentattribute-2.13.ebuild new file mode 100644 index 000000000000..8b8ae07e546e --- /dev/null +++ b/net-zope/zattachmentattribute/zattachmentattribute-2.13.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zattachmentattribute/zattachmentattribute-2.13.ebuild,v 1.1 2004/09/26 21:06:17 radek Exp $ + +inherit zproduct + +DESCRIPTION="ZAttachmentAttribute simplifies the use of simple attachment files with user-created Zope products." +HOMEPAGE="http://ingeniweb.sourceforge.net/" +SRC_URI="mirror://sourceforge/ingeniweb/ZAttachmentAttribute-${PV}.tar.gz" +LICENSE="ZPL" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=net-zope/cmf-1.4.2-r1 + >=net-zope/zope-2.7.0 + app-admin/zprod-manager" + +ZPROD_LIST="ZAttachmentAttribute" + +pkg_postinst() +{ + zproduct_pkg_postinst + einfo "Please consider also emerge zaaplugins package which contains usefull plugins." +} + |