diff options
Diffstat (limited to 'net-zope/zopeedit/zopeedit-0.9.1.ebuild')
-rw-r--r-- | net-zope/zopeedit/zopeedit-0.9.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-zope/zopeedit/zopeedit-0.9.1.ebuild b/net-zope/zopeedit/zopeedit-0.9.1.ebuild new file mode 100644 index 000000000000..edb0f9e4a1c0 --- /dev/null +++ b/net-zope/zopeedit/zopeedit-0.9.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeedit/zopeedit-0.9.1.ebuild,v 1.1 2006/05/27 14:19:02 radek Exp $ + +inherit distutils + +DESCRIPTION="Configurable helper application that allows you to drop into your favorite editor(s) directly from the ZMI" +HOMEPAGE="http://plope.com/software/ExternalEditor/" +SRC_URI="http://plope.com/software/ExternalEditor/zopeedit-${PV}-src.tgz" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +#S=${WORKDIR}/${PN}-${PV}-src + +pkg_postinst() { + einfo "Please consider emerging also externaleditor zope product" + einfo "Complete help available at: http://plope.com/software/ExternalEditor/install-unix/" +} |