# Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public Form License v2 # $ inherit zproduct DESCRIPTION="This Zope product allows you to drop into your favorite editor(s) from the ZMI to modify Zope objects." HOMEPAGE="http://www.zope.org/Members/Caseman/ExternalEditor/" SRC_URI="http://www.zope.org/Members/Caseman/ExternalEditor/ExternalEditor-${PV}.tgz" S="${WORKDIR}" LICENSE="ZPL" KEYWORDS="~x86" ZPROD_LIST="ExternalEditor" pkg_postinst() { zproduct_pkg_postinst ewarn "--> To use the External Editor Zope Product you also" ewarn "have to install and set up the helper application" ewarn "available at http://www.zope.org/Members/Caseman/ExternalEditor/" }