summaryrefslogtreecommitdiff
blob: b7ea32e2e7fd188f68f668aceac5ef00869785b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2006 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.3 2006/01/27 02:50:30 vapier 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="~ppc ~x86"

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."
}