diff options
author | 2004-01-22 14:35:56 +0000 | |
---|---|---|
committer | 2004-01-22 14:35:56 +0000 | |
commit | 1130e1e32927fb7a0ac44577d9cf253e198d42e0 (patch) | |
tree | 5c1bf19489a338a640966bbad19af0ca2aef87c2 /net-zope/externaleditor/externaleditor-0.7-r1.ebuild | |
parent | seperate zopeedit as extra ebuild (diff) | |
download | historical-1130e1e32927fb7a0ac44577d9cf253e198d42e0.tar.gz historical-1130e1e32927fb7a0ac44577d9cf253e198d42e0.tar.bz2 historical-1130e1e32927fb7a0ac44577d9cf253e198d42e0.zip |
seperate zopeedit as extra ebuild
Diffstat (limited to 'net-zope/externaleditor/externaleditor-0.7-r1.ebuild')
-rw-r--r-- | net-zope/externaleditor/externaleditor-0.7-r1.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-zope/externaleditor/externaleditor-0.7-r1.ebuild b/net-zope/externaleditor/externaleditor-0.7-r1.ebuild new file mode 100644 index 000000000000..9daa5ff62740 --- /dev/null +++ b/net-zope/externaleditor/externaleditor-0.7-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/externaleditor/externaleditor-0.7-r1.ebuild,v 1.1 2004/01/22 14:35:35 lanius Exp $ + +inherit zproduct + +DESCRIPTION="The ExternalEditor is a Zope product and configurable helper application that allows you to drop into your favorite editor(s) directly from the ZMI to modify Zope objects." +HOMEPAGE="http://www.zope.org/Members/Caseman/ExternalEditor/" +SRC_URI="http://www.zope.org/Members/Caseman/ExternalEditor/${PV}/ExternalEditor-${PV}.tgz" +LICENSE="ZPL" +KEYWORDS="~x86 ~ppc" + +ZPROD_LIST="ExternalEditor" |