summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-27 02:54:22 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-27 02:54:22 +0000
commitc427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e (patch)
tree6bd40a158fd82749126dcc5558feaef88d101b74 /net-zope/zattachmentattribute
parent2.8.0 in the house, and 2.6.0 kicked to the curb. (diff)
downloadhistorical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.gz
historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.bz2
historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.zip
misc touchups
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-zope/zattachmentattribute')
-rw-r--r--net-zope/zattachmentattribute/zattachmentattribute-2.13.ebuild18
1 files changed, 8 insertions, 10 deletions
diff --git a/net-zope/zattachmentattribute/zattachmentattribute-2.13.ebuild b/net-zope/zattachmentattribute/zattachmentattribute-2.13.ebuild
index 3bfb38a57218..b7ea32e2e7fd 100644
--- a/net-zope/zattachmentattribute/zattachmentattribute-2.13.ebuild
+++ b/net-zope/zattachmentattribute/zattachmentattribute-2.13.ebuild
@@ -1,25 +1,23 @@
-# 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/zattachmentattribute/zattachmentattribute-2.13.ebuild,v 1.2 2004/10/14 19:59:49 dholm Exp $
+# $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."
+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 ~ppc"
-IUSE=""
+KEYWORDS="~ppc ~x86"
DEPEND=">=net-zope/cmf-1.4.2-r1
- >=net-zope/zope-2.7.0
- app-admin/zprod-manager"
+ >=net-zope/zope-2.7.0
+ app-admin/zprod-manager"
ZPROD_LIST="ZAttachmentAttribute"
-pkg_postinst()
-{
+pkg_postinst() {
zproduct_pkg_postinst
einfo "Please consider also emerge zaaplugins package which contains usefull plugins."
}
-